yahoo connection failed

4 views (last 30 days)
Weifei
Weifei on 27 Aug 2011
hi all,
I tried to use yahoo connection to downloading stock prices but failed. Here is error message:
??? Error using ==> yahoo at 56 Unable to connect to given URL.
Anyone have any idea about what is wrong with this?
Thanks a lot!
  2 Comments
Fangjun Jiang
Fangjun Jiang on 27 Aug 2011
What is your code?
Weifei
Weifei on 27 Aug 2011
yahoo

Sign in to comment.

Answers (1)

Oleg Komarov
Oleg Komarov on 27 Aug 2011
It fails for me as well but try:
conn = yahoo('http://download.finance.yahoo.com');
Could be related to a change Yahoo has made and a fix is needed by TMW.
  2 Comments
Weifei
Weifei on 27 Aug 2011
Thanks a lot!
Just curious, how could you find the new http address? I tried several but all failed.
Thank again!
Oleg Komarov
Oleg Komarov on 27 Aug 2011
googled yahoo finance api

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!