Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 724 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 724 Bytes

aiotradier

Python library to access Tradier´s API using Async IO

Tradier's documentation is at https://documentation.tradier.com/brokerage-api

This is a very lightweight library to wrap Tradier's API. It implements functions to access most of the endpoints for Accounts, Market Data, and Trading. It does not include yet functions to access Authentication or Watchlists. Instead of authenticating with the API, you can obtain a token by logging into your account.

Requirements

  • Python >= 3.11

Install

pip install aioatradier

Install from Source

Run the following command inside this folder

pip install --upgrade .

Examples

Examples can be found in the examples folder