I am trying for weeks now to find out how HTTP
and the YahooFinance API work together. Would love if someone can give me a hint.
Thanks!
Embed r package tidyquant in Julia. That is how i do it.
1 Like
tq_get
from tidyquant
is just a wrapper around getSymbols
from quantmod
… ;D
I basically fail to include the proper cookies or to extract and include the crumb thing.
You do not need the crumb. Now there is YahooFinance.jl for downloading the yahoo finance data.
2 Likes
@markushhh what happened to YahooFinance.jl?
2 Likes