aokellermann/iex

Batch Requests

Closed this issue · 0 comments

Description

IEX Cloud supports batch requests for stock endpoints. This allows you to query multiple endpoints and symbols at the same time to reduce the number of total API calls.

Possible Solution

Implement formation of batch Urls for all stock endpoint calls.

Deliverables
  • Only requires a small amount of code in api.cc to create Url.

Additional Context