Has Yahoo finance web service disappeared? API changed? Down temporarily?

后端 未结 9 1523
礼貌的吻别
礼貌的吻别 2020-11-27 13:12

For quite some time I\'ve been using the following REST API to query Yahoo finance for current prices. It is documented in several Stack Overflow posts, e.g. Yahoo finance

9条回答
  •  Happy的楠姐
    2020-11-27 13:46

    I had the same issue. Here is the API URL to pull stock from YAHOO. Hope this helps.

    https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.quotes%20where%20symbol%20in%20(%22YHOO%22)&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys&callback=
    

提交回复
热议问题