文件名称:options_trading
文件大小:3KB
文件格式:ZIP
更新时间:2024-03-07 23:56:15
Python
自述文件 这是一个实验项目,可从Yahoo Finance Free API中提取期权交易表 用法 复制项目: git clone https://github.com/YuanH/options_trading.git 测试运行: ./test.py -t AAPL -s "2021-02-05" --type put 依存关系 yfinance pip3 install yfinance 熊猫pip3 install pandas numpy pip3 install numpy
【文件预览】:
options_trading-master
----main.py(2KB)
----util.py(2KB)
----__init__.py(0B)
----.gitignore(49B)
----README.md(358B)