Yahoo fetch command fails with error "Error using yahoo/fetch. Unable to return historical data for given security".
2 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2016 年 11 月 21 日
回答済み: MathWorks Support Team
2016 年 11 月 21 日
I am using the datafeed toolbox to fetch data using a Yahoo connection.
I am getting the following error :
Error using yahoo/fetch.
Unable to return historical data for given security.
Why is this?
採用された回答
MathWorks Support Team
2016 年 11 月 21 日
The fetch function for a Yahoo connection in the datafeed toolbox pulls data from the Yahoo Finance website which is publicly accessible.
If you see this error, the issue is likely due to unavailability for the requested data from Yahoo Finance.
Check to see if Yahoo Finance itself displays the relevant data for the given security to confirm if this is the case.
To do this, append the ticker symbol to the URL below and open it in a web browser :
https://finance.yahoo.com/quote/
For example, to get a quote on the Facebook ticker (FB), the URL would be :
https://finance.yahoo.com/quote/FB
Similarly, for accessing the quote for Time Warner Cable (TWC) the URL is :
https://finance.yahoo.com/quote/TWC
However, the webpage says "Error 404. Symbol TWC not found. Try looking again."
This is because Time Warner Cable was acquired by another company and no longer trades using the "TWC" ticker symbol.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Money.Net についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!