FinStack
## The Financial Data API That Replaces 6 APIs With One Stop juggling CoinGecko, Alpha Vantage, DeFiLlama, FRED, Alternative.me, and ExchangeRate-API. FinStack aggregates all of them into a single REST API with one key and one consistent JSON format. **Perfect for:** algo trading bots, fintech apps, crypto dashboards, portfolio trackers, financial research tools, and side projects. --- ## What…
FinStack endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Crypto Prices /v1/crypto/prices |
Get current prices, 24h change, market cap, and volume for one or more coins. Supports any CoinGecko coin ID. Returns data in the specified vs currency (default: usd). |
| GET |
Get Crypto Price History /v1/crypto/history |
Full price history for any coin with pre-computed RSI, SMA (7/14/30/50/200), EMA (12/26), MACD, Bollinger Bands, and volatility. Up to 365 days of daily data. |
| GET |
Search Coins /v1/crypto/coins |
Search available coins by name or symbol. Returns matching CoinGecko coin IDs for use in other endpoints. |
| GET |
Get Trending Coins /v1/crypto/trending |
Most searched coins in the last 24 hours. No parameters required. |
| GET |
Fear and Greed Index /v1/crypto/fear-greed |
Crypto Fear and Greed Index. Returns current value and label plus up to 90 days of history. |
| GET |
Get DeFi Protocols /v1/crypto/defi |
Top DeFi protocols ranked by Total Value Locked (TVL). Includes chain, category, 1d and 7d change. Optional limit param (1-100). |
| GET |
Get DeFi Chains /v1/crypto/defi/chains |
TVL broken down by blockchain. Shows which chains hold the most DeFi value. No parameters required. |
| GET |
Global Crypto Stats /v1/crypto/global |
Total crypto market cap, BTC and ETH dominance, active coins count, and 24h market cap change. No parameters required. |
| GET |
Get Forex Rates /v1/forex/rates |
Live exchange rates for 150+ currencies. Optional base (default USD) and targets (comma-separated currency codes) params. |
| GET |
Convert Currency /v1/forex/convert |
Convert an amount between any two currencies. Requires from, to, and amount params. Returns converted value and exchange rate. |
| GET |
Get Stock Quote /v1/stocks/quote |
Real-time stock quote. Returns price, open, high, low, volume, previous close, and change. Requires symbol param (e.g. AAPL). |
| GET |
Get Stock History /v1/stocks/history |
Daily OHLCV history for any stock with pre-computed RSI, SMA, EMA, MACD, and Bollinger Bands. Requires symbol param. |
| GET |
Search Stocks /v1/stocks/search |
Search for stock symbols by company name or ticker. Returns symbol, name, type, region, and currency. Requires q param. |
| GET |
Get Macro Indicators /v1/macro/indicators |
US macroeconomic indicators from FRED: GDP growth, CPI, unemployment, Fed funds rate, 10Y and 2Y treasury yields, inflation rate, and yield curve spread. No parameters required. |
| GET |
Market Overview /v1/overview |
Full market snapshot in a single call — crypto prices, Fear & Greed Index, forex rates, and global stats. No parameters required. |
FinStack pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $15 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $150 / month | — |
|