Skip to content

Commit

Permalink
improved readability of option functions
Browse files Browse the repository at this point in the history
combined the list and regular option functions, changed names, and improved functionality of several option functions.
  • Loading branch information
jmfernandes committed Jun 21, 2020
1 parent 485eb7f commit cf7cb6b
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 199 deletions.
12 changes: 5 additions & 7 deletions robin_stocks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,11 @@
get_all_option_positions, \
get_open_option_positions, \
get_chains, \
find_tradable_options_for_stock, \
find_options_for_stock_by_expiration, \
find_options_for_stock_by_strike, \
find_options_for_stock_by_expiration_and_strike, \
find_options_for_list_of_stocks_by_expiration_date,\
get_list_market_data, \
get_list_options_of_specific_profitability, \
find_tradable_options, \
find_options_by_expiration, \
find_options_by_strike, \
find_options_by_expiration_and_strike, \
find_options_by_specific_profitability, \
get_option_market_data_by_id, \
get_option_market_data, \
get_option_instrument_data_by_id, \
Expand Down
Loading

0 comments on commit cf7cb6b

Please sign in to comment.