---
title: "Market News"
method: GET
path: "/news"
tags: ["Default"]
---

# Market News

`GET /news`

Get latest market news.

## Query parameters

- `category` string, required
- `minId` integer

## Response `200`

successful operation

- MarketNews[]
  - `category` string — News category.
  - `datetime` integer — Published time in UNIX timestamp.
  - `headline` string — News headline.
  - `id` integer — News ID. This value can be used for <code>minId</code> params to get the latest news only.
  - `image` string — Thumbnail image URL.
  - `related` string — Related stocks and companies mentioned in the article.
  - `source` string — News source.
  - `summary` string — News summary.
  - `url` string — URL of the original article.

---

[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)
