Open lmcneel opened 6 years ago
Its not generally advisable to run an API call through a loop when the API allows for a batch request.
Lets see if we can request all the stock values at once rather than looping through the API call to reduce the amount of traffic.
Its not generally advisable to run an API call through a loop when the API allows for a batch request.
Lets see if we can request all the stock values at once rather than looping through the API call to reduce the amount of traffic.