redtide:对于编译财务数据和股票价格,Robinhood API,tradebot等

时间:2024-06-06 00:45:13
【文件属性】:

文件名称:redtide:对于编译财务数据和股票价格,Robinhood API,tradebot等

文件大小:41KB

文件格式:ZIP

更新时间:2024-06-06 00:45:13

Python

Redtide v0.2 我试图抓取股票数据,分析市场,以及交易机器人 Python 3.5+ (2020.06.07)对于以前已经使用过Redtide的用户。 谢谢! 我几乎完全重新构建了它,并压缩了所有提交。 小心拉! 主要变化 实时报价选项已弃用! 它很烂,很确定没有人使用它。 作为新Stock数据模型的功能,提取实时报价仍然存在。 在下面的更多内容。 通过自动登录eoddata.com (使用Selenium进行身份验证)简化了股票代码的编译步骤 在符号编译步骤中刮擦公司的财务数据 引入使用Selenium自动化Robinhood上交易的HoodAPI,例如: from src.api import HoodAPI hood = HoodAPI() hood.make_order('buy', 'AMD', shares=5, order_type='limit', p


【文件预览】:
redtide-master
----.gitignore(154B)
----README.md(14KB)
----analysis()
--------stockdata.py(4KB)
--------__init__.py(0B)
--------financials.py(9KB)
----LICENSE(1KB)
----backends()
--------signinja()
--------__init__.py(0B)
----redtide.py(3KB)
----src()
--------api.py(20KB)
--------tradebot.py(19KB)
--------models.py(13KB)
--------scraper.py(29KB)
--------common.py(3KB)
--------constants.py(4KB)
--------__init__.py(0B)
----requirements.txt(139B)
----config.yaml(529B)

网友评论