Data Export
How to export your data and results
Exabel supports data export from both the user interface and programatically via our SDK.
Data may be subject to exportability restrictions, depending on the data source:
- ❌ Factset raw data is not exportable
- ✅ Partner data that you are entitled to via our partner subscriptions is exportable, unless your subscription excludes data exports
- ✅ Your imported data is always exportable
User Interface exports
Data exports from the Exabel user interface are available in Plotter, Dashboards, Drill-downs, Financial Models and Prediction Models via Download buttons. This method is ideal for exporting smaller volumes of data.
SDK exports
For exporting data in bulk and programatically in a pipeline, we recommend using the Exabel SDK.
API exports
Dashboards are exportable through the API in their own right, without going through a signal export or the web app: a table becomes a data file, a chart becomes an image, and the dashboard, its widgets and a table's columns are all discoverable over the API. Export from a dashboard end to end walks the whole chain in four requests.
Table exports
A table widget can be exported as CSV, Excel, JSON, Feather or Parquet, with the columns, row filters and sort order given as JSON — see Export dashboard tables.
Chart exports
Saved charts, and charts built inside a dashboard, can be rendered as images via the API — see Export charts.
Updated 7 days ago