v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Market News

Get latest market news.

get/news

Query parameters

categorystring required

This parameter can be 1 of the following values <code>general, forex, crypto, merger</code>.

minIdinteger

Use this field to get only news after this ID. Default to 0

Response

successful operation

categorystring

News category.

datetimeinteger

Published time in UNIX timestamp.

headlinestring

News headline.

idinteger

News ID. This value can be used for <code>minId</code> params to get the latest news only.

imagestring

Thumbnail image URL.

relatedstring

Related stocks and companies mentioned in the article.

sourcestring

News source.

summarystring

News summary.

urlstring

URL of the original article.

Example response

[
  {
    "summary": "summary",
    "image": "image",
    "datetime": 0,
    "related": "related",
    "id": 6,
    "source": "source",
    "category": "category",
    "headline": "headline",
    "url": "url"
  }
]