当前位置: 首页 > 工具软件 > Yfinance > 使用案例 >

python安装yfinance包

顾高翰
2023-12-01

fix_yahoo_finance包好像不好用了

现在的名称是yfinance

但使用pip install是找不到yfinance这个包的,在anaconda的environments也没有

可使用

pip install yfinance --upgrade --no-cache-dir

在console中安装

详见:

Reliably download historical market data from with Python | Ran Aroussi (Official Website)

 类似资料: