SDKs & Libraries
Official client libraries handle authentication, retries, pagination, and error handling so you can focus on your application logic.Python
The official Python client supports both synchronous and asynchronous usage.PyPI
pip install ticksupply
GitHub
Source code and documentation
Install
Quick example
Features
- Sync and async —
Clientfor synchronous code,AsyncClientforasyncio - Automatic retries — Retries on transient errors with exponential backoff
- Auto-pagination —
list_all()iterators handle pagination automatically - Typed models — Full type hints with Pydantic v2 models
- Error handling — Typed exceptions (
NotFoundError,RateLimitError, etc.)
Requirements
- Python 3.10+