---
title: "Newsroom"
method: GET
path: "/stock/newsroom"
tags: ["Default"]
---

# Newsroom

`GET /stock/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.

## Query parameters

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

## Response `200`

successful operation

- Newsroom
  - `symbol` string — Company symbol.
  - `data` NewsroomArticle[] — Array of articles.
    - `atDate` string — Published time in <code>YYYY-MM-DD HH:MM:SS</code> format (EST timezone).
    - `title` string — Title.
    - `fullText` string — URL to download the full text data.
    - `url` string — Original URL.

---

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