Sustainability Metrics
ESG Metrics for this company
Fields
Query example
# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
sustainability {
group
measure
name
period {
displayEndDate
endDate
periodType
startDate
}
source {
label
url
}
units
value
}
}
}
# variables
{ "domain": "meta.com" }Last updated
Was this helpful?