JuDO-dev / AirBorne.jl

AirBorne a complete algorithmic trading framework in Julia.
http://judo.dev/AirBorne.jl/
MIT License
1 stars 1 forks source link

Add Multithreading for Yahoo API request #103

Closed brunocastroibarburu94 closed 1 year ago

brunocastroibarburu94 commented 1 year ago

Requesting multiple tickers on different threads can help alleviate the bottleneck of data extraction which usually is the REST API rate.