thammo4 / uvatradier

Python wrapper for the Tradier brokerage API
Apache License 2.0
16 stars 12 forks source link
algorithmic-trading api-client automated-trading-in-financial-markets data-science equity-trading finance financial-technology investment-management options-trading python quantitative-trading real-time-data stock-market stock-market-data stock-trading streaming-data tradier-sdk trading trading-platform tradingbot

uvatradier

uvatradier is a Python package that serves as a wrapper for the Tradier brokerage API. This package simplifies the process of making API requests, handling responses, and performing various trading and account management operations.

The package was originally developed by data science graduate students at the University of Virginia.

Wahoowa.

Features

Installation

To install uvatradier, you can use pip:

pip install uvatradier

Hello World

Steps to get started:

Usage

This section provides examples of the most basic functionality. The examples include the minimal arguments needed for a valid function call.

For most of the class methods, additional examples can be found in their docstring (for example, help(Quotes.get_historical_quotes)).

You can also check the /examples/ directory if you're really desparate, but it is not (and has not been) updated in awhile.

Account Management

Trading

Market Data

Options Data

Stream Market Events

Development

To contribute or make changes to the uvatradier package, feel free to create a fork, clone the fork, make some improvements and issue a pull request. From the terminal/command prompt:

Questions?

Happy to help! Feel free to contact Tom Hammons by email at qje5vf@virginia.edu.
Thanks much in advance for your interest in using the package.

License

uvatradier is licensed under the Apache License 2.0