Open dills122 opened 3 years ago
Noticed that the endpoint that was retrieving the historical data was using a ton of API calls and using up the limit right away.
To avoid this the BATCH endpoint looks like the correct way to go to avoid API limit rates.
BATCH
[New API Endpoint](https://iexcloud.io/docs/api/#batch
The below picture is just from a small amount of testing done in one day. -requests)
Still need to add functionality into the trading services and create a manual tester to see how much each call will count against the API limit.
Noticed that the endpoint that was retrieving the historical data was using a ton of API calls and using up the limit right away.
To avoid this the
BATCH
endpoint looks like the correct way to go to avoid API limit rates.[New API Endpoint](https://iexcloud.io/docs/api/#batch
The below picture is just from a small amount of testing done in one day. -requests)