Latest News API

Get the latest financial and stock market news articles. Data includes the article headline, text, publication time, and any associated trading symbols. The timezone used for time values is EST (Eastern Standard Time). There is a limit of 10 records per API call.

API Endpoint

https://financialdata.net/api/v1/latest-news?date=2026-06-05

Query Parameters

NameTypeDescriptionExample
datestringThe date in YYYY-MM-DD format.2026-06-05
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.10
formatstring(Optional) The format of the returned data, either JSON or CSV. Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbols": "CRWV,GOOG,GOOGL,MS,NBIS,NVDA",
    "publication_time": "2026-06-05 23:59:55",
    "article_headline": "SpaceX Signs $920 Million Monthly Compute-Leasing Deal with Alphabet Ahead of IPO",
    "article_text": "SpaceX has entered into a $920 million monthly compute-leasing agreement with Alphabet, granting access to approximately 110,000 Nvidia GPUs across its data centers through mid-2029. The announcement comes days before the company's landmark public offering.\n\n..."
  },
  ...
]
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.