Latest Prices API

Get one-minute stock prices and trading volumes for the current week. Data is available for more than 10,000 securities, including US stocks, international stocks, and exchange-traded funds (ETFs). The timezone used for time values is UTC (Coordinated Universal Time). There is a limit of 300 records per API call.

API Endpoint

https://financialdata.net/api/v1/latest-prices?identifier=MSFT

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security.MSFT
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": "MSFT",
    "time": "2025-11-04 20:59:00",
    "open": 514.74,
    "high": 514.89,
    "low": 514.38,
    "close": 514.71,
    "volume": 19328.0
  },
  {
    "trading_symbol": "MSFT",
    "time": "2025-11-04 20:58:00",
    "open": 514.36,
    "high": 514.74,
    "low": 514.33,
    "close": 514.74,
    "volume": 9980.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.