發表文章

Python yfinance 簡單應用

import yfinance as yf data = yf.download("0001.hk", start="2021-02-01", end="2021-02-02") print(data.head())