Skip to content

jeffhu1/tradier-python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tradier

simple client to interface with tradier

To install:

pip install tradier

Simple example:

import tradier

t = tradier.Tradier(access_token="your access token")
t.get_lookup("goog")

fairly lean right now, only implements a few get methods, designed to be very easily extensible. Feel free to open a pull request.

For example usage, see tests/tradier_test.py and tradier/tradier.py

About

Python client for the Tradier API - https://developer.tradier.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages