Index Quotes API

Get real-time market index quotes, including the last price, change, and percentage change. The data covers major market indexes. The timezone used for time values is EST (Eastern Standard Time). There is a limit of 300 records per API call.

API Endpoint

https://financialdata.net/api/v1/index-quotes?identifiers=^GSPC,^DJI

Query Parameters

NameTypeDescriptionExample
identifiersstringThe trading symbols for the indexes.^GSPC,^DJI
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",
    "index_name": "S&P 500",
    "time": "2025-09-23 15:19:59",
    "price": 6656.92,
    "change": -36.83,
    "percentage_change": -0.55
  },
  {
    "trading_symbol": "^DJI",
    "index_name": "Dow Jones Industrial Average",
    "time": "2025-09-23 15:19:59",
    "price": 46292.78,
    "change": -88.76,
    "percentage_change": -0.19
  }
]
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.