An unofficial, typed, asynchronous Python SDK for Tastytrade (tastytrade.com). Current version 12.4.1, requires Python >=3.11. Active development with monthly releases.
pip install tastytradeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the async client with credentials from environment variables.
Use async `Tastytrade.create()` and await all API calls.
Use `client.get_accounts()` which returns a list.
Always use try/finally or async context manager: `async with Tastytrade.create(...) as client:`
No dependency data recorded yet.