Unable to return historical data for given security.

c = yahoo;
fetch(c,'IBM','Close','01/01/2012','06/30/2012');
Error using yahoo/fetch (line 387) Unable to return historical data for given security.

답변 (2개)

Rodrigo de Francisco
Rodrigo de Francisco 2017년 5월 19일
Hello,
I've already applied that patch and have the following behaviour:
d = fetch(c,'IBM','2/1/2000','2/20/2000')
Error using yahoo/fetch (line 387)
Unable to return historical data for given security.
d = fetch(c,'IBM','1/1/2000','1/10/2000')
Error using yahoo/fetch (line 387)
Unable to return historical data for given security.
d = fetch(c,'IBM','1/1/2017','2/2/2017')
Error using yahoo/fetch (line 387)
Unable to return historical data for given security.
Thank you
Cam Salzberger
Cam Salzberger 2017년 5월 17일

0 개 추천

Hello Adhish,
I'd suggest trying the workaround listed in this bug report. Yahoo recently changed their API, and a changed had to be made to MATLAB's functions to match it.
-Cam

댓글 수: 7

not working
Which release of MATLAB are you using? The patch should resolve this issue for R2012b through R2017a, based on the name. Though there are other reasons that you may get this error...
If you are using R2007a or before, have a look at this bug report as well.
not working
Hello, I have the same error and the work around isn't working currently. The work around worked for a period of time, but it seems that the yahoo API is still in flux... waa waa
Chulong chen
Chulong chen 2017년 5월 21일
편집: Chulong chen 2017년 5월 21일
agree with @Alec Jeffery. I applied the patch about a week ago and worked for 3 days. seems yahoo changed the API again after the release of the patch
Hey guys,
It looks like there has been a change to Yahoo's API again. At least based on the suggestions posts I have found.
-Cam
Cam Salzberger
Cam Salzberger 2017년 6월 20일
편집: Cam Salzberger 2017년 6월 20일
It looks like due to the API changes, Yahoo will no longer be supported by the Datafeed Toolbox. The bug report I linked previously has now been updated to reflect this.

댓글을 달려면 로그인하십시오.

질문:

2017년 5월 17일

편집:

2017년 6월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by