All Projects → foodish → Learning_notebook

foodish / Learning_notebook

利用python进行财务分析

Projects that are alternatives of or similar to Learning notebook

Thstrader
量化交易。同花顺免费模拟炒股软件客户端的python API。(Python3)
Stars: ✭ 311 (+207.92%)
Mutual labels:  jupyter-notebook, finance
Financepy
A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives.
Stars: ✭ 416 (+311.88%)
Mutual labels:  jupyter-notebook, finance
Machine Learning For Trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Stars: ✭ 4,979 (+4829.7%)
Mutual labels:  jupyter-notebook, finance
Alpha Mind
quantitative security portfolio analysis. The analysis pipeline including data storage abstraction, alpha calculation, ML based alpha combining and portfolio calculation.
Stars: ✭ 171 (+69.31%)
Mutual labels:  jupyter-notebook, finance
Python Training
Python training for business analysts and traders
Stars: ✭ 972 (+862.38%)
Mutual labels:  jupyter-notebook, finance
Machine Learning And Reinforcement Learning In Finance
Machine Learning and Reinforcement Learning in Finance New York University Tandon School of Engineering
Stars: ✭ 173 (+71.29%)
Mutual labels:  jupyter-notebook, finance
Financeops
Research in investment finance with Python Notebooks
Stars: ✭ 378 (+274.26%)
Mutual labels:  jupyter-notebook, finance
Datagene
DataGene - Identify How Similar TS Datasets Are to One Another (by @firmai)
Stars: ✭ 156 (+54.46%)
Mutual labels:  jupyter-notebook, finance
Stock2vec
Variational Reccurrent Autoencoder for Embedding stocks to vectors based on the price history
Stars: ✭ 30 (-70.3%)
Mutual labels:  jupyter-notebook, finance
Research
Notebooks based on financial machine learning.
Stars: ✭ 714 (+606.93%)
Mutual labels:  jupyter-notebook, finance
Mixture model trading public
Stars: ✭ 166 (+64.36%)
Mutual labels:  jupyter-notebook, finance
Options backtester
Simple backtesting software for options
Stars: ✭ 62 (-38.61%)
Mutual labels:  jupyter-notebook, finance
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (+61.39%)
Mutual labels:  jupyter-notebook, finance
Quant Notes
Quantitative Interview Preparation Guide, updated version here ==>
Stars: ✭ 180 (+78.22%)
Mutual labels:  jupyter-notebook, finance
Algorithmictrading
This repository contains three ways to obtain arbitrage which are Dual Listing, Options and Statistical Arbitrage. These are projects in collaboration with Optiver and have been peer-reviewed by staff members of Optiver.
Stars: ✭ 157 (+55.45%)
Mutual labels:  jupyter-notebook, finance
Deltapy
DeltaPy - Tabular Data Augmentation (by @firmai)
Stars: ✭ 344 (+240.59%)
Mutual labels:  jupyter-notebook, finance
Alphalens
Performance analysis of predictive (alpha) stock factors
Stars: ✭ 2,130 (+2008.91%)
Mutual labels:  jupyter-notebook, finance
Pyportfolioopt
Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
Stars: ✭ 2,502 (+2377.23%)
Mutual labels:  jupyter-notebook, finance
Fecon235
Notebooks for financial economics. Keywords: Jupyter notebook pandas Federal Reserve FRED Ferbus GDP CPI PCE inflation unemployment wage income debt Case-Shiller housing asset portfolio equities SPX bonds TIPS rates currency FX euro EUR USD JPY yen XAU gold Brent WTI oil Holt-Winters time-series forecasting statistics econometrics
Stars: ✭ 708 (+600.99%)
Mutual labels:  jupyter-notebook, finance
Pandas Ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators
Stars: ✭ 962 (+852.48%)
Mutual labels:  jupyter-notebook, finance

learning_notebook

建议直接安装Anaconda;使用时直接运行py文件或者用ipython notebook运行ipynb文件。

一般情况下,data文件夹为数据文件夹,pic为图片文件夹。

网上直接查看的话,建议使用ipynb格式,在这里查看(把github的项目或文件地址粘贴进去即可查看,下面直接给出了地址):http://nbviewer.jupyter.org/github/foodish/learning_notebook/tree/master/

pandas_learning:pandas学习笔记,原始出处为官方文档

00_data:从雪球下载所有A股股票的财务三表数据 http://nbviewer.jupyter.org/github/foodish/learning_notebook/blob/master/00_data/download.ipynb

01_fenxi:利用雪球数据进行财务分析并生成所需要的图片 http://nbviewer.jupyter.org/github/foodish/learning_notebook/blob/master/01_fenxi/600519_analysis.ipynb

02_baogao:利用此前生成的图片自动化生成财务分析的docx文档(包含了01_fenxi的内容);需安装python-docx模块 http://nbviewer.jupyter.org/github/foodish/learning_notebook/blob/master/02_baogao/report.ipynb

03_maotai_analysis:较完整的自动化财务报表生成示例,以贵州茅台为例 http://nbviewer.jupyter.org/github/foodish/learning_notebook/blob/master/03_maotai_analysis/600519_analysis.ipynb

04_hangye:白酒行业分析

http://nbviewer.jupyter.org/github/foodish/learning_notebook/blob/master/04_hangye/%E7%99%BD%E9%85%92%E8%A1%8C%E4%B8%9A%E5%88%86%E6%9E%90.ipynb

05_maotai_crawler:茅台爬虫

06_tmall_crawlers:天猫爬虫

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].