latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

fundamentals

Press releases

The press releases endpoint offers structured, real-time access to official company press releases and corporate announcements from public entities across global markets.

get/press_releases

Query parameters

symbolstring

Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct

figistring

Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href="https://twelvedata.com/pricing">Ultra</a> plan (individual) and the <a href="https://twelvedata.com/pricing-business">Enterprise</a> plan (business) and above.

isinstring

Filter by international securities identification number (ISIN). ISIN access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section

cusipstring

The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section

exchangestring

Exchange where instrument is traded

mic_codestring

Market Identifier Code (MIC) under ISO 10383 standard

start_datestring

Begin date for filtering items. Returns press releases with release date on or after this date. Format 2025-12-24T02:07:00

end_datestring

End date for filtering items. Returns press releases with release date on or before this date. Format 2025-12-24T02:07:00

timezonestring

Time zone for date filtering. Default is the identifier time zone.

languagestring

Comma-separated list of languages to filter press releases by language.

outputsizeinteger

Number of press releases returned per page. Default is 2, maximum is 10.

type: number

pageinteger

Page number to return, starting at 1. Use it together with outputsize to walk the result set.

type: number

Response

statusstring required

Response status

Example response

{
  "press_releases": [
    {
      "id": "20251201SF35699",
      "datetime": "2021-11-12T11:21:00+01:00",
      "title": "NVIDIA and Synopsys Announce Strategic Partnership to Revolutionize Engineering and Design",
      "body": "&lt;b&gt;Key Highlights&lt;/b&gt;&lt;ul&gt;&lt;li&gt;Multi-year collaboration spans NVIDIA CUDA accelerated computing, agentic and physical AI, and Omniverse digital twins to achieve simulation speed and scale previously unattainable through traditional CPU computing – opening new market opportunities across engineering.&lt;/li&gt;&lt;li&gt;To further adoption of GPU-accelerated engineering solutions, the companies will collaborate in engineering and marketing activities.&lt;/li&gt;&lt;li&gt;NVIDIA invested $2 billion in Synopsys common stock.&lt;/li&gt;&lt;/ul&gt;...",
      "style": "/* Style Definitions */ ...",
      "language": [
        "en",
        "en-US"
      ]
    }
  ],
  "status": "ok",
  "pagination": {
    "current_page": 1,
    "per_page": 10
  }
}