Deprecated Endpoints

Endpoints scheduled for removal on 2026-05-01 and their replacements.

🚫

Action required. The endpoints listed on this page will be permanently removed on 2026-05-01. They remain fully functional until that date. If you are calling any of these endpoints, migrate to the replacement before the sunset date to avoid service disruption.

All deprecated endpoints are also marked with a visible banner in the API Reference. The full deprecation announcement is in the Changelog.


News Feeds — Headlines

Deprecated endpointReplacement
GET /v1/headlines/event/{event_id}GET /v1/event_headlines/feed/live/ticker/{ticker}
GET /v1/headlines/ticker/{ticker}GET /v1/headlines/feed/live/ticker/{ticker}
GET /v1/headlines/macro/{model_id}GET /v1/headlines/feed/live/macro/{model_id}

News Feeds — Events

Deprecated endpointReplacement
GET /v1/events/entities/{event_id}GET /v1/events/feed/live/ticker/{ticker} — entity data is now embedded in each event object
GET /v1/events/feed/macro/ticker/{ticker}GET /v1/events/feed/live/ticker/{ticker}
GET /v1/events/feed/fundamental/ticker/{ticker}GET /v1/events/feed/live/ticker/{ticker}
GET /v1/events/fundamental/event_id/{event_id}GET /v1/events/feed/live/ticker/{ticker} (use event_type=asset)
GET /v1/events/macro/event_id/{event_id}GET /v1/events/feed/live/ticker/{ticker} (use event_type=macro)

Indices — Macro Headline Sentiment

Deprecated endpointReplacement
GET /v1/macro/live/sentiment/{model_id}GET /v1/headlines/index/macro/live/global/{model_id}
GET /v1/macro/historical/sentiment/{model_id}GET /v1/headlines/index/macro/historical/global/{model_id}
POST /v1/macro/query/sentimentPOST /v1/headlines/index/macro/query/global
GET /v1/macro/live/regional/{model_id}GET /v1/headlines/index/macro/live/regional/{model_id}
GET /v1/macro/historical/regional/{model_id}GET /v1/headlines/index/macro/historical/regional/{model_id}
POST /v1/macro/query/regionalPOST /v1/headlines/index/macro/query/regional

Indices — Event Sentiment

Deprecated endpointReplacement
GET /v1/event_metrics/live/ticker/batchGET /v1/events/index/live/ticker/batch
GET /v1/event_metrics/live/ticker/{ticker}GET /v1/events/index/live/ticker/{ticker}
GET /v1/event_metrics/historical/ticker/{ticker}GET /v1/events/index/historical/ticker/{ticker}
POST /v1/event_metrics/queryPOST /v1/events/index/query

Migration checklist

  1. Search your codebase for any of the deprecated endpoint paths listed above.
  2. Replace each call with the corresponding replacement endpoint — the response schema is compatible in most cases; check the API Reference for any parameter differences.
  3. Test your integration against the replacement endpoints before 2026-05-01.
  4. Contact the Permutable team if you need migration support or have questions about the replacement endpoints.