Client SDKs

Official client libraries that wrap the Tessera Analytics REST API in idiomatic, typed bindings — so you can query datasets without hand-rolling HTTP. Prefer raw HTTP? Every SDK is generated from the same OpenAPI spec.

Python Available

Typed Python query engine over the Tessera Analytics REST API: pull the raw datasets (OHLCV, funding, positioning) and stream Parquet straight into Polars, pandas or DuckDB.

pip install tessera-api
Rust Available

Native Rust query engine over the Tessera Analytics REST API: sync and async clients that pull the raw datasets (OHLCV, funding, positioning) and stream Parquet straight into Polars or DuckDB.

cargo add tessera-api