Stock Summary
Summary stock market data for this company if it is publicly traded
Last updated
Was this helpful?
Was this helpful?
# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
stocksSummaries {
closingDatetime
marketcap
}
stocksSummary {
beta
actualOn
closingPrice
currencyCode
day200MovingAvg
day50MovingAvg
day5ChangePercent
marketcap
month1ChangePercent
month3ChangePercent
month6ChangePercent
sharesOutstanding
week52Change
week52High
week52Low
year1ChangePercent
year2ChangePercent
year5ChangePercent
ytdChangePercent
}
}
}
# variables
{ "domain": "meta.com" }