Fed Press Releases API

The Federal Reserve (Fed) is the U.S. central bank that influences the stock market by setting monetary policy and interest rates, which directly impact corporate profitability and investor sentiment. Our API provides both historical and the latest Fed press releases in markdown format. 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/fed-press-releases?date=2025-10-29

Query Parameters

NameTypeDescriptionExample
datestringThe date in YYYY-MM-DD format.2025-10-29
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

[
  {
    "publication_time": "2025-10-29 13:00:00",
    "release_type": "Monetary Policy",
    "release_headline": "Federal Reserve issues FOMC statement",
    "release_text": "Available indicators suggest that economic activity has been expanding at a moderate pace. Job gains have slowed this year, and the unemployment rate has edged up but remained low through August; more recent indicators are consistent with these developments. Inflation has moved up since earlier in the year and remains somewhat elevated.\n\nThe Committee seeks to achieve maximum employment and inflation at the rate of 2 percent over the longer run. Uncertainty about the economic outlook remains elevated. The Committee is attentive to the risks to both sides of its dual mandate and judges that downside risks to employment rose in recent months.\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.