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.0.tar.gz
(6.2 kB
view hashes)
Built Distribution
fast_arrow-0.1.0-py3-none-any.whl
(12.5 kB
view hashes)
Close
Hashes for fast_arrow-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fb881c0fdfe1faa661a7bec118ec55bd9fab1025c3ed903933b408fb4cca454 |
|
MD5 | d112e20abaf9fddd6e349586e1c48be5 |
|
BLAKE2b-256 | f71397d115dda130e058cde0cb436ae10af3446162f1920af57a0bd70e01f1d1 |