Unable to fetch financial data from yahoo using datafeed toolbox and Matlab R2017b
2 views (last 30 days)
Show older comments
Dear Team,
I'm facing issues while using yahoo as the datasource on Matlab, below code produces the following error: Undefined function or variable 'yahoo'.
Code:
y = yahoo;
ticker = 'YNDX'; fetch(y,ticker);
close(y);
Kindly let me know how to use the fetch command using Yahoo or any publicly available API.
Regards
0 Comments
Answers (2)
Jorge Acosta
on 18 Mar 2018
1 Comment
Steven Lord
on 18 Mar 2018
Check the output of the ver function to confirm that you have Datafeed Toolbox installed. If you don't, you will not be able to use the iqf function from that toolbox.
Image Analyst
on 18 Mar 2018
I believe Yahoo stopped that service. About 2 or 3 months ago I was able to update stock prices in an Excel workbook I had, and it suddenly quit working. When I did some research I found that Yahoo was stopping that service. I don't know of a replacement.
1 Comment
Steven Lord
on 18 Mar 2018
See Also
Categories
Find more on Web Services in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!