Latest changes
November 17, 2025
Python SDK
- New release of the Python SDK: Version 7.0.0.
November 12, 2025
New features
- KPI Analyzer: Point-in-time backtests are now available for hierarchical models.
Improvements
- App navigation: Improved search functionality for dashboards, models and portfolio strategies.
- Data Catalog: New data set page with improved layout and functionality.
- KPI Analyzer: Highlight top KPIs (revenue, gross & operating profit) in hierarchy view.
- KPI Analyzer: Added metadata for each input feature (KPI mapping) to the model composition view - describing the data's category, geography, etc.
- KPI Analyzer: Revisions and probability distribution charts are now synced to the quarter/period selected in the main table (last/current/next).
- KPI Drivers & KPI Heatmap: Renamed "Period to date" label to QTD/HTD for clarity.
- KPI Drivers & KPI Heatmap: Made model accuracy and latest date columns sticky for improved visibility in the Monthly and Weekly views. Also extended Monthly and Weekly views to show 2 years of data.
- KPI Heatmap: Added option to see primary model features, with feature weights.
Bug fixes
- Charts: Fixed missing number formatting when there is an error.
- Company page: Fixed custom date range picker being obscured in the share price chart.
- Dashboards: Fixed widget name not showing up until after saving when creating new table.
- KPI Analyzer: Fixed edge case where consensus was not displayed in the prediction chart if there is no model for that KPI.
October 23, 2025
New features
- KPI Analyzer: New KPI Drivers widget shows the breakdown of the selected KPI model in terms of the underlying vendor models and data.
Improvements
- KPI Analyzer: Added hit rate popover in models view and mappings tables.
- KPI Analyzer: Sort hit rate popover by most recent period on top.
- KPI Mapper: Improved UI for managing KPI mappings.
Bug fixes
- Dashboards: Fixed closing popover charts by clicking outside the modal.
October 7, 2025
New features
- Watchlists: There is now a new Watchlists menu item on the side menu to view and manage watchlists. Company pages also now include a shortcut in the page header to add/remove it from watchlists.
Improvements
- Data Catalog: minor design improvement to allow easier selection/de-selection in the card view.
- KPI Mapper: minor design change to show available KPI mapping collections as cards.
September 25, 2025
New features
- Data Catalog: The new "KPI backtests" tab now allows you to analyze the predictive power of data sets against company KPIs.
September 23, 2025
New features
- Analytics API: We have added
KpiMappingServicefor managing KPI mapping groups. For more information, see the API Reference.
September 18, 2025
Improvements
- Data Catalog: When logged in, it is now possible to search for data sets using a watchlist or RBICS sector (up to level 4).
- KPI Analyzer: We have improved the formatting of the point-in-time analysis charts.
September 9, 2025
Improvements
- API authentication: It is now possible to also access the Data API using a personal access tokens.
Note that writing to the API is restricted to users with the role
data_importer.
September 5, 2025
New features
- Data Catalog: Launched a redesigned catalog for improved data discovery and evaluation. We now show the total number of data sets, companies and KPIs covered in the catalog. A new List view allows for easier comparison of data sets along with relevant metadata (# of companies, delivery lag, etc). We also now show the number of KPIs covered by each data set, and there is a new KPI backtests comparison feature coming soon.
Improvements
- KPI Analyzer: It is now possible to click on the error and hit rate to see a detailed breakdown of each.
- KPI Mapper: KPI mappings can now be moved between KPI mapping collections.
- Models: Improved queuing and prioritization of daily model runs, so that ad-hoc customer runs can take start almost immediately, while Exabel models use more of the available capacity during customer lull periods.
Bug fixes
- Vendor pages: Fixed inability to scroll the page when there are many dashboards/tiles on a vendor page.
- Data Explorer: Fixed styling issue where an entity type had long descriptions.
- KPI Analyzer: Removed incorrect warnings about missing point-in-time backtests for KPIs without models.
August 22, 2025
New features
Analytics API: KPI Service has been extended with the following methods:
- List company base model results
- List company hierarchical model results
- List company KPI mapping results
- List company KPI model results
For details, see the reference documentation.
Python SDK
- New release of the Python SDK: Version 6.3.0.