ERROR IN LINE 387 -- YOU CAN FIND LINK BELOW. I HOPE YOU CAN HELP ME
case 7
cout = textscan(tmpdat,'%s%f%f%f%f%f%f','delimiter',',');
[dt,op,hg,lo,cl,vo,ac] = cout{:};
d = [datenum(dt,pivotyear,'yyyy-mm-dd'),op,hg,lo,cl,vo,ac];
end
catch exception
387-- error(message('datafeed:yahoo:fetchHistoryError'))
end
%Return only specific fields if any requested
if isvalflds
d = specificfieldsrequest(upper(valflds),d,upper(deblank(h)));
end

1 comentario

Geoff Hayes
Geoff Hayes el 1 de Jul. de 2017
Editada: Geoff Hayes el 1 de Jul. de 2017
Stefano - how are you calling fetch? What are the input parameters? Have you seen yahoo historical data bug or can't connect to yahoo?

Iniciar sesión para comentar.

Respuestas (1)

dpb
dpb el 1 de Jul. de 2017

0 votos

Seemingly a candidate for the FAQ -- <historical-stock-data-from-yahoo-with-matlab> in response to another poster just this AM...

Categorías

Más información sobre Financial Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 1 de Jul. de 2017

Respondida:

dpb
el 1 de Jul. de 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by