yahoo_finance_api:雅虎金融API v8的Python包装器

时间:2024-05-30 23:59:54
【文件属性】:

文件名称:yahoo_finance_api:雅虎金融API v8的Python包装器

文件大小:1.87MB

文件格式:ZIP

更新时间:2024-05-30 23:59:54

Python

更新-我不维护该项目,因此,如果您有任何问题,请分叉该项目并尝试自己解决。 Yahoo Finance Python API 由于所有股票api(例如pandas_datareader等)的使用率过高,我不得不基于yahoo api v8创建自己的API 关于此api的最好的事情是它支持最多1分钟的粒度内的日内数据,许多免费的api不支持 用法 此命令返回一个数据框,可以进一步修改该数据框以添加新列,导出到excel等 tata_power = YahooFinance ( 'TATAPOWER.NS' , result_range = '1mo' , interval = '15m' , dropna = 'True' ). result 演示版 安装 git clone https://github.com/mayankwadhwa/yahoo_finance_api.git c


【文件预览】:
yahoo_finance_api-master
----setup.py(734B)
----res()
--------demo.gif(1.93MB)
----yahoo_finance_api()
--------__init__.py(3KB)
----LICENSE(1KB)
----README.md(969B)

网友评论