About Exabel SDK
Programmatic access to the Exabel Platform via the Python SDK
The Exabel SDK is the recommended way to export signals, dashboards, financial models, and prediction-model results from the Exabel platform from code, for use in your pipelines, notebooks, and downstream systems.
For importing data, Import Jobs is the recommended path for entities, relationships and time series. The SDK is the recommended path for the resources Import Jobs does not cover — entity types, relationship types, signals, and data sets.
The SDK wraps the Data API and the Export API so you don't need to manage gRPC channels, parquet decoding, or authentication headers yourself.
Where to start
- Setup - install the SDK, configure authentication.
- Company Search - find company resource names.
- Importing data - load entities, relationships, signals and time series via the command-line scripts and
ExabelClient. - Exporting data - pull signals out using the export methods.
- Exporting data (deprecated) — exporting via
signal_query,run_query,--query. Still in use for dashboards, financial models, prediction-model results and portfolio-strategy allocations; superseded by v2 for plain signal exports.
Updated about 13 hours ago