필터 지우기
필터 지우기

error in using yahoo to connect yahaoo finance

조회 수: 2 (최근 30일)
yan bing
yan bing 2015년 8월 10일
답변: Kawee Numpacharoen 2016년 11월 2일
Hi, Friends, I use yahoo finance everyday to download finance data. However, since today, it has below error. Any one has idea what is happening from yahoo side? Any alternative yahoo server address to resolve the issue?
>> conn = yahoo('http://download.finance.yahoo.com'); ??? Error using ==> yahoo at 56 Unable to connect to given URL.
  댓글 수: 1
Brendan Hamm
Brendan Hamm 2015년 8월 10일
I could not reproduce this error. Have you had any recent updates on the computer? Are there Firewall restrictions?
Also, it is not necessary to provide the URL, as this is the default URL anyhow:
conn = yahoo; %sufficient
I would only use the URL if I needed to specify the port.

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

답변 (1개)

Kawee Numpacharoen
Kawee Numpacharoen 2016년 11월 2일
Same as the above comment. "conn = yahoo" is sufficient
>> conn = yahoo('http://download.finance.yahoo.com')
conn =
yahoo with properties:
url: 'http://download.finance.yahoo.com'
ip: []
port: []
>> conn2 = yahoo
conn2 =
yahoo with properties:
url: 'http://download.finance.yahoo.com'
ip: []
port: []

카테고리

Help CenterFile Exchange에서 Money.Net에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by