Changelog

Added

v1.9.0 - Global Macro Sentiment Indices (GMSI) Endpoints

Five new endpoints give you access to the Global Macro Sentiment Indices (GMSI) dataset — hourly country-level sentiment aggregates across 70 macro topics, built from a dedicated country-matched article pipeline with separate directional and semantic sentiment models.

Added

v1.8.2 - Historical Trading Signals Endpoint

You can now retrieve paginated historical smoothed trading signals for any ticker using GET /v1/signals/historical/{ticker}. The endpoint applies the same hourly resampling and smoothing algorithm as the live GET /signals endpoint, so the historical series is consistent with the live signal you already receive.

Added

v1.8.1 - New v3 Copilot Analyst Forecast Model for Signals Endpoint

The signals endpoint now supports a new v3 copilot analyst forecast model, available both with (v3) and without (v3_raw) additional risk management logic. The latest alias has been updated to resolve to v3. The default value of model_name remains v2 for backwards compatibility.

Removed

v1.8.0 - Removal of 18 Deprecated Endpoints

18 endpoints that were deprecated in v1.5.0 and v1.6.0 and scheduled for removal on 2026-05-01 have been permanently removed. If you are still calling any of these endpoints, migrate to the replacements below.

Added

v1.7.1 - Ensemble Signals Endpoint

The Signals API now includes an ensemble endpoint for retrieving the latest ensemble trading signals for a single ticker. This endpoint is currently available for 'BTC_CRY' only.

Added

v1.7.0 - Dataset Discovery & Download Endpoints

A new family of dataset endpoints is now available, giving API clients direct access to the Permutable data catalogue — including dataset listings, metadata, versioning, and download links.

Improved

v1.6.3 - Signals Endpoint Performance Improvement

The signals endpoint now queries a 3-day lookback window instead of 14 days when computing the latest smoothed signal, significantly improving response times for requests with many tickers.

Added

v1.6.2 - Extended Model Options & Smoothing Control for Signals Endpoint

The signals endpoint now supports eight additional model types — including a latest alias, non risk managed forecasts for both v1 and v2, technical forecasts, as well as individual & aggregated sentiment variants — and exposes a configurable smoothing parameter, giving you finer control over signal stability versus responsiveness.