lmcneel / stalks

UT Coding BC at Houston Project 3
3 stars 1 forks source link

Stocks should be retrieved in a batch request #444

Open lmcneel opened 6 years ago

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