Links

Sentiment Breakdowns

Sentiments breakdowns of the company

Fields

Field
Type
Description
period
Period
Daily, Weekly, Monthly, Quarterly, Semi-Annual or Annual
values
The list of breakdowns for the sentiment

Query example

# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
sentimentBreakdowns {
period {
displayEndDate
endDate
periodType
startDate
}
values {
breakdownType
breakdownValue
channel
negative
neutral
positive
}
}
}
}
# variables
{ "domain": "meta.com" }