Skip to main content
GET
/
v2
/
impact
/
companies
/
{identifier}
/
news
Get news for a company
curl --request GET \
  --url https://rest.forestreet.com/v2/impact/companies/{identifier}/news \
  --header 'x-api-key: <api-key>'
[
  {
    "name": "<string>",
    "pageUrl": "<string>",
    "summary": "<string>",
    "sentiment": 123,
    "estimatedDate": {
      "str": "<string>",
      "precision": 123,
      "timestamp": 123
    },
    "image": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Path Parameters

identifier
string
required

Unique identifier of the company.

Minimum length: 1

Response

200 - application/json

Get news for a specific company response

List of news articles related to the company.

name
string | null

Title of the news article.

pageUrl
string | null

URL link to the news page.

summary
string | null

Brief summary of the news content.

sentiment
number | null

Sentiment score of the article.

estimatedDate
object | null

Estimated date details for the article.

image
string | null

Image URL associated with the article.