使用雅虎时出错 - 无法从给定 URL 连接或检索数据

Error using yahoo - Unable to connect or retrieve data from given URL

我使用 Matlab 的 fetch 函数从 Yahoo Finance 检索历史数据。根据官方文档(解释here)的做法如下:

连接到雅虎!财务.

c = yahoo;

获取今天日期的 IBM 安全数据。

d = fetch(c,'IBM',now)

到目前为止一切正常。然而,从今天早上开始,我收到以下错误:

Error using yahoo
Unable to connect or retrieve data from given URL.

发生了什么事? API 是关闭了还是我更改了一些设置却不知道?

这是新 Yahoo 的 MATLAB 变通方法,尝试 this