Index Data
Beat the Index:
Analyze, Refine, Compare.
Unshackle your inner quant and disrupt Wall Street with index data. Now you set the standards.
Market Data Index APIs
Simple Design, Quick to Implement, Easily Customizable
Enhance your applications effortlessly by embedding market data with our intuitive APIs. Their flexibility ensures you bypass unnecessary obstacles and save time.
/v1/indices/quotes/{symbol}
Key U.S. Stock Indices
Access real-time index quotes quickly and effortlessly. Enhance your trading strategies and applications with top of book quote data.
- Real-time quotes for most US indices
- Many international indices included
- Use index data with standard symbols, no special characters needed
{
"s": "ok",
"symbol": ["VIX"],
"last": [12.1],
"change": [-0.05],
"changepct": [-0.0041],
"updated": [1716316748],
"52weekHigh": [23.08],
"52weekLow": [11.81]
}
{
"s": "ok",
"symbol": ["VIX"],
"last": [12.1],
"change": [-0.05],
"changepct": [-0.0041],
"updated": [1716316748],
"52weekHigh": [23.08],
"52weekLow": [11.81]
}
/v1/indices/candles/{resolution}/{symbol}
Chart The Indices
Get industry-standard candlestick data to build your index charts. Use a single, simple endpoint for both real-time and historical candlestick data. Build aggregates using whatever time resolution you wish — from 1 minute to 1 year.
- Use any daily or intraday time frame
- Real-time daily & intraday candles are available
- Query how you want: start/end, relative dates, specific number of candles
{
"s": "ok",
"t": [1704171600,
1704258000,
1704344400],
"o": [13.21,
13.38,
13.97],
"h": [14.23,
14.22,
14.2],
"l": [13.1,
13.36,
13.64],
"c": [13.2,
14.04,
14.13]
}
{
"s": "ok",
"t": [1704171600,
1704258000,
1704344400],
"o": [13.21,
13.38,
13.97],
"h": [14.23,
14.22,
14.2],
"l": [13.1,
13.36,
13.64],
"c": [13.2,
14.04,
14.13]
}
The INDEXDATA Formula
A Single Formula: Your Chronoscope for Market Trends
With the INDEXDATA formula, you're in the driver's seat. Whether you're interested in current trends or historical patterns, configure your data parameters for unmatched market insights. Resolutions down to the minute and real-time quotes are supported.
Get Data Anywhere
How would you like to receive your data? Let's get started.
Market Data API
Our RESTful API allows on-demand access to our entire data catalog. With a single subscription plan, get access to both real-time and historic data on whatever instrument you need.
Google Sheets Add-on
Use simple formulas based on GoogleFinance to download market data directly into your Google spreadsheets. Both real-time and historical data is available.