文件名称:ticker
文件大小:5KB
文件格式:ZIP
更新时间:2024-04-03 13:50:23
Python
股票行情 以Quicken 2007格式输出股票价格, 美国市场:使用Alpha Vantage API TW市场:使用 用法 准备.env文件 API_KEY= < alpha> SYMBOLS= " <= for US listed AAPL TSLA ... " SYMBOLS_TW= " <= for * listed 0050 .... " $ pip install -r requirements.txt $ python app.py > price.csv $ python app_tw.py > price_tw.csv
【文件预览】:
ticker-main
----.gitignore(2KB)
----requirements.txt(84B)
----LICENSE(1KB)
----README.md(448B)
----app_tw.py(2KB)
----app.py(2KB)