v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Newsroom

Get latest articles posted directly on the companies' newsroom and investor relations page. Newsroom API along with the Press Releases API provide a comprehensive text-based dataset directly from the company. We currently cover 1,500 US Companies with this dataset.

get/stock/newsroom

Query parameters

symbolstring required

Company symbol.

fromstring date

From time: 2025-01-01.

tostring date

To time: 2026-01-05.

Response

successful operation

symbolstring

Company symbol.

Example response

{
  "symbol": "symbol",
  "data": [
    {
      "atDate": "atDate",
      "fullText": "fullText",
      "title": "title",
      "url": "url"
    },
    {
      "atDate": "atDate",
      "fullText": "fullText",
      "title": "title",
      "url": "url"
    }
  ]
}