API client for Robinhood
Project description
fast_arrow
API client for Robinhood
WARNING. this project is under active development (pre alpha). USE AT YOUR OWN RISK.
install
pip install fast_arrow
example
@todo
philosophy
fast_arrow
is Robinhood api client, not an automated trading system. thus, "keep it simple stupid"
Robinhood as an API has a few different core objects,
- instruments (Option, Stock)
- marketdata (OptionMarketdata, StockMarketdata)
- positions (OptionPosition, StockPosition)
- orders (OptionOrder, StockOrder)
- account stuff (that I'll build for later)
fast_arrow
expects that users want to merge these core objects. For example,
fetch Apple, Inc (Stock) quote data (StockMarketdata) to display the current
price per share of $APPL stock.
development
Install pipenv, and then run,
pipenv install --dev
Run the test suite via,
make test
Run the test suite against a specific python version,
pipenv run tox -e py36
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fast_arrow-0.1.1.tar.gz
(6.4 kB
view hashes)
Built Distribution
fast_arrow-0.1.1-py3-none-any.whl
(12.8 kB
view hashes)
Close
Hashes for fast_arrow-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9742f54363a07ea57f1fd99ec45e5e5dd3b722e4516a4f0771afa5fb7947f1ee |
|
MD5 | f93fe20a6d6ff821386ac5b082c3a724 |
|
BLAKE2b-256 | 521317924685a9201a572c5db4e3a0a4166be542ec547cfc067357f0d377de5f |