curl --request GET \
--url https://rest.forestreet.com/v2/markets/{marketId}/companies/{domain}/esg \
--header 'x-api-key: <api-key>'{
"metadata": {
"pagination": {
"totalItems": 123,
"prevPage": 123,
"nextPage": 123,
"totalPages": 123,
"currentPage": 123,
"pageSize": 123,
"filteredTotalItems": 123
}
},
"sentimentScores": {
"environmental": 123,
"social": 123,
"governance": 123
},
"labels": {
"environmental": [
{
"label": "<string>",
"count": 123
}
],
"social": [
{
"label": "<string>",
"count": 123
}
],
"governance": [
{
"label": "<string>",
"count": 123
}
]
},
"data": [
{
"_id": "<string>",
"marketId": "<string>",
"domain": "<string>",
"URL": "<string>",
"title": "<string>",
"snippet": "<string>",
"datePublished": "<string>",
"dateRetrieved": "<string>",
"source": "<string>",
"sourceLogoBase64": "<string>",
"sourceLogoURL": "<unknown>",
"esgLabels": [
{
"label": "<string>",
"category": "<string>"
}
],
"sentimentScore": 123,
"versionDate": "<string>",
"awards": true,
"certifications": true
}
]
}Fetch ESG data for a specific company in a specific market.
curl --request GET \
--url https://rest.forestreet.com/v2/markets/{marketId}/companies/{domain}/esg \
--header 'x-api-key: <api-key>'{
"metadata": {
"pagination": {
"totalItems": 123,
"prevPage": 123,
"nextPage": 123,
"totalPages": 123,
"currentPage": 123,
"pageSize": 123,
"filteredTotalItems": 123
}
},
"sentimentScores": {
"environmental": 123,
"social": 123,
"governance": 123
},
"labels": {
"environmental": [
{
"label": "<string>",
"count": 123
}
],
"social": [
{
"label": "<string>",
"count": 123
}
],
"governance": [
{
"label": "<string>",
"count": 123
}
]
},
"data": [
{
"_id": "<string>",
"marketId": "<string>",
"domain": "<string>",
"URL": "<string>",
"title": "<string>",
"snippet": "<string>",
"datePublished": "<string>",
"dateRetrieved": "<string>",
"source": "<string>",
"sourceLogoBase64": "<string>",
"sourceLogoURL": "<unknown>",
"esgLabels": [
{
"label": "<string>",
"category": "<string>"
}
],
"sentimentScore": 123,
"versionDate": "<string>",
"awards": true,
"certifications": true
}
]
}Pass a static API key for every request, provided by your customer support.
x > 00 < x <= 100Company ESG data response schema
Show child attributes
Show child attributes
Show child attributes
Show child attributes