---
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.

## Changes

- **2021-07-27** `b9cd697cee6d` — 1 breaking
  - for the `query` request parameter `minId`, the type/format was changed from `string`/`` to `integer`/`int64`
- **2021-07-23** `a148c0b2d583` — 2 info
  - api operation id `general-news` removed and replaced with `market-news`
  - api tag `Default` added
- **2020-05-26** `c5b8e420b78c` — 3 info
  - api operation id `market-news` removed and replaced with `general-news`
  - api tag `Default` removed
  - for the `query` request parameter `minId`, the type/format was generalized from `integer`/`int64` to `string`/``

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/news/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)
