Index Prices API

Our API allows you to retrieve more than 10 years of daily historical market index prices and trading volumes. There is a limit of 300 records per API call.

API Endpoint

https://financialdata.net/api/v1/index-prices?identifier=^GSPC

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for an index.^GSPC
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.300
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "^GSPC",
    "date": "2025-06-13",
    "open": 6000.56,
    "high": 6026.16,
    "low": 5963.21,
    "close": 5976.97,
    "volume": 5258910000.0
  },
  {
    "trading_symbol": "^GSPC",
    "date": "2025-06-12",
    "open": 6009.9,
    "high": 6045.43,
    "low": 6003.88,
    "close": 6045.26,
    "volume": 4669500000.0
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.