Answered
error in using yahoo to connect yahaoo finance
Same as the above comment. "conn = yahoo" is sufficient >> conn = yahoo('http://download.finance.yahoo.com') conn = ...

7 years ago | 0

Answered
Why I can't download Yahoo data with Datafeed toolbox fetch function?
I can't seems to replicate the problem you have. It works well for me. >> c = yahoo; >> var=fetch(c,'GAPB.MX') va...

7 years ago | 0

Answered
Datafeed problem - yahoo finance cant find stock ?
The problem is not in the fetch function, but in the struct's name. You can easily fix it here: C = yahoo; name = 'M...

7 years ago | 0

Answered
Hello guys, how to fetch only adj close price from Yahoo! Finance.
You can do it using for loop c = yahoo; ticker = {'^GSPTSE','^FCHI','^GDAXI','^N225','^FTSE','^GSPC'} for i = 1:numel...

7 years ago | 0