Gold Feb Historical Data From Yahoo Finance

5 visualizaciones (últimos 30 días)
Jessica Lam
Jessica Lam el 31 de En. de 2012
Respondida: Sherif Omran el 16 de Mzo. de 2022
Hi I am trying to get Gold Feb (GCG12.CMX) Historical Data From Yahoo Finance via DataFeeb toolbox.
The following is my code. conn = yahoo; b = fetch(conn,{'GCG12.CMX'},{'Close'},'2012-01-01','2012-01-30','d'); But I got the following warning message. ??? Error using ==> yahoo.fetch at 366 Unable to return historical data for given security.
Is there any commends which can fetch Gold Feb Historical Data?
Thanks so much Jessica

Respuestas (3)

Kawee Numpacharoen
Kawee Numpacharoen el 4 de Ag. de 2017
Datafeed Toolbox no longer supports Yahoo! Finance API.

Stuart Kozola
Stuart Kozola el 4 de Ag. de 2017
Yahoo no longer supports this api. See this answer for more information.
https://www.mathworks.com/matlabcentral/answers/335870-fetching-data-from-yahoo#answer_265368

Sherif Omran
Sherif Omran el 16 de Mzo. de 2022
use python yfinance tool instead and export data to csv then read in matlab.

Categorías

Más información sobre Money.Net en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by