Skip to content

Releases: fcsapi/rest-api-python

4.0.0

25 Dec 10:46

Choose a tag to compare

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-python

Quick 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

Get API Key

Sign up for free at https://fcsapi.com