Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jicewarwick/AShareData
自动化Tushare数据获取和MySQL储存
https://github.com/jicewarwick/AShareData
mysql python3 tushare
Last synced: 3 months ago
JSON representation
自动化Tushare数据获取和MySQL储存
- Host: GitHub
- URL: https://github.com/jicewarwick/AShareData
- Owner: jicewarwick
- License: mit
- Created: 2019-07-26T12:13:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T10:52:49.000Z (almost 3 years ago)
- Last Synced: 2024-07-05T01:58:50.076Z (7 months ago)
- Topics: mysql, python3, tushare
- Language: Python
- Homepage:
- Size: 1.69 MB
- Stars: 57
- Watchers: 6
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A股数据获取及本地SQL储存与读取
Manual:
- 在 `config.json` 里填写相关信息. 模板文件为 `config_example.json`
- 已完成数据:
- 交易日历
- 股票
- 股票列表
- 上市公司基本信息
- IPO新股列表
- 日行情
- 中信, 中证, 申万, Wind行业
- 股票曾用名 / ST处理情况
- 财报
- 指数日行情, 列类似于股票日行情
- 期货
- 合约列表
- 日行情
- 期权
- 合约列表
- 行情
- 基金
- ETF基金列表
- ETF日行情
- 股票指数
- 日行情
- 自合成指标:
- 股票涨跌停一字板
- 股票自定义指数合成Dependencies:
- numpy
- pandas
- tushare
- sqlalchemy
- tqdm: 进度显示
- requests
- sortedcontainersOptional:
- pymysql: 数据库驱动
- pymysqldb
- WindPy
- alphalens