cURL
curl --request POST \ --url https://rest.forestreet.com/v2/markets/{marketId}/companies/{domain}/esg \ --header 'x-api-key: <api-key>'
{ "metadata": { "pagination": { "totalItems": 123, "filteredTotalItems": 123, "prevPage": 123, "nextPage": 123, "totalPages": 123, "currentPage": 123, "pageSize": 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": "<any>", "esgLabels": [ { "label": "<string>", "category": "<string>" } ], "sentimentScore": 123, "versionDate": "<string>", "awards": true, "certifications": true } ] }
Fetch ESG data for a specific company in a specific market.
Pass a static API key for every request, provided by your customer support.
x > 0
0 < x <= 100
Company ESG data response schema
The response is of type object.
object