---
title: "Major Press Releases"
method: GET
path: "/press-releases"
tags: ["Default"]
---

# Major Press Releases

`GET /press-releases`

Get latest major press releases of a company. This data can be used to highlight the most significant events comprised of mostly press releases sourced from the exchanges, BusinessWire, AccessWire, GlobeNewswire, Newsfile, and PRNewswire.

Full-text press releases data is available for Enterprise clients. [Contact Us](mailto:support@finnhub.io) to learn more.

## Query parameters

- `symbol` string, required
- `from` string, date
- `to` string, date

## Response `200`

successful operation

- PressRelease
  - `symbol` string — Company symbol.
  - `majorDevelopment` Development[] — Array of major developments.
    - `symbol` string — Company symbol.
    - `datetime` string — Published time in <code>YYYY-MM-DD HH:MM:SS</code> format.
    - `headline` string — Development headline.
    - `description` string — Development description.
    - `url` string — URL.

## Changes

- **2021-07-26** `0f755a71e903` — 5 info
  - added the optional property `majorDevelopment/items/datetime` to the response with the `200` status
  - added the optional property `majorDevelopment/items/description` to the response with the `200` status
  - added the optional property `majorDevelopment/items/headline` to the response with the `200` status
  - added the optional property `majorDevelopment/items/symbol` to the response with the `200` status
  - …1 more
- **2021-07-23** `a148c0b2d583` — 1 info
  - endpoint added
- **2020-05-26** `c5b8e420b78c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/press-releases/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
