Deprecated
⚠️ Action Required — 18 Endpoints Removed on 2026-05-01
4 days ago by ReadMe GitHub Action
18 endpoints will be permanently removed on 2026-05-01. If you are calling any of the endpoints listed below, you must migrate to the replacement before that date to avoid service disruption. All deprecated endpoints remain fully functional until removal.
See the Deprecated Endpoints guide for the full migration list and checklist.
Deprecated endpoints are also marked with a red warning banner in the API Reference.
Endpoints being removed
News Feeds — Headlines
| Deprecated | Replacement |
|---|---|
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 | Replacement |
|---|---|
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} |
GET /v1/events/macro/event_id/{event_id} | GET /v1/events/feed/live/ticker/{ticker} |
GET /v1/events/entities/{event_id} | Entity data is now embedded in event responses |
Indices — Macro Headline Sentiment
| Deprecated | Replacement |
|---|---|
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/sentiment | POST /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/regional | POST /v1/headlines/index/macro/query/regional |
Indices — Event Sentiment
| Deprecated | Replacement |
|---|---|
GET /v1/event_metrics/live/ticker/batch | GET /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/query | POST /v1/events/index/query |
These deprecations were originally announced in v1.5.0 and v1.6.0. Contact the Permutable team if you need migration support.
