/SampleRHOptionsFinder

A simple example for pulling options from robinhood by profitability.

Primary LanguageJupyter NotebookMIT LicenseMIT

Setup

  1. Install any needed dependencies
$ pip install -r requirements.txt
  1. Create a file called .robinhood_login

Fill out the following and paste it into .robinhood_login

username: <your-username>
password: <your-password>

Using

Before making any calls, make sure to run:

from utilities import robinhood_login
robinhood_login()