zerowsir / stock_studyLinks
股票相关知识学习,用Python来研究一下股票投资,大致会包括股票数据的爬取、技术指标分析、量化交易到神经网络(深度学习)
☆15Updated 6 years ago
Alternatives and similar repositories for stock_study
Users that are interested in stock_study are comparing it to the libraries listed below
Sorting:
- 这个是金融数据分析的功能库,专门为股票历史行情回测、量化分析编写。☆19Updated 7 years ago
- 获取股票历史数据,并实现快速绘图。计算买入和卖出过程中的收益,并标记出涨跌转折点。最后,使用机器学习方法对数据进行建模,并给出股票未来走势的预测结果。☆15Updated 6 years ago
- 利用Tushare接口的原始数据,搭建股票分析模型☆10Updated 5 years ago
- 股票量化分析交易平台☆18Updated 7 years ago
- 将A股所有股票的日K线的数据写入本地mysql数据库,收集从某个时间段以来的股票财报数据,包括营收、市值、股本等数据。☆15Updated 7 years ago
- cnn,随机森林,四种股票走势图分类☆13Updated 6 years ago
- 基于一个马尔可夫链的股票预测模型☆13Updated 5 years ago
- Elasticsearch + Kibana + Tushare DIY股票分析工具☆11Updated 6 years ago
- 基于PyQt的股票数据分析☆25Updated 2 years ago
- 借助钉钉机器人发送股票买入卖出提醒信息☆17Updated 3 years ago
- 使用python爬取雪球网站上的股票数据:股票代码、基础数据、财务 数据、日线数据、除权信息等等,存储到本地mysql数据库,方便数据分析。☆55Updated 7 years ago
- python爬取股市数据,并对各个行业股票行情、财务数据进行重构分析☆11Updated 5 years ago
- Python编写的股票行情分析软件,数据来源网易及TuShare,界面采用Pyqt,所有界面采用扁平化可拉伸设计☆20Updated 7 years ago
- 针对沪深300指数的历史交易数据,通过机器学习的方法,预测股票的价格(涨跌概率),并借此来形成相应的交易策略。