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"
  }
]

Changes

Changed in 3 of the 35 revisions of this API.15

    • for the query request parameter minId, the type/format was changed from string/ to integer/int64

      request-parameter-type-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id general-news removed and replaced with market-news

      api-operation-id-removed

    • api tag Default added

      api-tag-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id market-news removed and replaced with general-news

      api-operation-id-removed

    • api tag Default removed

      api-tag-removed

    • for the query request parameter minId, the type/format was generalized from integer/int64 to string/

      request-parameter-type-generalized

    This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog