Simple portfolio metrics for Robinhood
Project description
simple_metrics for Robinhood
Simple, humble, and direct metrics applied to Robinhood trades.
example
from simple_metrics import fetch, export
account = {
'username': 'my username',
'password': 'my password'}
#
# export stock trades to -> stock_orders.csv
#
stock_orders = fetch.stock_trades(account, {})
export.stock_orders(stock_orders, {})
#
# export -> option_orders.csv
#
option_orders = fetch.option_orders(account, {})
export.option_orders(option_orders, {})
install
pip install simple_metrics --process-dependency-links
The package uses a forked version of
Robinhood, hence
the need for --process-dependency-links
.
package api
Functionality includes:
- Fetch Stock order history
- Fetch Option order history
- Export Stock order history
- Export Option order history
command line usage
config
in an account.ini
file, provide username and password
['account']
username = my_username
password = my_password
cli commands
export
# stocks
sm export_history --trades stock
# options
sm export_history --trades option
local development
Git clone this repo and run,
pip install . --process-dependency-links --editable
Adding --editable
allows you to pull in code changes without
having to run pip install
.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file simple_metrics-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: simple_metrics-0.1.7-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5a77014dd70ea1a6e4eb666a8ba38756c0f36e5bb69de2402e7d80d434c12a6 |
|
MD5 | 11e481e8b23ba39fd99ec0cdf7c05d09 |
|
BLAKE2b-256 | c40fb4db995f5711ecd993a6f7d65491ea868f28d453f2af241fb2e99492c8da |