robinhood-unofficial / Pyrh

Licence: mit
Python Framework to make trades with the unofficial Robinhood API

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
Gherkin
971 projects

Projects that are alternatives of or similar to Pyrh

Robinhood
Unofficial Documentation of Robinhood Trade's Private API
Stars: ✭ 1,569 (-7.81%)
Mutual labels:  robinhood-api
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (+9.81%)
Mutual labels:  python-framework
robinhood.tools
📈🤑💰 Advanced trading tools and resources for Robinhood Web.
Stars: ✭ 27 (-98.41%)
Mutual labels:  robinhood-api
Pylogeny
Python framework for phylogenetic tree landscapes
Stars: ✭ 17 (-99%)
Mutual labels:  python-framework
Unofficial-Robinhood-Api
Java Wrapper for the Robinhood Investing App/Service
Stars: ✭ 28 (-98.35%)
Mutual labels:  robinhood-api
pug4py
Use Pug.js within any python framework
Stars: ✭ 17 (-99%)
Mutual labels:  python-framework
simple portfolio
Export trades from Robinhood and run basic reporting on portfolio performance
Stars: ✭ 17 (-99%)
Mutual labels:  robinhood-api
telegram-bot-framework
Python Telegram bot API framework
Stars: ✭ 19 (-98.88%)
Mutual labels:  python-framework
pyotr
Python OpenAPI-to-REST (and back) framework
Stars: ✭ 54 (-96.83%)
Mutual labels:  python-framework
bigflow
A Python framework for data processing on GCP.
Stars: ✭ 96 (-94.36%)
Mutual labels:  python-framework
mcthings
A Python framework for creating 3D scenes in Minecraft and Minetest
Stars: ✭ 44 (-97.41%)
Mutual labels:  python-framework
robinhood-python
Robinhood module in Python
Stars: ✭ 103 (-93.95%)
Mutual labels:  robinhood-api
osdp-python
A Python control panel implementation of the Open Supervised Device Protocol (OSDP)
Stars: ✭ 28 (-98.35%)
Mutual labels:  python-framework
Awesome Python
A curated list of awesome Python frameworks, libraries, software and resources
Stars: ✭ 110,263 (+6378.44%)
Mutual labels:  python-framework
robinhood-logo

pyrh - Unofficial Robinhood API

Build Status Coverage Documentation Status PyPI Version PyPI - Downloads License Code Style Gitter

Python Framework to make trades with Unofficial Robinhood API. Supports Python 3.6+

Please note that parts of this project maybe non-functional / under rapid development

  • A stable release is imminent

Documentation: https://pyrh.readthedocs.io/en/latest/

Quick start

from pyrh import Robinhood

rh = Robinhood()
rh.login(username="YOUR_EMAIL", password="YOUR_PASSWORD")
rh.print_quote("AAPL")

How To Install:

pip install pyrh

Running example.ipynb

Clone the repository and install jupyter capabilities.

$ git clone https://github.com/robinhood-unofficial/pyrh.git
$ cd pyrh
$ python --version # python 3.3+ for venv functionality
Python 3.7.6
$ python -m venv pyrh_env
$ source pyrh_env/bin/activate
(pyrh_env) $ pip install .[notebook]
(pyrh_env) $ cp .env.sample .env # update the values in here
(pyrh_env) $ jupyter notebook notebooks/example.ipynb

Now just run the files in the example.

Related

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].