westonplatter / fast_arrow

(no longer maintained) A simple yet robust (stock+options) API client for Robinhood
MIT License
127 stars 37 forks source link

OptionOrder.unroll_option_legs - should batch HTTP requests #65

Open westonplatter opened 5 years ago

westonplatter commented 5 years ago

What's your feature? OptionOrder.unroll_option_legs makes 1 request per option trade. It should batch HTTP requests into 1 large request and then backfill data.

Why are you interested in it being added? Make things move faster.

markmark1 commented 4 years ago

What does unroll option legs do