Added
v1.4.2 - Macro Query Improvements & Sparse Parameter
about 2 months ago by ReadMe GitHub Action
Macro query sentiment now uses combined topic-subtopic names for explicit filtering. New sparse and align_to_period_end parameters added across all macro and event metrics endpoints.
Changed
/macro/query/sentimentendpoint - Change topic and subtopics input to topic name that is combination of topic and subtopic. This means the topic-subtopic pairs are applied explicitly.
Added
- All macro endpoints -
sparseparameter added to control whether null values are included in the sentiment index.sparse=Truereturns only non-null values (recommended);sparse=Falsereturns a fully populated index with null values filled. - All macro and event_metrics endpoints -
align_to_period_endparameter added (default isfalse). Whentrue, will align all indices to the end of the hour, rather than the start of the hour.
