Press Releases API

A company press release is an official statement to the media announcing company updates such as quarterly earnings, leadership changes, and major milestones. Our API provides markdown-formatted press releases for several thousand US and international companies. The timezone used for time values is EST (Eastern Standard Time). There is a limit of 1 record per API call.

API Endpoint

https://financialdata.net/api/v1/press-releases?identifier=MSFT

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security, or the central index key (CIK). The latter is assigned to the entity by the United States Securities and Exchange Commission.MSFT, 0000789019
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.1
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",
    "central_index_key": "0000789019",
    "registrant_name": "MICROSOFT CORP",
    "publication_time": "2026-01-28 16:04:38",
    "release_headline": "Microsoft Cloud and AI Strength Drives Second Quarter Results",
    "release_text": "Microsoft Cloud and AI Strength Drives Second Quarter Results\n\nREDMOND, Wash. - January 28, 2026 - Microsoft Corp. today announced the following results for the quarter ended December 31, 2025, as compared to the corresponding period of last fiscal year:\n\nRevenue was $81.3 billion and increased 17% (up 15% in constant currency)\n\nOperating income was $38.3 billion and increased 21% (up 19% in constant currency)\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.