---
title: "Press releases"
method: GET
path: "/press_releases"
tags: ["fundamentals"]
---

# Press releases

`GET /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` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `start_date` string
- `end_date` string
- `timezone` string
- `language` string
- `outputsize` integer
- `page` integer

## Response `200`

- object
  - `press_releases` PressRelease[], required — List of press releases
    - `id` string, required — Press release unique identifier
    - `datetime` string, required — Press release date in ISO 8601 format
    - `title` string, required — Press release title
    - `body` string, required — Press release body in html format
    - `style` string — Custom style applied to the release
    - `language` string[] — Press release language codes
  - `status` string, required — Response status
  - `pagination` PressReleasePagination, required — PressReleasePagination describes the page a press releases response was taken from. It is both the upstream wire shape and the documented response block, so the two cannot drift apart.
    - `current_page` integer, required — Current page number
    - `per_page` integer, required — Number of press releases per page

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
