curl --request POST \
--url https://rest.forestreet.com/v2/markets/{marketId}/esg \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"page": 1,
"pageSize": 50,
"filters": {
"environmental": [
"<string>"
],
"governance": [
"<string>"
],
"social": [
"<string>"
],
"publisher": [
"<string>"
],
"source": [
"Internal"
],
"sentiment": [
"Positive"
],
"certifications": [
"Rewarded"
],
"domains": [
"<string>"
]
}
}'
{
"metadata": {
"pagination": {
"totalItems": 123,
"filteredTotalItems": 123,
"prevPage": 123,
"nextPage": 123,
"totalPages": 123,
"currentPage": 123,
"pageSize": 123
},
"filters": {
"environmental": [
"<string>"
],
"governance": [
"<string>"
],
"social": [
"<string>"
],
"publisher": [
"<string>"
],
"source": [
"Internal"
],
"sentiment": [
"Positive"
],
"certifications": [
"Rewarded"
],
"domains": [
"<string>"
]
}
},
"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 market.
curl --request POST \
--url https://rest.forestreet.com/v2/markets/{marketId}/esg \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"page": 1,
"pageSize": 50,
"filters": {
"environmental": [
"<string>"
],
"governance": [
"<string>"
],
"social": [
"<string>"
],
"publisher": [
"<string>"
],
"source": [
"Internal"
],
"sentiment": [
"Positive"
],
"certifications": [
"Rewarded"
],
"domains": [
"<string>"
]
}
}'
{
"metadata": {
"pagination": {
"totalItems": 123,
"filteredTotalItems": 123,
"prevPage": 123,
"nextPage": 123,
"totalPages": 123,
"currentPage": 123,
"pageSize": 123
},
"filters": {
"environmental": [
"<string>"
],
"governance": [
"<string>"
],
"social": [
"<string>"
],
"publisher": [
"<string>"
],
"source": [
"Internal"
],
"sentiment": [
"Positive"
],
"certifications": [
"Rewarded"
],
"domains": [
"<string>"
]
}
},
"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
}
]
}
Pass a static API key for every request, provided by your customer support.
ESG data response schema
The response is of type object
.