📜  python 获取财务数据 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:13.242000             🧑  作者: Mango

代码示例1
#In your command prompt you first need to install yfinance by running:
#pip install yfinance
import yfinance as yf
AAPL = yf.Ticker('AAPL').history('5y')