文件名称:stock_invest:根据某个公式算出来的股票定投金额,都是玄学
文件大小:15KB
文件格式:ZIP
更新时间:2024-04-07 06:18:31
Python
使用的公式,对其中的代码进行了一些修改和扩展 参数修改 在stock_invest/mycheck.json中修改查询的股票或基金参数: 参数 意味着 说明 股票代码 股票或基金代码 股票示例: sh.60000 ,当使用方法1以外的其他方法查询时不需要sh. ;基金示例: 110011 班级 需要查询的类别 stock :股票; fund :基金 look_up_method 查询股票的方法 仅当class=='stock'时该值有效: 0 :BaoStock, 1 :搜狐财经, 2 :IG507,注意:使用IG507需要自行填写许可 地区 单位范围 步 单位定投率 invest_cash 基准定投金额 inv_method 定投方式 month : month定投; week :按周定投 inv_flag 定投循环的标志 当inv_method=='month'该每年每月第几天定投,当
【文件预览】:
stock_invest-master
----README.rst(0B)
----runlocal.bat(69B)
----stock_invest()
--------stock_code.py(2KB)
--------mycheck.csv(357B)
--------main.py(2KB)
--------__init__.py(21B)
--------function.py(4KB)
--------invest.py(5KB)
--------source_scraper()
----getStockList.bat(75B)
----requirements.txt(116B)
----LICENSE(1KB)
----setup.py(751B)
----README.md(2KB)
----tests()
--------__init__.py(0B)
--------test_python_template.py(246B)
----.gitignore(2KB)