schardtbc / iexcloud_api_wrapper

iexcloud api wrapper written in typescript (asynchronous interface)
MIT License
82 stars 19 forks source link

Support a Quote for multiple stocks #12

Open jjreego opened 5 years ago

jjreego commented 5 years ago

I am using the Quote APR which retrieves quote information for a single stock symbol. It would help if multiple stocks could be retrieved at once. Perhaps up to 50 or whatever the IEX Cloud limit is. Right now the Quote API is returning ~2 quotes per second. It used to return about 100 per second, but something in the system has changed. Who know is could be an update from Microsoft or a bug in the IEX cloud. But it would just be more efficient to query for multiple stocks in a simgle message.

schardtbc commented 5 years ago

I will add support for this next week.

schardtbc commented 5 years ago

I will try to get to this soon

gambinish commented 4 years ago

Any update on this? Would be great to batch quote requests rather than manually polling the endpoint.