Stock Quotes API

Get real-time stock quotes, including the last price, change, and percentage change. The data covers several thousand US and international companies. 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/stock-quotes?identifiers=MSFT,AAPL

Query Parameters

NameTypeDescriptionExample
identifiersstringThe trading symbols for the securities.MSFT,AAPL
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": "AAPL",
    "registrant_name": "Apple Inc.",
    "time": "2025-09-02 15:56:00",
    "price": 238.08,
    "change": 8.36,
    "percentage_change": 3.64
  },
  {
    "trading_symbol": "MSFT",
    "registrant_name": "MICROSOFT CORP",
    "time": "2025-09-02 15:55:57",
    "price": 502.42,
    "change": -2.7,
    "percentage_change": -0.53
  }
]
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.