Removed

v1.4.0 - Regional Macro Sentiment & Topic Presets

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/presets endpoint - Retrieve all macro topic presets with their corresponding topics, for use with regional sentiment endpoints

Changed

  • /macro/query/regional endpoint - Now accepts model_id, lists of topics, languages, sources, source_countries

Removed

  • /macro/live/regional endpoint - Replaced by /macro/live/regional/{model_id}. Use model_id=macro_1 to replicate previous behaviour
  • /macro/historical/regional endpoint - Replaced by /macro/historical/regional/{model_id}. Use model_id=macro_1 to replicate previous behaviour
  • /macro/regional endpoint - Removed after reaching its deprecation sunset date. Use the new live, historical, and query endpoints