For AI agents: visit https://help.exabel.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
- Entity picker: list and search data set tags.
- Charts: All charts can now be configured to show labels on data points.
- DSL: New argument
upsample_daily in the resample(), agg_change(), and agg_relative_change() functions.
See the DSL documentation for details.
- Dashboards: Fixed an issue where selecting multiple tags and then downloading a table would only include the
companies that were included in all the selected tags instead of just any of the selected tags.
- DSL: Fixed an issue where the
forecast('theta') transformation would fail if the frequency of the time series
could not be detected.
- DSL: Fixed split adjustment in the
trading_volume() signal.