Releases: fcsapi/rest-api-python
Releases · fcsapi/rest-api-python
4.0.0
FCS REST API Python v4.0.0
First Release - Python REST API client for Forex, Crypto, and Stock market data from FCS API.
What's New
Initial release with complete REST API implementation:
- Forex API - 4,000+ currency pairs, commodities, real-time rates, historical data
- Crypto API - 50,000+ coins, market cap data, top exchanges (Binance, Coinbase, etc.)
- Stock API - 125,000+ global stocks, earnings, dividends, financial statements
- 3 Authentication Methods - API key, config file, IP whitelist
- Technical Analysis - Moving averages, RSI, MACD, pivot points
- 6 Complete Examples - Ready-to-use code for all markets
Installation
pip install fcsapi-rest-pythonQuick Start
from src import FcsApi
fcsapi = FcsApi('YOUR_API_KEY')
# Get EUR/USD price
response = fcsapi.forex.get_latest_price('EURUSD')
# Get Bitcoin price
response = fcsapi.crypto.get_latest_price('BINANCE:BTCUSDT')
# Get Apple stock
response = fcsapi.stock.get_latest_price('NASDAQ:AAPL')Requirements
- Python 3.7+
- requests library
Documentation
- Full docs: https://fcsapi.com/document
- GitHub: https://github.com/fcsapi/rest-api-python
- Support: support@fcsapi.com
Get API Key
Sign up for free at https://fcsapi.com