v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Company News

List latest company news by symbol. This endpoint is only available for North American companies.

get/company-news

Query parameters

symbolstring required

Company symbol.

fromstring date required

From date <code>YYYY-MM-DD</code>.

tostring date required

To date <code>YYYY-MM-DD</code>.

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