Polygon.io
Real-time market data for NASDAQ, NYSE and options — industry standard for algo trading.
About this API
Polygon.io is best-known in the algo trading community — real-time data, 20y of history, full options support. Free tier is 5 rpm and end-of-day only. Real-time plans run $29–$199/month.
Who it's for
Algo traders
Finance-AI developers
Market research
How to use it
- 1Register at polygon.io for an API key.
- 2Call /v2/aggs/ticker/{ticker}/prev.
Installation & setup
`npm install @polygon.io/client-js`.
Code examples
curl "https://api.polygon.io/v2/aggs/ticker/AAPL/prev?apiKey=YOUR_KEY"Sample response
{
"ticker": "AAPL",
"results": [
{
"c": 189.43,
"h": 191.05,
"l": 188.27,
"o": 190.15,
"v": 56000000
}
],
"status": "OK"
}FAQ
For serious traders yes. For hobbyists Alpha Vantage is enough.
Tips & pitfalls
For historical storage — /v2/aggs/ticker/.../range/... returns daily history.
Guides
Related APIs
Bank of Israel FX Rates
Official Bank of Israel exchange rates (USD, EUR, GBP, more) with full history, in JSON and XML.
CoinGecko API
Leading crypto API — prices, trading volumes and history for 10,000+ coins.
CoinMarketCap API
Crypto data from Binance — high accuracy and prices from hundreds of exchanges.
Alpha Vantage
Free API for global stock data — NASDAQ, NYSE, Asia, forex and crypto.
ExchangeRate-API
Currency rates for 161 currencies with a free tier of 1,500 calls/month.