westonplatter / fast_arrow

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

What is the allowed request frequency? #105

Closed 1a1a11a closed 4 years ago

1a1a11a commented 4 years ago

Hi I tried to look it up, but I can't find it, what is the max request rate for querying robinhood?

westonplatter commented 4 years ago

I'm not sure. Given RH doesn't publish the API docs, I have intentionally spaced out API calls to not be high demands of various API endpoints.

1a1a11a commented 4 years ago

Any idea what will happen if I send requests too fast? Just don't want them to block my account.

westonplatter commented 4 years ago

No idea. When in doubt, be kind.

1a1a11a commented 4 years ago

Sure, thanks!