dills122 / trader-tools

Mono-repo chock-full of tools and services to help you become a better trader and stay up to date
0 stars 1 forks source link

API Endpoint Transition #16

Open dills122 opened 3 years ago

dills122 commented 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.

[New API Endpoint](https://iexcloud.io/docs/api/#batch

The below picture is just from a small amount of testing done in one day. Console-IEX-Cloud -requests)

dills122 commented 3 years ago

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.