Get current and historical values for major global stock market indices. Access data from 2010 to present for S&P 500, Dow Jones Industrial Average, Nasdaq Composite, VIX Volatility Index, and Nikkei 225.
{
"status": "ok",
"error": null,
"data": {
"index": "sp500",
"name": "S&P 500",
"year": 2023,
"month": 6,
"count": 21,
"entries": [
{
"date": "2023-06-01",
"value": 4221.02
},
{
"date": "2023-06-02",
"value": 4282.37
},
{
"date": "2023-06-05",
"value": 4273.79
}
]
}
}






Get current and historical values for major global stock market indices. Access data from 2010 to present for S&P 500, Dow Jones Industrial Average, Nasdaq Composite, VIX Volatility Index, and Nikkei 225.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/stockindex?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ index, name, year, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseOur Stock Index API provides unified access to major global indices. Fetch current values or historical trends with a single endpoint.
Access 14+ years of daily closing values for major indices. Query specific time periods to analyze market cycles, corrections, and bull markets.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/stockindex?index=sp500&year=2023&month=6", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog