Sustainability Metrics
ESG Metrics for this company
Field | Type | Description |
group | String | Sustainability group |
measure | String | Measurement for the sustainability metric |
name | String | Name |
period | Daily, Monthly, Quarterly, Semi-Annual or Annual | |
Source | Source Label and URL | |
units | Currency, Units or Percentage | |
value | Sting | Amount for the metric |
currencyCode | Currency for the units currency |
# 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 modified 28d ago