You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MarketData.jl provides the function for downloading market data from yahoo and other sources but the primary method MarketData.yahoo() accepts only a single ticker (issue JuliaQuant/MarketData.jl#72). For the download function in TSx, I would want to have something like:
MarketData.jl provides the function for downloading market data from yahoo and other sources but the primary method
MarketData.yahoo()
accepts only a single ticker (issue JuliaQuant/MarketData.jl#72). For the download function in TSx, I would want to have something like:This should join all the tickers together using
JoinBoth
strategy ontimestamps
column and return a singleTS
object.The text was updated successfully, but these errors were encountered: