2
yahoo_finance APIとそのバージョン1.4.0をダウンロードしました。私は数日前にそれを得て、.get_historical()は正常に動作していました。しかし、今はそうではありません。Yahoo Finance API .get_historical()が動作しないpython
import yahoo_finance as yf
apple=yf.Share('AAPL')
apple_price=apple.get_price()
print apple.get_historical('2016-02-15', '2016-04-29')
エラーは次のとおりです。YQLResponseMalformedError:応答が不正です。 APIにバグはありますか、何か忘れていますか?
はいバグがありますhttps://github.com/lukaszbanasiak/yahoo-finance/issues/128、APIがゆっくりと死んでいるようですhttp://www.financial-hacker.com/bye-yahoo-and-thank-あなたのための魚/#more-2443 – davedwards