Removed
v1.4.0 - Regional Macro Sentiment & Topic Presets
4 months ago by ReadMe GitHub Action
New per-model regional macro sentiment endpoints (live and historical) with country, topic, language, and source preset filtering. Macro topic presets endpoint added. Legacy unversioned regional endpoints removed.
Added
/macro/live/regional/{model_id}endpoint - Retrieving live (last 2h) indices across select country, source_country, topic, language, source presets, and index_type (combined, domestic, international). Across all 3 macro models/macro/historical/regional/{model_id}endpoint - Retrieving historic (last month) indices across select country, source_country, topic, language, source presets, and index_type (combined, domestic, international). Paginated based on limit defined by user. Across all 3 macro models/macro/topics/presetsendpoint - Retrieve all macro topic presets with their corresponding topics, for use with regional sentiment endpoints
Changed
/macro/query/regionalendpoint - Now accepts model_id, lists of topics, languages, sources, source_countries
Removed
/macro/live/regionalendpoint - Replaced by/macro/live/regional/{model_id}. Usemodel_id=macro_1to replicate previous behaviour/macro/historical/regionalendpoint - Replaced by/macro/historical/regional/{model_id}. Usemodel_id=macro_1to replicate previous behaviour/macro/regionalendpoint - Removed after reaching its deprecation sunset date. Use the new live, historical, and query endpoints
