c4a12725cdb5
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.
Query parameters
Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct
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.
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
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
Exchange where instrument is traded
Market Identifier Code (MIC) under ISO 10383 standard
Begin date for filtering items. Returns press releases with release date on or after this date. Format 2025-12-24T02:07:00
End date for filtering items. Returns press releases with release date on or before this date. Format 2025-12-24T02:07:00
Time zone for date filtering. Default is the identifier time zone.
Comma-separated list of languages to filter press releases by language.
Number of press releases returned per page. Default is 2, maximum is 10.
type: number
Page number to return, starting at 1. Use it together with outputsize to walk the result set.
type: number
Response
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": "<b>Key Highlights</b><ul><li>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.</li><li>To further adoption of GPU-accelerated engineering solutions, the companies will collaborate in engineering and marketing activities.</li><li>NVIDIA invested $2 billion in Synopsys common stock.</li></ul>...",
"style": "/* Style Definitions */ ...",
"language": [
"en",
"en-US"
]
}
],
"status": "ok",
"pagination": {
"current_page": 1,
"per_page": 10
}
}