The sector-specific metrics or Key Performance Indicators for this company
Field
Type
Description
companySpecificKpi
String
Operating Metric Definition
footnotes
Footnotes from the filings, if any
source
Source
Source of operating metric
timePeriod
Period
Daily, Monthly, Quarterly, Semi-Annual or Annual
unitType
Currency or Units
value
Money
Amount with currency
# query query findCompanyByDomain($domain: String!) { company(domain: $domain) { operatingMetrics { companySpecificKpi footnotes source { url } timePeriod { periodType endDate } unitType value { currencyIsoCode value } } } } # variables { "domain": "meta.com" }
Last updated 1 year ago