FinanceHub API
## Real-Time Financial Market Data API — Crypto, Stocks & Forex in One REST API **FinanceHub API** is a unified JSON REST API for real-time and historical **cryptocurrency prices**, **stock market quotes**, and **foreign exchange rates**. One API key, one subscription, 14 endpoints — replace three separate data providers with a single integration. --- ### Why Developers & AI Agents Choose…
FinanceHub API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
health_api_v1_health_get /api/v1/health |
Quick health check — returns API status and uptime. |
| GET |
status_api_v1_status_get /api/v1/status |
Detailed status of the API and all data sources. Checks Redis connectivity and pings each upstream data source. |
| Crypto | ||
| GET |
crypto_history_api_v1_crypto_history_get /api/v1/crypto/history |
Get historical price data for a cryptocurrency. Returns an array of `{timestamp, price}` points. |
| GET |
crypto_prices_api_v1_crypto_prices_get /api/v1/crypto/prices |
Get current prices, market cap, 24h volume, and 24h change for one or more cryptocurrencies. Coin IDs use CoinGecko format (e.g. `bitcoin`, `ethereum`, `solana`). |
| GET |
crypto_detail_api_v1_crypto__coin_id__get /api/v1/crypto/{coin_id} |
Get detailed information for a single cryptocurrency including price, market cap, volume, supply, ATH, and more. |
| GET |
crypto_top_api_v1_crypto_top_get /api/v1/crypto/top |
Get the top N cryptocurrencies ranked by market capitalization. |
| Stocks | ||
| GET |
stock_search_api_v1_stocks_search_get /api/v1/stocks/search |
Search for stock ticker symbols by company name or symbol. |
| GET |
stock_history_api_v1_stocks_history_get /api/v1/stocks/history |
Get historical OHLCV (Open, High, Low, Close, Volume) data for a stock. |
| GET |
stock_detail_api_v1_stocks__symbol__get /api/v1/stocks/{symbol} |
Get detailed information for a single stock including price, fundamentals, P/E ratio, EPS, 52-week range, and more. |
| GET |
stock_quotes_api_v1_stocks_quote_get /api/v1/stocks/quote |
Get real-time quotes for one or more stock ticker symbols. Returns price, open, high, low, volume, change, and more. |
| Forex | ||
| GET |
forex_currencies_api_v1_forex_currencies_get /api/v1/forex/currencies |
Get a list of all supported currency codes and names. |
| GET |
forex_convert_api_v1_forex_convert_get /api/v1/forex/convert |
Convert an amount from one currency to another using live exchange rates. |
| GET |
forex_history_api_v1_forex_history_get /api/v1/forex/history |
Get historical exchange rates between two currencies. Returns an array of `{date, rate}` points. |
| GET |
forex_rates_api_v1_forex_rates_get /api/v1/forex/rates |
Get the latest exchange rates for a given base currency. Returns rates against all available currencies. |
FinanceHub API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $4.99 / month | 5 / second |
|
| ULTRA | $12.99 / month | 10 / second |
|
| MEGA | $34.99 / month | 20 / second |
|