Etf Quotes API

Get real-time exchange-traded fund (ETF) quotes, including the last price, change, and percentage change. The data covers several thousand major ETFs. 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/etf-quotes?identifiers=SPY,QQQ

Query Parameters

NameTypeDescriptionExample
identifiersstringThe trading symbols for the ETFs.SPY,QQQ
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": "SPY",
    "description": "SPDR S&P 500 ETF Trust",
    "time": "2025-09-02 15:59:30",
    "price": 642.41,
    "change": 2.14,
    "percentage_change": 0.33
  },
  {
    "trading_symbol": "QQQ",
    "description": "Invesco QQQ Trust Series I",
    "time": "2025-09-02 15:59:21",
    "price": 568.12,
    "change": 2.5,
    "percentage_change": 0.44
  }
]
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.