gdelt_timeline
Monitor how global news coverage volume or tone for a GDELT query changes over time. Use custom time windows, filter by domain, country, or language, and apply smoothing to reveal trends.
Instructions
Coverage volume or tone over time for a GDELT query. Return how a query's global news coverage has trended over.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of an absolute time window. Same formats as from. | |
| from | No | Start of an absolute time window. Accepts YYYY-MM-DD, RFC3339, or GDELT's raw YYYYMMDDHHMMSS. Cannot be combined with timespan. | |
| query | Yes | GDELT query string. Same syntax as gdelt-search's query. | |
| domain | No | Convenience domain filter, appended to the query as domain:VALUE. | |
| metric | No | Timeline metric. lang and country return one series per language/country instead of one aggregate series. | |
| smooth | No | Moving-window smoothing applied to the timeline, in steps. 0 disables smoothing. | |
| country | No | Convenience source-country filter, appended to the query as sourcecountry:VALUE. | |
| language | No | Convenience source-language filter, appended to the query as sourcelang:VALUE. | |
| timespan | No | Relative time window ending now, e.g. 1h, 2d, 1w, 3m. Cannot be combined with from/to. |