financial datasets
Instant access to comprehensive US market data, from real-time quotes to decades of historical prices.
10,000+
Stock Tickers
15+ Years
Historical Data
100%
Market Coverage
Market data
Designed for reliability at any scale. Simple, powerful endpoints deliver lightning-fast stock data.
Access sub-second latency price quotes, trading volume, and market cap data for any US stock.
GET /prices/snapshot
{
"snapshot": {
"ticker": "AAPL",
"price": 227.59,
"day_change": -5.54,
"day_change_percent": -2.38,
"market_cap": 3426700094103,
"time": "2025-02-07T21:08:00Z"
}
}
Query up to 20 years of daily OHLCV data, adjusted for splits and dividends, with millisecond timestamps.
GET /prices/
{
"ticker": "AAPL",
"prices": [
{
"open": 228,
"close": 228.1,
"high": 228.1,
"low": 227.71,
"volume": 8199,
"time": "2024-10-14 04:00:00 EDT"
},
{
"open": 228.11,
"close": 228.15,
"high": 228.25,
"low": 228,
"volume": 2319,
"time": "2024-10-14 04:01:00 EDT"
},
{
"open": 227.96,
"close": 227.96,
"high": 227.96,
"low": 227.96,
"volume": 558,
"time": "2024-10-14 04:02:00 EDT"
}
]
}
Data Sources
Skip the middlemen. Access pristine market data straight from major exchanges and official sources.
To new adventures
Test drive our API with live data for AAPL, NVDA, MSFT, and TSLA. Upgrade anytime for full market access.