update github client new list

This commit is contained in:
Bin Yang
2021-03-31 14:05:49 -04:00
parent 3005ec3d81
commit 64f9ec4adf
4 changed files with 193 additions and 162 deletions
+10 -9
View File
@@ -2,15 +2,6 @@
[![Gitter](https://badges.gitter.im/financial-machine-learning/community.svg)](https://gitter.im/financial-machine-learning/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# Financial Machine Learning and Data Science
**This repo is officially under revamp as of 3/29/2021!!**
***TODOs and roadmap is under the github project [here](https://github.com/firmai/financial-machine-learning/projects/1) If you would like to contribute to this repo, please send us a pull request or contact [@dereknow](https://twitter.com/dereknow) or [@bin-yang-algotune](https://twitter.com/b3yang) <br>
Or join us in the gitter chat [here](https://gitter.im/financial-machine-learning/community)
***
___
Updated Repo Information including the creation date/last update date/number of stars etc can be found [here](https://github.com/firmai/financial-machine-learning/blob/master/raw_data/url_list.csv) <br>
Repo list is updated nightly and status is shown on the badge
___
A curated list of practical financial machine learning (FinML) tools and applications. This collection is primarily in Python.
@@ -18,6 +9,16 @@ A listed repository should be deprecated if:
- Repository's owner explicitly say that "this library is not maintained".
- Not committed for long time (2~3 years).
**This repo is officially under revamp as of 3/29/2021!!**
***TODOs and roadmap is under the github project [here](https://github.com/firmai/financial-machine-learning/projects/1) If you would like to contribute to this repo, please send us a pull request or contact [@dereknow](https://twitter.com/dereknow) or [@bin-yang-algotune](https://twitter.com/b3yang) or join us in the gitter chat [here](https://gitter.im/financial-machine-learning/community)
***
___
Updated Repo Information including the creation date/last update date/number of stars etc can be found [here](https://github.com/firmai/financial-machine-learning/blob/master/raw_data/url_list.csv) <br>
Repo list is updated weekly and status is shown on the badge
___
# Trading
## Deep Learning ([Wiki](https://github.com/firmai/financial-machine-learning/wiki/Deep-Learning))
- [Deep Learning](https://github.com/keon/deepstock) - Technical experimentations to beat the stock market using deep learning.
+16 -4
View File
@@ -7,10 +7,23 @@ import pandas as pd
from github import Github, Repository
def get_github_client():
# search for app_client and client secrets first, since this allow higher api request limit
github_app = os.environ.get('GIT_APP_ID')
if github_app is None:
github_token = os.environ.get('GIT_TOKEN')
g = Github(github_token)
else:
github_app_secret = os.environ.get('GIT_APP_SECRET')
g = Github(
client_id=github_app,
client_secret=github_app_secret)
return g
# generic search functions
def search_repo(search_term: str, qualifier_dict: Dict):
github_token = os.environ.get('GIT_TOKEN')
g = Github(github_token)
g = get_github_client()
qualifier_str = ' '.join(['{}:{}'.format(k, v) for k, v in iter(qualifier_dict.items())])
if qualifier_str != '':
final_search_term = '{} {}'.format(search_term, qualifier_str)
@@ -155,8 +168,7 @@ def get_repo_attributes_dict(input_repo: Repository, last_commit_within_years: i
def get_repo_status():
github_token = os.environ.get('GIT_TOKEN')
g = Github(github_token)
g = get_github_client()
repo_df = get_repo_list()
for idx, row in repo_df.iterrows():
repo_path = row['repo_path']
+165 -147
View File
@@ -1,147 +1,165 @@
name,url,comment,category,last_update,star_count,fork_count,contributors_count,created_at,last_commit,repo_path,repo_status
Venture Capital NN,https://github.com/tr7200/National-Culture-and-Venture-Capital-Monitoring,Cox-PH neural network predictions for VC/innovations finance research.,Alternative Finance,,,,,,,tr7200/National-Culture-and-Venture-Capital-Monitoring,
Private Equity,https://github.com/TheVinhLuong102/ChicagoBooth-EntrepreneurialFinancePrivateEquity/blob/master/RightNow%20Technologies/RightNow%20Technologies.ipynb,Valuation models.,Alternative Finance,2020-11-26 03:34:45,8.0,6.0,2.0,2016-01-27 21:13:33,2016-03-14 20:03:52,TheVinhLuong102/ChicagoBooth-EntrepreneurialFinancePrivateEquity,inactive
VC OLS,https://github.com/fionawhitefield/venture-capital-ols/blob/master/sec_project.ipynb,VC regression.,Alternative Finance,2020-10-06 20:56:14,2.0,1.0,1.0,2018-03-29 23:31:13,2018-03-29 23:33:19,fionawhitefield/venture-capital-ols,inactive
Watch Valuation,https://github.com/alporter08/Luxury-Watch-Valuation/blob/master/Luxury-Watch-Valuation.ipynb,Analysis of luxury watch data to classify whether a certain model is likely to be over-or undervalued.,Alternative Finance,2021-01-14 22:41:08,4.0,2.0,1.0,2017-02-08 18:39:29,2017-04-27 22:55:55,alporter08/Luxury-Watch-Valuation,inactive
Art Valuation,https://github.com/ahmedhosny/theGreenCanvas/blob/gh-pages/ImageProcessing1210.ipynb,Art evaluation analytics.,Alternative Finance,2021-02-26 12:10:53,9.0,5.0,1.0,2014-12-11 00:25:39,2014-12-12 21:25:46,ahmedhosny/theGreenCanvas,inactive
Blockchain,https://github.com/nud3l/dInvest,Repository for distributed autonomous investment banking.,Alternative Finance,2021-02-06 07:38:28,12.0,7.0,2.0,2016-09-05 19:12:40,2017-04-24 10:48:56,nud3l/dInvest,inactive
Venture Capital,https://github.com/julian-chan/etothex,Insight into a new founder to make data-driven investment decisions.,Alternative Finance,2020-10-06 20:56:08,3.0,2.0,1.0,2017-12-04 08:59:44,2017-12-13 05:35:27,julian-chan/etothex,inactive
Kiva Crowdfunding,https://github.com/CJL89/Kiva-Crowdfunding/blob/master/Kiva%20Crowdfunding.ipynb,Exploratory data analysis.,Alternative Finance,2021-02-19 13:40:33,5.0,1.0,1.0,2018-02-27 16:46:02,2019-02-13 00:15:27,CJL89/Kiva-Crowdfunding,inactive
Berkeley Lab CIFT,https://cs.lbl.gov/news-media/news/news-archive/2010/berkeley-lab-launches-new-center-for-innovative-financial-technology/,,"Colleges, Centers and Departments",,,,,,,,
NYU Courant,https://cims.nyu.edu/,"Courant Institute of Mathematical Sciences, New York University","Colleges, Centers and Departments",,,,,,,,
Oxford Man,https://www.oxford-man.ox.ac.uk/,Oxford-Man Institute of Quantitative Finance,"Colleges, Centers and Departments",,,,,,,,
Stanford Advanced Financial Technologies,https://fintech.stanford.edu/,Stanford Advanced Financial Technologies Laboratory,"Colleges, Centers and Departments",,,,,,,,
Cornell University,https://www.cornell.edu/,,"Colleges, Centers and Departments",,,,,,,,
NYU FRE,https://engineering.nyu.edu/academics/departments/finance-and-risk-engineering,Finance and Risk Engineering (NYU Tandon),"Colleges, Centers and Departments",,,,,,,,
ML Specialisation,https://github.com/Ahmed0028/Machine-Learning-and-Reinforcement-Learning-in-Finance-Specialization,Machine Learning in Finance.,Courses,2021-03-31 02:08:49,33.0,31.0,1.0,2019-01-24 02:55:01,2020-01-03 21:54:16,Ahmed0028/Machine-Learning-and-Reinforcement-Learning-in-Finance-Specialization,active
Risk Management,https://github.com/andrey-lukyanov/Risk-Management,Finance risk engagement course resources.,Courses,2020-11-12 00:49:51,6.0,5.0,3.0,2018-10-03 16:26:14,2018-12-13 08:04:15,andrey-lukyanov/Risk-Management,inactive
Basic Investments,https://github.com/SeanMcOwen/FinanceAndPython.com-Investments,Basic investment tools in python.,Courses,2021-03-23 06:32:10,9.0,5.0,1.0,2017-08-02 21:52:19,2017-08-17 03:24:53,SeanMcOwen/FinanceAndPython.com-Investments,inactive
Handson Python for Finance,https://github.com/PacktPublishing/Hands-on-Python-for-Finance,Hands-on Python for Finance published by Packt.,Courses,2021-03-26 22:26:32,120.0,107.0,3.0,2018-08-20 14:10:37,2021-01-15 08:57:06,PacktPublishing/Hands-on-Python-for-Finance,active
Basic Finance,https://github.com/SeanMcOwen/FinanceAndPython.com-BasicFinance,Source code notebooks basic finance applications.,Courses,2021-03-31 02:09:16,10.0,8.0,1.0,2017-05-06 02:39:05,2017-06-21 04:04:09,SeanMcOwen/FinanceAndPython.com-BasicFinance,inactive
Python for Finance,https://github.com/siaen/python_finance_course,CEU python for finance course material.,Courses,2021-03-31 02:08:55,16.0,15.0,4.0,2017-12-12 11:54:46,2020-02-25 20:31:41,siaen/python_finance_course,active
Algo Trading,https://github.com/JCreeks/Machine-Learning-in-Finance/tree/master/0_Intro_to_Algo_Trading,Intro to algo trading.,Courses,2021-03-12 11:02:04,64.0,25.0,1.0,2017-10-29 20:34:54,2019-01-22 06:56:08,JCreeks/Machine-Learning-in-Finance,inactive
Mathematical Finance,https://github.com/yadongli/nyumath2048,NYU Math-GA 2048: Scientific Computing in Finance.,Courses,2021-01-14 18:01:08,69.0,63.0,6.0,2015-01-25 21:10:37,2020-03-25 04:24:25,yadongli/nyumath2048,active
Machine Learning for Trading,https://github.com/stefan-jansen/machine-learning-for-trading,"Notebooks, resources and references accompanying the book Machine Learning for Algorithmic Trading.",Courses,2021-03-31 11:07:56,3663.0,1145.0,7.0,2018-05-09 12:33:08,2021-03-19 14:10:47,stefan-jansen/machine-learning-for-trading,active
Basic Derivatives,https://github.com/SeanMcOwen/FinanceAndPython.com-Derivatives,Basic forward contracts and hedging.,Courses,2021-03-31 02:08:39,4.0,4.0,1.0,2017-08-24 00:11:37,2017-10-13 01:32:23,SeanMcOwen/FinanceAndPython.com-Derivatives,inactive
EDGAR,https://github.com/TiesdeKok/UW_Python_Camp/blob/master/Materials/Session_5/EDGAR_walkthrough.ipynb,,Data,2021-01-23 19:22:59,11.0,10.0,1.0,2018-06-11 22:51:57,2018-07-10 18:03:52,TiesdeKok/UW_Python_Camp,inactive
Open Edgar,https://github.com/LexPredict/openedgar,,Data,2021-03-31 06:16:26,166.0,61.0,6.0,2018-05-07 15:32:31,2019-05-15 08:32:30,LexPredict/openedgar,active
SEC Parsing,https://github.com/healthgradient/sec-doc-info-extraction/blob/master/classify_sections_containing_relevant_information.ipynb,,Data,2/27/21 6:34,9.0,6.0,1.0,6/16/18 14:30,6/16/18 17:23,healthgradient/sec-doc-info-extraction,
Web Scraping (FirmAI),https://github.com/firmai/business-machine-learning/blob/master/www.firmai.org/data,,Data,3/28/21 12:43,576.0,183.0,2.0,2/19/19 19:02,7/22/20 16:48,firmai/business-machine-learning,
Capital Markets Data,https://www.capitalmarketsdata.com/,,Data,,,,,,,,
IRS,http://social-metrics.org/sox/,,Data,,,,,,,,
Employee Count SEC Filings,https://github.com/healthgradient/sec_employee_information_extraction,,Data,2/27/21 3:33,10.0,2.0,1.0,6/26/18 23:33,8/14/18 1:31,healthgradient/sec_employee_information_extraction,
Rating Industries,http://www.ratingshistory.info/,,Data,,,,,,,,
https://fred.stlouisfed.org/,https://fred.stlouisfed.org/,,Data,,,,,,,,
Non-financial Corporate,http://raw.rutgers.edu/Non-Financial%20Corporate%20Data.html,,Data,,,,,,,,
http://finance.yahoo.com/,http://finance.yahoo.com/,,Data,,,,,,,,
https://stooq.com,https://stooq.com,,Data,,,,,,,,
https://github.com/timestocome/StockMarketData,https://github.com/timestocome/StockMarketData,,Data,3/26/21 22:35,7.0,6.0,1.0,5/10/17 21:49,8/6/17 19:23,timestocome/StockMarketData,
Financial Corporate,http://raw.rutgers.edu/Corporate%20Financial%20Data.html,,Data,,,,,,,,
Advanced ML II,https://github.com/hudson-and-thames/research,More implementations of Financial Machine Learning (De Prado).,Data Processing Techniques and Transformations,,,,,,,hudson-and-thames/research,
Advanced ML,https://github.com/BlackArbsCEO/Adv_Fin_ML_Exercises,Exercises too Financial Machine Learning (De Prado).,Data Processing Techniques and Transformations,3/30/21 21:50,958.0,434.0,4.0,4/25/18 17:22,1/16/20 17:25,BlackArbsCEO/Adv_Fin_ML_Exercises,
Deep Learning,https://github.com/keon/deepstock,Technical experimentations to beat the stock market using deep learning.,Deep Learning,3/24/21 14:45,427.0,154.0,2.0,12/12/16 2:15,3/4/17 8:37,keon/deepstock,
Deep Learning II,https://github.com/LiamConnell/deep-algotrading/tree/master/notebooks,Tensorflow Regression.,Deep Learning,3/21/21 6:53,174.0,68.0,1.0,7/12/16 12:56,2/16/18 2:43,LiamConnell/deep-algotrading,
Deep Learning III,https://github.com/Rachnog/Deep-Trading,Algorithmic trading with deep learning experiments.,Deep Learning,3/26/21 6:28,1262.0,675.0,1.0,6/18/16 18:23,8/7/18 15:24,Rachnog/Deep-Trading,
Deep Learning IV,https://github.com/achillesrasquinha/bulbea,Bulbea: Deep Learning based Python Library.,Deep Learning,3/28/21 15:58,1448.0,416.0,1.0,3/9/17 6:11,3/19/17 7:42,achillesrasquinha/bulbea,
AI Trading,https://github.com/borisbanushev/stockpredictionai/blob/master/readme2.md,AI to predict stock market movements.,Deep Learning,3/29/21 14:35,2852.0,1379.0,1.0,1/9/19 8:02,2/11/19 16:32,borisbanushev/stockpredictionai,
Neural Network,https://github.com/VivekPa/IntroNeuralNetworks,Neural networks to predict stock prices.,Deep Learning,3/30/21 18:13,488.0,177.0,2.0,9/10/18 6:34,11/21/18 7:39,VivekPa/IntroNeuralNetworks,
ARIMA-LTSM Hybrid,https://github.com/imhgchoi/Corr_Prediction_ARIMA_LSTM_Hybrid,Hybrid model to predict future price correlation coefficients of two assets.,Deep Learning,3/16/21 4:35,218.0,83.0,1.0,8/5/18 2:13,10/1/18 11:25,imhgchoi/Corr_Prediction_ARIMA_LSTM_Hybrid,
LTSM Recurrent,https://github.com/VivekPa/AIAlpha,OHLC Average Prediction of Apple Inc. Using LSTM Recurrent Neural Network.,Deep Learning,3/30/21 3:12,1198.0,370.0,2.0,10/7/18 3:58,8/3/19 9:00,VivekPa/AIAlpha,
LTSM GRU,https://github.com/RajatHanda/Finance-Forecasting,Stock Market Forecasting using LSTM\GRU.,Deep Learning,3/29/21 23:59,11.0,6.0,1.0,5/13/18 2:39,2/25/19 0:26,RajatHanda/Finance-Forecasting,
Hull White,https://github.com/rstreppa/valuation-callables-HullWhite/blob/master/CallableBond_HullWhite.ipynb,"Callable Bond, Hull White.",Derivatives and Hedging,10/6/20 20:37,4.0,6.0,1.0,6/6/18 22:06,6/6/18 22:27,rstreppa/valuation-callables-HullWhite,
Derman,https://github.com/rstreppa/valuation-convertibles-Goldman1994/blob/master/ConvertibleBond_Goldman1994_Derman.ipynb,Binomial tree for American call.,Derivatives and Hedging,10/6/20 20:37,1.0,3.0,1.0,5/18/18 18:08,9/21/18 19:59,rstreppa/valuation-convertibles-Goldman1994,
Option Strategies,https://github.com/rstreppa/valuation-OptionStrategies,"Valuation of Vanilla and Exotic option strategies (Butterfly, Risk Reversal etc.) with widget animations.",Derivatives and Hedging,2/27/21 8:50,2.0,3.0,1.0,5/22/18 18:27,5/22/18 18:30,rstreppa/valuation-OptionStrategies,
Options,https://github.com/PHBS/2018.M1.ASP/tree/master/py,Black Scholes and Copula.,Derivatives and Hedging,,,,,,,PHBS/2018.M1.ASP,
Derivatives Python,https://github.com/yhilpisch/dawp/tree/master/python36,Derivative analytics with Python.,Derivatives and Hedging,3/23/21 15:35,387.0,297.0,1.0,7/9/15 12:27,2/22/21 13:29,yhilpisch/dawp,
Options Risk Measures,https://github.com/wanglouis49/risk_estimation,Efficient financial risk estimation via computer experiment design (regression + variance-reduced sampling).,Derivatives and Hedging,10/6/20 20:37,1.0,2.0,1.0,4/29/16 3:51,1/16/18 1:24,wanglouis49/risk_estimation,
Delta Hedging,https://github.com/RobinsonGarcia/delta-hedging,Advanced derivatives.,Derivatives and Hedging,2/27/21 8:48,3.0,2.0,1.0,3/2/18 23:53,7/17/18 23:32,RobinsonGarcia/delta-hedging,
Reinforcement Learning,https://github.com/FinTechies/HedgingRL,Hedging portfolios with reinforcement learning.,Derivatives and Hedging,1/20/21 8:12,16.0,9.0,1.0,4/21/17 10:58,8/2/17 21:41,FinTechies/HedgingRL,
Computational Derivatives,https://github.com/chenbowen184/Computational_Finance,Projects focusing on investigating simulations and computational techniques applied in finance.,Derivatives and Hedging,1/12/21 12:22,17.0,12.0,1.0,1/29/18 5:01,8/2/18 5:56,chenbowen184/Computational_Finance,
Black Scholes,https://github.com/irajwani/numerical_methods_python/blob/master/black_scholes.ipynb,Options pricing.,Derivatives and Hedging,10/6/20 20:36,1.0,2.0,0.0,12/9/17 18:50,7/9/18 9:48,irajwani/numerical_methods_python,
Derivative Markets,https://github.com/broughtj/Fin6470/tree/master/Notebooks,"The economics of futures, futures, options, and swaps.",Derivatives and Hedging,3/18/21 3:47,8.0,8.0,1.0,2/9/16 5:30,3/18/21 3:47,broughtj/Fin6470,
Options,https://github.com/QuantConnect/Tutorials/tree/master/06%20Introduction%20to%20Options%5B%5D,Introduction to options.,Derivatives and Hedging,3/27/21 22:51,328.0,164.0,36.0,7/28/17 15:48,3/17/21 17:17,QuantConnect/Tutorials,
Volatility and Variance Derivatives,https://github.com/yhilpisch/lvvd/tree/master/lvvd,Volatility derivatives analytics.,Derivatives and Hedging,3/23/21 12:10,78.0,77.0,1.0,10/21/16 4:12,2/22/21 13:32,yhilpisch/lvvd,
Financial Economics,https://github.com/rsvp/fecon235/tree/master/nb,Financial Economics Models.,Extended Research,3/29/21 8:31,709.0,273.0,2.0,11/9/14 4:49,12/3/18 16:30,rsvp/fecon235,
Bayesian Finance I,https://github.com/AlexIoannides/pymc-stochastic-process/blob/master/bayes_stoch_proc_calib.ipynb,Stochastic Process Calibration using Bayesian Inference & Probabilistic Programs.,Extended Research,11/28/20 3:02,25.0,6.0,0.0,1/4/19 12:30,2/18/19 9:55,AlexIoannides/pymc-stochastic-process,
Currency PCA,https://github.com/shanemulqueen/python-finance-pca/blob/master/FX_spots_w_PCA.ipynb,Forex spots PCA.,Extended Research,10/26/20 0:55,3.0,1.0,1.0,3/12/19 21:11,3/12/19 22:09,shanemulqueen/python-finance-pca,
Backtests,https://github.com/AlgoTraders/stock-analysis-engine,Trading data and algorithms.,Extended Research,3/30/21 2:32,613.0,162.0,3.0,9/16/18 20:00,9/5/20 13:01,AlgoTraders/stock-analysis-engine,
High Frequency,https://github.com/cswaney/prickle,A Python toolkit for high-frequency trade research.,Extended Research,3/22/21 2:19,24.0,17.0,2.0,7/6/16 20:32,6/9/18 10:53,cswaney/prickle,
Critical Transitions,https://github.com/ryanholbrook/critical-transitions,Detecting critical transitions in financial networks with topological data analysis.,Extended Research,1/30/21 11:50,10.0,3.0,1.0,1/22/19 10:59,3/12/19 18:35,ryanholbrook/critical-transitions,
Liquidity and Momentum,https://github.com/mrefermat/quant_finance,Various factors and portfolio constructions.,Extended Research,3/30/21 0:09,31.0,15.0,1.0,8/11/18 22:59,11/12/19 4:49,mrefermat/quant_finance,
Applied Corporate Finance,https://github.com/chenbowen184/Data_Science_in_Applied_Corporate_Finance,Studies the empirical behaviours in stock market.,Extended Research,2/19/21 13:40,8.0,9.0,1.0,1/29/18 5:14,7/19/18 6:25,chenbowen184/Data_Science_in_Applied_Corporate_Finance,
M&A,https://github.com/atulram/Finance-and-Stocks,Mergers and Acquisitions.,Extended Research,12/21/20 14:42,3.0,3.0,1.0,1/19/19 18:16,2/18/19 16:57,atulram/Finance-and-Stocks,
Life-cycle,https://github.com/atulram/Finance-and-Stocks/blob/master/CompanyLifeCycle.ipynb,Company life cycle.,Extended Research,12/21/20 14:42,3.0,3.0,1.0,1/19/19 18:16,2/18/19 16:57,atulram/Finance-and-Stocks,
Computational Finance,https://github.com/lnsongxf/Applied_Computational_Economics_and_Finance,Applied Computational Economics and Finance.,Extended Research,3/7/21 17:47,12.0,13.0,1.0,8/27/17 3:46,8/26/17 4:26,lnsongxf/Applied_Computational_Economics_and_Finance,
Bayesian Finance,https://github.com/marketneutral/alphatools/blob/master/notebooks/pymc3-minimal.ipynb,Notebook PyMC3 implementation.,Extended Research,3/25/21 18:38,229.0,53.0,1.0,8/28/18 14:45,8/6/20 22:03,marketneutral/alphatools,
Corporate Finance,https://github.com/SeanMcOwen/FinanceAndPython.com-CorporateFinance,Basic corporate finance.,Extended Research,1/16/21 19:01,9.0,4.0,1.0,9/9/17 3:35,9/9/17 23:04,SeanMcOwen/FinanceAndPython.com-CorporateFinance,
Behavioural Economics,https://github.com/pcmichaud/notebooks,Behavioural Economics and Finance Python Notebooks.,Extended Research,2/3/21 7:22,9.0,4.0,1.0,12/20/18 0:21,3/26/19 11:51,pcmichaud/notebooks,
Economic Foundations,https://github.com/SeanMcOwen/FinanceAndPython.com-EconomicFoundations,Basic economic models.,Extended Research,10/6/20 21:01,2.0,3.0,1.0,5/25/17 2:27,6/30/17 3:53,SeanMcOwen/FinanceAndPython.com-EconomicFoundations,
Finance Graph Theory,https://github.com/AvijitGhosh82/Finance_Graph_Theory,Modelling Contentedness of Firms in Financial Markets with Heterogeneous Agents.,Extended Research,3/28/21 2:22,17.0,7.0,3.0,8/2/18 2:48,3/16/19 18:39,AvijitGhosh82/Finance_Graph_Theory,
Commodity,https://github.com/felipessalvatore/fin2vec/blob/master/src/Commodity2BR.ipynb,Commodity influence over Brazilian stocks.,Extended Research,,,,,,,felipessalvatore/fin2vec,
Market Crash Prediction,https://github.com/sarachmax/MarketCrashes_Prediction/blob/master/LPPL_Comparasion.ipynb,Predicting market crashes using an LPPL model.,Extended Research,10/6/20 21:01,1.0,3.0,1.0,1/24/19 13:37,2/13/19 16:48,sarachmax/MarketCrashes_Prediction,
Simulation,https://github.com/chenbowen184/Computational_Finance,Investigating simulations as part of computational finance.,Extended Research,1/12/21 12:22,17.0,12.0,1.0,1/29/18 5:01,8/2/18 5:56,chenbowen184/Computational_Finance,
NLP Finance Papers,https://github.com/chenbowen184/Research_Documents_Curation_with_NLP,Curating quantitative finance papers using machine learning.,Extended Research,2/27/21 6:33,8.0,9.0,1.0,10/11/18 20:32,12/24/18 23:27,chenbowen184/Research_Documents_Curation_with_NLP,
Mathematical Finance,https://github.com/Auquan/Tutorials,Notebooks for math and financial tutorials.,Extended Research,3/29/21 10:26,661.0,426.0,9.0,1/21/17 11:24,8/1/20 17:03,Auquan/Tutorials,
Deep Portfolio,https://github.com/DLColumbia/DL_forFinance,Deep learning for finance Predict volume of bonds.,Extended Research,1/12/21 11:48,27.0,20.0,2.0,5/8/18 19:34,5/9/18 15:39,DLColumbia/DL_forFinance,
HFT,https://github.com/rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy,High frequency trading.,Extended Research,3/29/21 17:04,742.0,331.0,1.0,7/21/16 5:14,2/14/17 16:47,rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy,
Real Estate Property Fraud,https://github.com/aviroop1/Real_Estate_Property_Fraud,Unsupervised fraud detection model that can identify likely candidates of fraud.,Extended Research,,,,,,,aviroop1/Real_Estate_Property_Fraud,
Performance Analysis,https://github.com/quantopian/alphalens,Performance analysis of predictive (alpha) stock factors.,Factor and Risk Analysis,3/30/21 6:28,1835.0,691.0,17.0,6/3/16 21:49,4/27/20 18:40,quantopian/alphalens,
Python for Finance,https://github.com/yhilpisch/py4fi/tree/master/jupyter36,Various financial notebooks.,Factor and Risk Analysis,3/27/21 13:15,1294.0,791.0,1.0,12/15/14 11:23,7/10/18 6:38,yhilpisch/py4fi,
VaR,https://github.com/willb/var-notebook/blob/master/var-notebook/var-pdfs.ipynb,Value-at-risk calculations.,Factor and Risk Analysis,10/6/20 20:29,9.0,9.0,1.0,11/15/16 19:24,1/14/17 21:19,willb/var-notebook,
VaR GaN,https://github.com/hamaadshah/market_risk_gan_keras,Estimate Value-at-Risk for market risk management using Keras and TensorFlow.,Factor and Risk Analysis,3/20/21 21:53,41.0,28.0,1.0,8/6/18 16:09,11/22/20 19:02,hamaadshah/market_risk_gan_keras,
Pyfolio,https://github.com/quantopian/pyfolio,Portfolio and risk analytics in Python.,Factor and Risk Analysis,3/30/21 15:14,3633.0,1143.0,42.0,6/1/15 15:31,2/28/20 17:30,quantopian/pyfolio,
Risk Basic,https://github.com/RJT1990/Active-Portfolio-Management-Notes/blob/master/Chapter%203%2C%20Risk.ipynb,Active portfolio risk management .,Factor and Risk Analysis,3/1/21 13:53,31.0,18.0,1.0,5/10/16 11:03,5/17/16 3:44,RJT1990/Active-Portfolio-Management-Notes,
Quant Finance,https://github.com/mrefermat/quant_finance,General quant repository.,Factor and Risk Analysis,3/30/21 0:09,31.0,15.0,1.0,8/11/18 22:59,11/12/19 4:49,mrefermat/quant_finance,
Various Risk Measures,https://github.com/Jorgencr/Alternative-and-Responsible-Investments/blob/master/Final_masterfile.ipynb,Risk measures and factors for alternative and responsible investments.,Factor and Risk Analysis,11/4/20 7:04,4.0,5.0,1.0,8/7/17 14:44,8/8/17 22:52,Jorgencr/Alternative-and-Responsible-Investments,
CAPM,https://github.com/RJT1990/Active-Portfolio-Management-Notes/blob/master/Chapter%202%2C%20CAPM.ipynb,Expected returns using CAPM.,Factor and Risk Analysis,3/1/21 13:53,31.0,18.0,1.0,5/10/16 11:03,5/17/16 3:44,RJT1990/Active-Portfolio-Management-Notes,
Risk and Return,https://github.com/PyDataBlog/Python-for-Data-Science/tree/master/Tutorials,Riskiness of portfolios and assets.,Factor and Risk Analysis,3/19/21 22:01,139.0,61.0,2.0,9/12/17 13:35,8/6/20 12:35,PyDataBlog/Python-for-Data-Science,
Factor Analysis,https://github.com/garvit-kudesia91/factor_analysis/blob/master/Factor%20Analysis%20of%20Mutual%20Funds.ipynb,Factor analysis for mutual funds.,Factor and Risk Analysis,12/21/20 14:26,3.0,4.0,1.0,3/13/18 7:39,3/13/18 7:42,garvit-kudesia91/factor_analysis,
Factor Analysis,https://github.com/alpha-miner/alpha-mind/tree/master/notebooks,Factor strategy notebooks.,Factor and Risk Analysis,3/12/21 22:42,171.0,59.0,3.0,5/1/17 7:36,2/9/21 9:36,alpha-miner/alpha-mind,
Statistical Finance,https://github.com/mrefermat/FinancePhD/tree/master/FinancialExperiments,Various financial experiments.,Factor and Risk Analysis,3/30/21 0:09,21.0,16.0,1.0,10/4/15 9:10,3/28/20 18:33,mrefermat/FinancePhD,
Convex Optimisation,https://github.com/ssanderson/convex-optimization-for-finance/blob/master/notebooks/Main.ipynb,Convex Optimization for Finance.,Factor and Risk Analysis,11/4/20 7:19,17.0,9.0,1.0,6/26/18 20:36,10/22/19 21:56,ssanderson/convex-optimization-for-finance,
Vasicek,https://github.com/RobinsonGarcia/fixed-income/blob/master/2.0%20Vasicek%20-%20example.ipynb,Bootstrapping and interpolation.,Fixed Income,12/10/20 21:20,3.0,3.0,1.0,7/18/18 19:26,7/18/18 19:34,RobinsonGarcia/fixed-income,
Binomial Tree,https://github.com/hy-lei/math-finance-exercise,Utility functions in fixed income securities.,Fixed Income,10/6/20 20:55,1.0,2.0,1.0,2/2/19 8:44,5/3/19 17:16,hy-lei/math-finance-exercise,
Corporate Bonds,https://github.com/ishank011/gs-quantify-bond-prediction,Predicting the buying and selling volume of the corporate bonds.,Fixed Income,1/3/21 21:46,7.0,5.0,1.0,9/27/17 19:57,9/27/17 20:00,ishank011/gs-quantify-bond-prediction,
Trend Following,http://inseaddataanalytics.github.io/INSEADAnalytics/ExerciseSet2.html,A futures trend following portfolio investment strategy.,Other Models,,,,,,,,
Fundamental LT Forecasts,https://github.com/Hvass-Labs/FinanceOps,Research in investment finance for long term forecasts.,Other Models,3/21/21 19:26,379.0,126.0,1.0,7/22/18 8:14,2/17/21 14:39,Hvass-Labs/FinanceOps,
Short-Term Movement Cues,https://github.com/anfederico/Clairvoyant,Identify social/historical cues for short term stock movement.,Other Models,3/28/21 16:31,2157.0,678.0,1.0,9/12/16 18:38,8/29/18 20:27,anfederico/Clairvoyant,
Mixture Models II,https://github.com/BlackArbsCEO/mixture_model_trading_public,Mixture models and stock trading.,Other Models,3/12/21 13:21,166.0,73.0,1.0,12/11/17 17:05,5/13/20 23:50,BlackArbsCEO/mixture_model_trading_public,
Mixture Models I,https://github.com/BlackArbsCEO/Mixture_Models,Mixture models to predict market bottoms.,Other Models,3/2/21 19:44,31.0,31.0,1.0,3/20/17 18:54,4/25/17 23:35,BlackArbsCEO/Mixture_Models,
Scikit-learn Stock Prediction,https://github.com/robertmartin8/MachineLearningStocks,Using python and scikit-learn to make stock predictions.,Other Models,3/30/21 18:11,919.0,344.0,2.0,2/12/17 4:50,2/4/21 3:48,robertmartin8/MachineLearningStocks,
Machine Learning in Asset Management—Part 1: Portfolio Construction—Trading Strategies,https://jfds.pm-research.com/content/2/1/10,,Personal Papers,,,,,,,,
Machine Learning in Asset Management,https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3420952,,Personal Papers,,,,,,,,
Machine Learning in Asset Management—Part 2: Portfolio Construction—Weight Optimization,https://jfds.pm-research.com/content/2/2/17,,Personal Papers,,,,,,,,
Financial Event Prediction using Machine Learning,https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3481555,,Personal Papers,,,,,,,,
Distribution Characteristic Optimisation,https://github.com/VivekPa/OptimalPortfolio,Extends classical portfolio optimisation to take the skewness and kurtosis of the distribution of market invariants into account.,Portfolio Selection and Optimisation,3/18/21 22:35,229.0,82.0,3.0,11/16/18 12:20,7/4/19 1:41,VivekPa/OptimalPortfolio,
Reinforcement Learning,https://github.com/filangel/qtrader,Reinforcement Learning for Portfolio Management.,Portfolio Selection and Optimisation,3/29/21 3:47,364.0,150.0,1.0,10/7/17 9:14,6/26/18 9:22,filangel/qtrader,
Efficient Frontier,https://github.com/tthustla/efficient_frontier/blob/master/Efficient%20_Frontier_implementation.ipynb,Modern Portfolio Theory.,Portfolio Selection and Optimisation,3/30/21 0:01,104.0,57.0,1.0,2/17/18 8:19,2/27/18 13:16,tthustla/efficient_frontier,
Deep Portfolio Theory,https://github.com/tcloaa/Deep-Portfolio-Theory,Autoencoder framework for portfolio selection.,Portfolio Selection and Optimisation,1/30/21 13:50,104.0,58.0,1.0,2/10/17 9:03,3/8/18 16:47,tcloaa/Deep-Portfolio-Theory,
Policy Gradient Portfolio,https://github.com/ZhengyaoJiang/PGPortfolio,A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem.,Portfolio Selection and Optimisation,3/30/21 14:21,1274.0,629.0,6.0,11/12/17 16:08,5/9/19 9:50,ZhengyaoJiang/PGPortfolio,
401K Portfolio Optimisation,https://github.com/otosman/Python-for-Finance/blob/master/Portfolio%20Optimization%20401k.ipynb,Portfolio analyses and optimisation for 401K.,Portfolio Selection and Optimisation,12/25/20 9:39,14.0,5.0,1.0,8/1/18 19:48,9/5/19 11:18,otosman/Python-for-Finance,
Online Portfolio Selection,https://nbviewer.jupyter.org/github/paulperry/quant/blob/master/OLPS_Comparison.ipynb,****Comparing OLPS algorithms on a diversified set of ETFs.,Portfolio Selection and Optimisation,,,,,,,,
OLMAR Algorithm,https://github.com/charlessutton/OLMAR/blob/master/Part3.ipynb,Relative importance of each component of the OLMAR algorithm.,Portfolio Selection and Optimisation,12/16/20 17:28,6.0,3.0,1.0,7/26/16 16:20,12/30/16 11:40,charlessutton/OLMAR,
Modern Portfolio Theory,https://nbviewer.jupyter.org/github/Marigold/universal-portfolios/blob/master/modern-portfolio-theory.ipynb,Universal portfolios; modern portfolio theory.,Portfolio Selection and Optimisation,,,,,,,,
DeepDow,https://github.com/jankrepl/deepdow,Portfolio optimization with deep learning.,Portfolio Selection and Optimisation,3/30/21 13:34,303.0,57.0,2.0,2/2/20 8:46,2/16/21 18:50,jankrepl/deepdow,
PyPortfolioOpt,https://github.com/robertmartin8/PyPortfolioOpt,"Financial portfolio optimisation, including classical efficient frontier and advanced methods.",Portfolio Selection and Optimisation,3/30/21 3:37,1865.0,476.0,16.0,5/29/18 13:30,2/25/21 13:01,robertmartin8/PyPortfolioOpt,
Pair Trading RL,https://github.com/shenyichen105/Deep-Reinforcement-Learning-in-Stock-Trading,Using deep actor-critic model to learn best strategies in pair trading.,Reinforcement Learning,3/27/21 2:19,241.0,114.0,1.0,5/18/17 16:47,5/18/17 16:56,shenyichen105/Deep-Reinforcement-Learning-in-Stock-Trading,
RL II,https://github.com/deependersingla/deep_trader,reinforcement learning on stock market and agent tries to learn trading.,Reinforcement Learning,3/29/21 11:10,1340.0,490.0,3.0,6/11/16 7:27,1/22/18 14:35,deependersingla/deep_trader,
RL,https://github.com/kh-kim/stock_market_reinforcement_learning,OpenGym with Deep Q-learning and Policy Gradient.,Reinforcement Learning,3/28/21 22:14,712.0,299.0,1.0,10/4/16 14:42,12/23/16 7:34,kh-kim/stock_market_reinforcement_learning,
RL Trading,https://colab.research.google.com/drive/1FzLCI0AO3c7A4bp9Fi01UwXeoc7BN8sW,A collection of 25+ Reinforcement Learning Trading Strategies -Google Colab.,Reinforcement Learning,,,,,,,,
RL III,https://github.com/samre12/deep-trading-agent,Github -Deep Reinforcement Learning based Trading Agent for Bitcoin.,Reinforcement Learning,3/29/21 1:02,575.0,204.0,1.0,9/21/17 17:05,4/13/18 16:33,samre12/deep-trading-agent,
RL IV,https://github.com/jjakimoto/DQN,Reinforcement Learning for finance.,Reinforcement Learning,3/25/21 19:14,140.0,55.0,1.0,10/21/16 2:47,4/7/17 8:11,jjakimoto/DQN,
RL V,https://github.com/gstenger98/rl-finance,Building an Agent to Trade with Reinforcement Learning.,Reinforcement Learning,1/3/21 4:36,32.0,7.0,5.0,1/16/19 0:43,3/19/20 20:28,gstenger98/rl-finance,
Financial Sentiment Analysis,https://github.com/EricHe98/Financial-Statements-Text-Analysis,"Sentiment, distance and proportion analysis for trading signals.",Textual,1/21/21 8:07,47.0,27.0,1.0,6/23/17 0:05,1/26/19 3:35,EricHe98/Financial-Statements-Text-Analysis,
NLP Event,https://github.com/yuriak/DLQuant,Applying Deep Learning and NLP in Quantitative Trading.,Textual,3/24/21 2:52,68.0,31.0,1.0,7/2/18 23:50,1/31/19 14:08,yuriak/DLQuant,
NLP,https://github.com/toamitesh/NLPinFinance,This project assembles a lot of NLP operations needed for finance domain.,Textual,,,,,,,toamitesh/NLPinFinance,
Earning call transcripts,https://github.com/lin882/WebAnalyticsProject,Correlation between mutual fund investment decision and earning call transcripts.,Textual,12/17/20 8:24,3.0,3.0,1.0,12/30/17 8:56,1/11/18 2:11,lin882/WebAnalyticsProject,
Buzzwords,https://github.com/swap9047/Cutting-Edge-Technologies-Effect-on-S-P500-Companies-Performance-and-Mutual-Funds,Return performance and mutual fund selection.,Textual,10/6/20 18:54,1.0,4.0,1.0,2/4/18 21:51,2/4/18 21:57,swap9047/Cutting-Edge-Technologies-Effect-on-S-P500-Companies-Performance-and-Mutual-Funds,
Fund classification,https://github.com/frechfrechfrech/Mutual-Fund-Market-Clusters/blob/master/Initial%20Data%20Exploration.ipynb,Fund classification using text mining and NLP.,Textual,10/6/20 18:46,3.0,2.0,1.0,4/16/18 22:18,6/7/18 22:01,frechfrechfrech/Mutual-Fund-Market-Clusters,
Accounting Anomalies,https://github.com/GitiHubi/deepAI/blob/master/GTC_2018_Lab-solutions.ipynb,Using deep-learning frameworks to identify accounting anomalies.,Textual,3/30/21 3:25,106.0,50.0,2.0,5/24/17 12:36,8/7/19 21:47,GitiHubi/deepAI,
Extensive NLP,https://github.com/TiesdeKok/Python_NLP_Tutorial/blob/master/NLP_Notebook.ipynb,Comprehensive NLP techniques for accounting research.,Textual,3/21/21 7:39,73.0,42.0,1.0,10/25/17 7:10,6/5/20 3:28,TiesdeKok/Python_NLP_Tutorial,
Financial Statement Sentiment,https://github.com/MAydogdu/TextualAnalysis,Extracting sentiment from financial statements using neural networks.,Textual,10/22/20 16:32,7.0,7.0,1.0,6/4/18 20:54,6/4/18 20:56,MAydogdu/TextualAnalysis,
VRA Stock Embedding,https://github.com/ml-hongkong/stock2vec,Variational Reccurrent Autoencoder for Embedding stocks to vectors based on the price history.,Unsupervised,10/20/20 11:05,32.0,12.0,1.0,6/21/17 4:47,6/21/17 4:51,ml-hongkong/stock2vec,
Industry Clustering,https://github.com/SeanMcOwen/FinanceAndPython.com-ClusteringIndustries,Clustering of industries.,Unsupervised,10/6/20 18:51,4.0,5.0,1.0,7/21/17 2:12,7/23/17 2:53,SeanMcOwen/FinanceAndPython.com-ClusteringIndustries,
Pairs Trading,https://github.com/marketneutral/pairs-trading-with-ML/blob/master/Pairs%2BTrading%2Bwith%2BMachine%2BLearning.ipynb,Finding pairs with cluster analysis.,Unsupervised,3/8/21 11:01,78.0,36.0,0.0,9/5/17 19:19,9/27/17 20:42,marketneutral/pairs-trading-with-ML,
Industry Clustering,https://github.com/SeanMcOwen/FinanceAndPython.com-ClusteringIndustries,Project to cluster industries according to financial attributes.,Unsupervised,10/6/20 18:51,4.0,5.0,1.0,7/21/17 2:12,7/23/17 2:53,SeanMcOwen/FinanceAndPython.com-ClusteringIndustries,
PCA Pairs Trading,https://github.com/joelQF/quant-finance/tree/master/Artificial_IntelIigence_for_Trading,"PCA, Factor Returns, and trading strategies.",Unsupervised,,,,,,,joelQF/quant-finance,
Fund Clusters,https://github.com/frechfrechfrech/Mutual-Fund-Market-Clusters/blob/master/Initial%20Data%20Exploration.ipynb,Data exploration of fund clusters.,Unsupervised,10/6/20 18:46,3.0,2.0,1.0,4/16/18 22:18,6/7/18 22:01,frechfrechfrech/Mutual-Fund-Market-Clusters,
name,url,comment,category,last_update,star_count,fork_count,contributors_count,created_at,last_commit,repo_path,repo_status
Venture Capital NN,https://github.com/tr7200/National-Culture-and-Venture-Capital-Monitoring,Cox-PH neural network predictions for VC/innovations finance research.,Alternative Finance,,,,,,,tr7200/National-Culture-and-Venture-Capital-Monitoring,
Private Equity,https://github.com/TheVinhLuong102/ChicagoBooth-EntrepreneurialFinancePrivateEquity/blob/master/RightNow%20Technologies/RightNow%20Technologies.ipynb,Valuation models.,Alternative Finance,11/26/20 3:34,8,6,2,1/27/16 21:13,3/14/16 20:03,TheVinhLuong102/ChicagoBooth-EntrepreneurialFinancePrivateEquity,inactive
VC OLS,https://github.com/fionawhitefield/venture-capital-ols/blob/master/sec_project.ipynb,VC regression.,Alternative Finance,10/6/20 20:56,2,1,1,3/29/18 23:31,3/29/18 23:33,fionawhitefield/venture-capital-ols,inactive
Watch Valuation,https://github.com/alporter08/Luxury-Watch-Valuation/blob/master/Luxury-Watch-Valuation.ipynb,Analysis of luxury watch data to classify whether a certain model is likely to be over-or undervalued.,Alternative Finance,1/14/21 22:41,4,2,1,2/8/17 18:39,4/27/17 22:55,alporter08/Luxury-Watch-Valuation,inactive
Art Valuation,https://github.com/ahmedhosny/theGreenCanvas/blob/gh-pages/ImageProcessing1210.ipynb,Art evaluation analytics.,Alternative Finance,2/26/21 12:10,9,5,1,12/11/14 0:25,12/12/14 21:25,ahmedhosny/theGreenCanvas,inactive
Blockchain,https://github.com/nud3l/dInvest,Repository for distributed autonomous investment banking.,Alternative Finance,2/6/21 7:38,12,7,2,9/5/16 19:12,4/24/17 10:48,nud3l/dInvest,inactive
Venture Capital,https://github.com/julian-chan/etothex,Insight into a new founder to make data-driven investment decisions.,Alternative Finance,10/6/20 20:56,3,2,1,12/4/17 8:59,12/13/17 5:35,julian-chan/etothex,inactive
Kiva Crowdfunding,https://github.com/CJL89/Kiva-Crowdfunding/blob/master/Kiva%20Crowdfunding.ipynb,Exploratory data analysis.,Alternative Finance,2/19/21 13:40,5,1,1,2/27/18 16:46,2/13/19 0:15,CJL89/Kiva-Crowdfunding,inactive
NYU FRE,https://engineering.nyu.edu/academics/departments/finance-and-risk-engineering,Finance and Risk Engineering (NYU Tandon),"Colleges, Centers and Departments",,,,,,,,
Cornell University,https://www.cornell.edu/,,"Colleges, Centers and Departments",,,,,,,,
Stanford Advanced Financial Technologies,https://fintech.stanford.edu/,Stanford Advanced Financial Technologies Laboratory,"Colleges, Centers and Departments",,,,,,,,
NYU Courant,https://cims.nyu.edu/,"Courant Institute of Mathematical Sciences, New York University","Colleges, Centers and Departments",,,,,,,,
Berkeley Lab CIFT,https://cs.lbl.gov/news-media/news/news-archive/2010/berkeley-lab-launches-new-center-for-innovative-financial-technology/,,"Colleges, Centers and Departments",,,,,,,,
Oxford Man,https://www.oxford-man.ox.ac.uk/,Oxford-Man Institute of Quantitative Finance,"Colleges, Centers and Departments",,,,,,,,
Algo Trading,https://github.com/JCreeks/Machine-Learning-in-Finance/tree/master/0_Intro_to_Algo_Trading,Intro to algo trading.,Courses,3/12/21 11:02,64,25,1,10/29/17 20:34,1/22/19 6:56,JCreeks/Machine-Learning-in-Finance,inactive
Basic Derivatives,https://github.com/SeanMcOwen/FinanceAndPython.com-Derivatives,Basic forward contracts and hedging.,Courses,3/31/21 2:08,4,4,1,8/24/17 0:11,10/13/17 1:32,SeanMcOwen/FinanceAndPython.com-Derivatives,inactive
Machine Learning for Trading,https://github.com/stefan-jansen/machine-learning-for-trading,"Notebooks, resources and references accompanying the book Machine Learning for Algorithmic Trading.",Courses,3/31/21 11:07,3663,1145,7,5/9/18 12:33,3/19/21 14:10,stefan-jansen/machine-learning-for-trading,active
Mathematical Finance,https://github.com/yadongli/nyumath2048,NYU Math-GA 2048: Scientific Computing in Finance.,Courses,1/14/21 18:01,69,63,6,1/25/15 21:10,3/25/20 4:24,yadongli/nyumath2048,active
Python for Finance,https://github.com/siaen/python_finance_course,CEU python for finance course material.,Courses,3/31/21 2:08,16,15,4,12/12/17 11:54,2/25/20 20:31,siaen/python_finance_course,active
Risk Management,https://github.com/andrey-lukyanov/Risk-Management,Finance risk engagement course resources.,Courses,11/12/20 0:49,6,5,3,10/3/18 16:26,12/13/18 8:04,andrey-lukyanov/Risk-Management,inactive
Handson Python for Finance,https://github.com/PacktPublishing/Hands-on-Python-for-Finance,Hands-on Python for Finance published by Packt.,Courses,3/26/21 22:26,120,107,3,8/20/18 14:10,1/15/21 8:57,PacktPublishing/Hands-on-Python-for-Finance,active
Basic Investments,https://github.com/SeanMcOwen/FinanceAndPython.com-Investments,Basic investment tools in python.,Courses,3/23/21 6:32,9,5,1,8/2/17 21:52,8/17/17 3:24,SeanMcOwen/FinanceAndPython.com-Investments,inactive
ML Specialisation,https://github.com/Ahmed0028/Machine-Learning-and-Reinforcement-Learning-in-Finance-Specialization,Machine Learning in Finance.,Courses,3/31/21 2:08,33,31,1,1/24/19 2:55,1/3/20 21:54,Ahmed0028/Machine-Learning-and-Reinforcement-Learning-in-Finance-Specialization,active
Basic Finance,https://github.com/SeanMcOwen/FinanceAndPython.com-BasicFinance,Source code notebooks basic finance applications.,Courses,3/31/21 2:09,10,8,1,5/6/17 2:39,6/21/17 4:04,SeanMcOwen/FinanceAndPython.com-BasicFinance,inactive
https://fred.stlouisfed.org/,https://fred.stlouisfed.org/,,Data,,,,,,,,
Financial Corporate,http://raw.rutgers.edu/Corporate%20Financial%20Data.html,,Data,,,,,,,,
https://github.com/timestocome/StockMarketData,https://github.com/timestocome/StockMarketData,,Data,3/26/21 22:35,7,6,1,5/10/17 21:49,8/6/17 19:23,timestocome/StockMarketData,
https://stooq.com,https://stooq.com,,Data,,,,,,,,
http://finance.yahoo.com/,http://finance.yahoo.com/,,Data,,,,,,,,
Non-financial Corporate,http://raw.rutgers.edu/Non-Financial%20Corporate%20Data.html,,Data,,,,,,,,
Rating Industries,http://www.ratingshistory.info/,,Data,,,,,,,,
Capital Markets Data,https://www.capitalmarketsdata.com/,,Data,,,,,,,,
IRS,http://social-metrics.org/sox/,,Data,,,,,,,,
Web Scraping (FirmAI),https://github.com/firmai/business-machine-learning/blob/master/www.firmai.org/data,,Data,3/28/21 12:43,576,183,2,2/19/19 19:02,7/22/20 16:48,firmai/business-machine-learning,
SEC Parsing,https://github.com/healthgradient/sec-doc-info-extraction/blob/master/classify_sections_containing_relevant_information.ipynb,,Data,2/27/21 6:34,9,6,1,6/16/18 14:30,6/16/18 17:23,healthgradient/sec-doc-info-extraction,
Open Edgar,https://github.com/LexPredict/openedgar,,Data,3/31/21 6:16,166,61,6,5/7/18 15:32,5/15/19 8:32,LexPredict/openedgar,active
EDGAR,https://github.com/TiesdeKok/UW_Python_Camp/blob/master/Materials/Session_5/EDGAR_walkthrough.ipynb,,Data,1/23/21 19:22,11,10,1,6/11/18 22:51,7/10/18 18:03,TiesdeKok/UW_Python_Camp,inactive
Employee Count SEC Filings,https://github.com/healthgradient/sec_employee_information_extraction,,Data,2/27/21 3:33,10,2,1,6/26/18 23:33,8/14/18 1:31,healthgradient/sec_employee_information_extraction,
Advanced ML II,https://github.com/hudson-and-thames/research,More implementations of Financial Machine Learning (De Prado).,Data Processing Techniques and Transformations,,,,,,,hudson-and-thames/research,
Advanced ML,https://github.com/BlackArbsCEO/Adv_Fin_ML_Exercises,Exercises too Financial Machine Learning (De Prado).,Data Processing Techniques and Transformations,3/30/21 21:50,958,434,4,4/25/18 17:22,1/16/20 17:25,BlackArbsCEO/Adv_Fin_ML_Exercises,
awesome-deep-trading,https://github.com/cbailes/awesome-deep-trading,NEW,Deep Learning,3/31/21 6:59,528,135,1,11/26/18 3:23,1/1/21 9:41,cbailes/awesome-deep-trading,active
trading-bot,https://github.com/pskrunner14/trading-bot,NEW,Deep Learning,3/31/21 9:46,285,137,1,8/13/18 10:44,1/23/20 4:41,pskrunner14/trading-bot,active
Advanced-Deep-Trading,https://github.com/Rachnog/Advanced-Deep-Trading,NEW,Deep Learning,3/30/21 7:29,319,158,2,2/16/19 21:18,11/29/20 20:12,Rachnog/Advanced-Deep-Trading,active
deep-RL-trading,https://github.com/golsun/deep-RL-trading,NEW,Deep Learning,3/25/21 17:52,231,109,1,2/25/18 17:41,12/1/20 22:06,golsun/deep-RL-trading,active
FinRL-Library,https://github.com/AI4Finance-LLC/FinRL-Library,NEW,Deep Learning,3/31/21 15:40,1780,423,22,7/26/20 13:18,3/28/21 13:46,AI4Finance-LLC/FinRL-Library,active
RLTrader,https://github.com/notadamking/RLTrader,NEW,Deep Learning,3/30/21 14:02,1300,448,15,4/27/19 18:35,10/17/19 16:25,notadamking/RLTrader,active
Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020,https://github.com/AI4Finance-LLC/Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020,NEW,Deep Learning,3/31/21 15:40,542,238,6,7/26/20 13:12,1/21/21 18:11,AI4Finance-LLC/Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020,active
BitcoinForecast,https://github.com/PiSimo/BitcoinForecast,NEW,Deep Learning,3/29/21 5:38,287,127,3,3/10/17 10:52,6/11/18 8:07,PiSimo/BitcoinForecast,inactive
AutomatedStockTrading-DeepQ-Learning,https://github.com/sachink2010/AutomatedStockTrading-DeepQ-Learning,NEW,Deep Learning,3/24/21 1:11,134,51,2,2/23/19 12:01,2/25/20 18:16,sachink2010/AutomatedStockTrading-DeepQ-Learning,active
Personae,https://github.com/Ceruleanacg/Personae,NEW,Deep Learning,3/31/21 15:38,1142,332,2,3/10/18 11:22,9/2/18 17:21,Ceruleanacg/Personae,inactive
Deep-Reinforcement-Stock-Trading,https://github.com/Albert-Z-Guo/Deep-Reinforcement-Stock-Trading,NEW,Deep Learning,3/30/21 17:57,140,40,2,5/19/19 22:20,9/27/20 19:22,Albert-Z-Guo/Deep-Reinforcement-Stock-Trading,active
Deep-Learning-Machine-Learning-Stock,https://github.com/LastAncientOne/Deep-Learning-Machine-Learning-Stock,NEW,Deep Learning,3/25/21 17:56,251,93,1,9/29/18 23:38,3/18/21 3:16,LastAncientOne/Deep-Learning-Machine-Learning-Stock,active
trading-rl,https://github.com/Kostis-S-Z/trading-rl,NEW,Deep Learning,3/31/21 16:01,179,38,2,4/22/19 10:03,9/28/20 9:07,Kostis-S-Z/trading-rl,active
DQN-DDPG_Stock_Trading,https://github.com/AI4Finance-LLC/DQN-DDPG_Stock_Trading,NEW,Deep Learning,3/31/21 15:40,134,49,4,9/19/18 3:17,11/26/20 16:58,AI4Finance-LLC/DQN-DDPG_Stock_Trading,active
Stock-Prediction-Models,https://github.com/huseinzol05/Stock-Prediction-Models,NEW,Deep Learning,3/31/21 8:38,3584,1520,2,12/18/17 10:49,1/5/21 10:31,huseinzol05/Stock-Prediction-Models,active
Deep-Reinforcement-Learning-in-Trading,https://github.com/saeed349/Deep-Reinforcement-Learning-in-Trading,NEW,Deep Learning,3/31/21 10:40,137,66,1,5/11/18 0:52,10/26/19 14:22,saeed349/Deep-Reinforcement-Learning-in-Trading,active
crypto-rl,https://github.com/sadighian/crypto-rl,NEW,Deep Learning,3/29/21 21:17,339,110,1,6/21/18 1:06,11/5/20 11:08,sadighian/crypto-rl,active
DeepLearningInFinance,https://github.com/sonaam1234/DeepLearningInFinance,NEW,Deep Learning,3/8/21 13:09,266,145,1,8/21/17 16:00,8/21/17 17:23,sonaam1234/DeepLearningInFinance,inactive
LTSM GRU,https://github.com/RajatHanda/Finance-Forecasting,Stock Market Forecasting using LSTM\GRU.,Deep Learning,3/29/21 23:59,11,6,1,5/13/18 2:39,2/25/19 0:26,RajatHanda/Finance-Forecasting,active
Deep Learning,https://github.com/keon/deepstock,Technical experimentations to beat the stock market using deep learning.,Deep Learning,3/24/21 14:45,427,154,2,12/12/16 2:15,3/4/17 8:37,keon/deepstock,inactive
Deep Learning II,https://github.com/LiamConnell/deep-algotrading/tree/master/notebooks,Tensorflow Regression.,Deep Learning,3/21/21 6:53,174,68,1,7/12/16 12:56,2/16/18 2:43,LiamConnell/deep-algotrading,inactive
Deep Learning III,https://github.com/Rachnog/Deep-Trading,Algorithmic trading with deep learning experiments.,Deep Learning,3/26/21 6:28,1262,675,1,6/18/16 18:23,8/7/18 15:24,Rachnog/Deep-Trading,inactive
Deep Learning IV,https://github.com/achillesrasquinha/bulbea,Bulbea: Deep Learning based Python Library.,Deep Learning,3/28/21 15:58,1448,416,1,3/9/17 6:11,3/19/17 7:42,achillesrasquinha/bulbea,active
AI Trading,https://github.com/borisbanushev/stockpredictionai/blob/master/readme2.md,AI to predict stock market movements.,Deep Learning,3/29/21 14:35,2852,1379,1,1/9/19 8:02,2/11/19 16:32,borisbanushev/stockpredictionai,inactive
Neural Network,https://github.com/VivekPa/IntroNeuralNetworks,Neural networks to predict stock prices.,Deep Learning,3/30/21 18:13,488,177,2,9/10/18 6:34,11/21/18 7:39,VivekPa/IntroNeuralNetworks,inactive
ARIMA-LTSM Hybrid,https://github.com/imhgchoi/Corr_Prediction_ARIMA_LSTM_Hybrid,Hybrid model to predict future price correlation coefficients of two assets.,Deep Learning,3/16/21 4:35,218,83,1,8/5/18 2:13,10/1/18 11:25,imhgchoi/Corr_Prediction_ARIMA_LSTM_Hybrid,active
LTSM Recurrent,https://github.com/VivekPa/AIAlpha,OHLC Average Prediction of Apple Inc. Using LSTM Recurrent Neural Network.,Deep Learning,3/30/21 3:12,1198,370,2,10/7/18 3:58,8/3/19 9:00,VivekPa/AIAlpha,
Computational Derivatives,https://github.com/chenbowen184/Computational_Finance,Projects focusing on investigating simulations and computational techniques applied in finance.,Derivatives and Hedging,1/12/21 12:22,17,12,1,1/29/18 5:01,8/2/18 5:56,chenbowen184/Computational_Finance,
Delta Hedging,https://github.com/RobinsonGarcia/delta-hedging,Advanced derivatives.,Derivatives and Hedging,2/27/21 8:48,3,2,1,3/2/18 23:53,7/17/18 23:32,RobinsonGarcia/delta-hedging,
Options Risk Measures,https://github.com/wanglouis49/risk_estimation,Efficient financial risk estimation via computer experiment design (regression + variance-reduced sampling).,Derivatives and Hedging,10/6/20 20:37,1,2,1,4/29/16 3:51,1/16/18 1:24,wanglouis49/risk_estimation,
Derivatives Python,https://github.com/yhilpisch/dawp/tree/master/python36,Derivative analytics with Python.,Derivatives and Hedging,3/23/21 15:35,387,297,1,7/9/15 12:27,2/22/21 13:29,yhilpisch/dawp,
Options,https://github.com/PHBS/2018.M1.ASP/tree/master/py,Black Scholes and Copula.,Derivatives and Hedging,,,,,,,PHBS/2018.M1.ASP,
Option Strategies,https://github.com/rstreppa/valuation-OptionStrategies,"Valuation of Vanilla and Exotic option strategies (Butterfly, Risk Reversal etc.) with widget animations.",Derivatives and Hedging,2/27/21 8:50,2,3,1,5/22/18 18:27,5/22/18 18:30,rstreppa/valuation-OptionStrategies,
Black Scholes,https://github.com/irajwani/numerical_methods_python/blob/master/black_scholes.ipynb,Options pricing.,Derivatives and Hedging,10/6/20 20:36,1,2,0,12/9/17 18:50,7/9/18 9:48,irajwani/numerical_methods_python,
Hull White,https://github.com/rstreppa/valuation-callables-HullWhite/blob/master/CallableBond_HullWhite.ipynb,"Callable Bond, Hull White.",Derivatives and Hedging,10/6/20 20:37,4,6,1,6/6/18 22:06,6/6/18 22:27,rstreppa/valuation-callables-HullWhite,
Reinforcement Learning,https://github.com/FinTechies/HedgingRL,Hedging portfolios with reinforcement learning.,Derivatives and Hedging,1/20/21 8:12,16,9,1,4/21/17 10:58,8/2/17 21:41,FinTechies/HedgingRL,
Volatility and Variance Derivatives,https://github.com/yhilpisch/lvvd/tree/master/lvvd,Volatility derivatives analytics.,Derivatives and Hedging,3/23/21 12:10,78,77,1,10/21/16 4:12,2/22/21 13:32,yhilpisch/lvvd,
Options,https://github.com/QuantConnect/Tutorials/tree/master/06%20Introduction%20to%20Options%5B%5D,Introduction to options.,Derivatives and Hedging,3/27/21 22:51,328,164,36,7/28/17 15:48,3/17/21 17:17,QuantConnect/Tutorials,
Derivative Markets,https://github.com/broughtj/Fin6470/tree/master/Notebooks,"The economics of futures, futures, options, and swaps.",Derivatives and Hedging,3/18/21 3:47,8,8,1,2/9/16 5:30,3/18/21 3:47,broughtj/Fin6470,
Derman,https://github.com/rstreppa/valuation-convertibles-Goldman1994/blob/master/ConvertibleBond_Goldman1994_Derman.ipynb,Binomial tree for American call.,Derivatives and Hedging,10/6/20 20:37,1,3,1,5/18/18 18:08,9/21/18 19:59,rstreppa/valuation-convertibles-Goldman1994,
Real Estate Property Fraud,https://github.com/aviroop1/Real_Estate_Property_Fraud,Unsupervised fraud detection model that can identify likely candidates of fraud.,Extended Research,,,,,,,aviroop1/Real_Estate_Property_Fraud,
HFT,https://github.com/rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy,High frequency trading.,Extended Research,3/29/21 17:04,742,331,1,7/21/16 5:14,2/14/17 16:47,rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy,
Deep Portfolio,https://github.com/DLColumbia/DL_forFinance,Deep learning for finance Predict volume of bonds.,Extended Research,1/12/21 11:48,27,20,2,5/8/18 19:34,5/9/18 15:39,DLColumbia/DL_forFinance,
NLP Finance Papers,https://github.com/chenbowen184/Research_Documents_Curation_with_NLP,Curating quantitative finance papers using machine learning.,Extended Research,2/27/21 6:33,8,9,1,10/11/18 20:32,12/24/18 23:27,chenbowen184/Research_Documents_Curation_with_NLP,
Simulation,https://github.com/chenbowen184/Computational_Finance,Investigating simulations as part of computational finance.,Extended Research,1/12/21 12:22,17,12,1,1/29/18 5:01,8/2/18 5:56,chenbowen184/Computational_Finance,
Commodity,https://github.com/felipessalvatore/fin2vec/blob/master/src/Commodity2BR.ipynb,Commodity influence over Brazilian stocks.,Extended Research,,,,,,,felipessalvatore/fin2vec,
Bayesian Finance I,https://github.com/AlexIoannides/pymc-stochastic-process/blob/master/bayes_stoch_proc_calib.ipynb,Stochastic Process Calibration using Bayesian Inference & Probabilistic Programs.,Extended Research,11/28/20 3:02,25,6,0,1/4/19 12:30,2/18/19 9:55,AlexIoannides/pymc-stochastic-process,
Currency PCA,https://github.com/shanemulqueen/python-finance-pca/blob/master/FX_spots_w_PCA.ipynb,Forex spots PCA.,Extended Research,10/26/20 0:55,3,1,1,3/12/19 21:11,3/12/19 22:09,shanemulqueen/python-finance-pca,
Backtests,https://github.com/AlgoTraders/stock-analysis-engine,Trading data and algorithms.,Extended Research,3/30/21 2:32,613,162,3,9/16/18 20:00,9/5/20 13:01,AlgoTraders/stock-analysis-engine,
High Frequency,https://github.com/cswaney/prickle,A Python toolkit for high-frequency trade research.,Extended Research,3/22/21 2:19,24,17,2,7/6/16 20:32,6/9/18 10:53,cswaney/prickle,
Critical Transitions,https://github.com/ryanholbrook/critical-transitions,Detecting critical transitions in financial networks with topological data analysis.,Extended Research,1/30/21 11:50,10,3,1,1/22/19 10:59,3/12/19 18:35,ryanholbrook/critical-transitions,
Liquidity and Momentum,https://github.com/mrefermat/quant_finance,Various factors and portfolio constructions.,Extended Research,3/30/21 0:09,31,15,1,8/11/18 22:59,11/12/19 4:49,mrefermat/quant_finance,
Applied Corporate Finance,https://github.com/chenbowen184/Data_Science_in_Applied_Corporate_Finance,Studies the empirical behaviours in stock market.,Extended Research,2/19/21 13:40,8,9,1,1/29/18 5:14,7/19/18 6:25,chenbowen184/Data_Science_in_Applied_Corporate_Finance,
M&A,https://github.com/atulram/Finance-and-Stocks,Mergers and Acquisitions.,Extended Research,12/21/20 14:42,3,3,1,1/19/19 18:16,2/18/19 16:57,atulram/Finance-and-Stocks,
Life-cycle,https://github.com/atulram/Finance-and-Stocks/blob/master/CompanyLifeCycle.ipynb,Company life cycle.,Extended Research,12/21/20 14:42,3,3,1,1/19/19 18:16,2/18/19 16:57,atulram/Finance-and-Stocks,
Computational Finance,https://github.com/lnsongxf/Applied_Computational_Economics_and_Finance,Applied Computational Economics and Finance.,Extended Research,3/7/21 17:47,12,13,1,8/27/17 3:46,8/26/17 4:26,lnsongxf/Applied_Computational_Economics_and_Finance,
Bayesian Finance,https://github.com/marketneutral/alphatools/blob/master/notebooks/pymc3-minimal.ipynb,Notebook PyMC3 implementation.,Extended Research,3/25/21 18:38,229,53,1,8/28/18 14:45,8/6/20 22:03,marketneutral/alphatools,
Corporate Finance,https://github.com/SeanMcOwen/FinanceAndPython.com-CorporateFinance,Basic corporate finance.,Extended Research,1/16/21 19:01,9,4,1,9/9/17 3:35,9/9/17 23:04,SeanMcOwen/FinanceAndPython.com-CorporateFinance,
Mathematical Finance,https://github.com/Auquan/Tutorials,Notebooks for math and financial tutorials.,Extended Research,3/29/21 10:26,661,426,9,1/21/17 11:24,8/1/20 17:03,Auquan/Tutorials,
Behavioural Economics,https://github.com/pcmichaud/notebooks,Behavioural Economics and Finance Python Notebooks.,Extended Research,2/3/21 7:22,9,4,1,12/20/18 0:21,3/26/19 11:51,pcmichaud/notebooks,
Financial Economics,https://github.com/rsvp/fecon235/tree/master/nb,Financial Economics Models.,Extended Research,3/29/21 8:31,709,273,2,11/9/14 4:49,12/3/18 16:30,rsvp/fecon235,
Economic Foundations,https://github.com/SeanMcOwen/FinanceAndPython.com-EconomicFoundations,Basic economic models.,Extended Research,10/6/20 21:01,2,3,1,5/25/17 2:27,6/30/17 3:53,SeanMcOwen/FinanceAndPython.com-EconomicFoundations,
Finance Graph Theory,https://github.com/AvijitGhosh82/Finance_Graph_Theory,Modelling Contentedness of Firms in Financial Markets with Heterogeneous Agents.,Extended Research,3/28/21 2:22,17,7,3,8/2/18 2:48,3/16/19 18:39,AvijitGhosh82/Finance_Graph_Theory,
Market Crash Prediction,https://github.com/sarachmax/MarketCrashes_Prediction/blob/master/LPPL_Comparasion.ipynb,Predicting market crashes using an LPPL model.,Extended Research,10/6/20 21:01,1,3,1,1/24/19 13:37,2/13/19 16:48,sarachmax/MarketCrashes_Prediction,
Risk and Return,https://github.com/PyDataBlog/Python-for-Data-Science/tree/master/Tutorials,Riskiness of portfolios and assets.,Factor and Risk Analysis,3/19/21 22:01,139,61,2,9/12/17 13:35,8/6/20 12:35,PyDataBlog/Python-for-Data-Science,
Risk Basic,https://github.com/RJT1990/Active-Portfolio-Management-Notes/blob/master/Chapter%203%2C%20Risk.ipynb,Active portfolio risk management .,Factor and Risk Analysis,3/1/21 13:53,31,18,1,5/10/16 11:03,5/17/16 3:44,RJT1990/Active-Portfolio-Management-Notes,
Quant Finance,https://github.com/mrefermat/quant_finance,General quant repository.,Factor and Risk Analysis,3/30/21 0:09,31,15,1,8/11/18 22:59,11/12/19 4:49,mrefermat/quant_finance,
Various Risk Measures,https://github.com/Jorgencr/Alternative-and-Responsible-Investments/blob/master/Final_masterfile.ipynb,Risk measures and factors for alternative and responsible investments.,Factor and Risk Analysis,11/4/20 7:04,4,5,1,8/7/17 14:44,8/8/17 22:52,Jorgencr/Alternative-and-Responsible-Investments,
CAPM,https://github.com/RJT1990/Active-Portfolio-Management-Notes/blob/master/Chapter%202%2C%20CAPM.ipynb,Expected returns using CAPM.,Factor and Risk Analysis,3/1/21 13:53,31,18,1,5/10/16 11:03,5/17/16 3:44,RJT1990/Active-Portfolio-Management-Notes,
Factor Analysis,https://github.com/garvit-kudesia91/factor_analysis/blob/master/Factor%20Analysis%20of%20Mutual%20Funds.ipynb,Factor analysis for mutual funds.,Factor and Risk Analysis,12/21/20 14:26,3,4,1,3/13/18 7:39,3/13/18 7:42,garvit-kudesia91/factor_analysis,
Factor Analysis,https://github.com/alpha-miner/alpha-mind/tree/master/notebooks,Factor strategy notebooks.,Factor and Risk Analysis,3/12/21 22:42,171,59,3,5/1/17 7:36,2/9/21 9:36,alpha-miner/alpha-mind,
Statistical Finance,https://github.com/mrefermat/FinancePhD/tree/master/FinancialExperiments,Various financial experiments.,Factor and Risk Analysis,3/30/21 0:09,21,16,1,10/4/15 9:10,3/28/20 18:33,mrefermat/FinancePhD,
Convex Optimisation,https://github.com/ssanderson/convex-optimization-for-finance/blob/master/notebooks/Main.ipynb,Convex Optimization for Finance.,Factor and Risk Analysis,11/4/20 7:19,17,9,1,6/26/18 20:36,10/22/19 21:56,ssanderson/convex-optimization-for-finance,
VaR,https://github.com/willb/var-notebook/blob/master/var-notebook/var-pdfs.ipynb,Value-at-risk calculations.,Factor and Risk Analysis,10/6/20 20:29,9,9,1,11/15/16 19:24,1/14/17 21:19,willb/var-notebook,
Python for Finance,https://github.com/yhilpisch/py4fi/tree/master/jupyter36,Various financial notebooks.,Factor and Risk Analysis,3/27/21 13:15,1294,791,1,12/15/14 11:23,7/10/18 6:38,yhilpisch/py4fi,
Performance Analysis,https://github.com/quantopian/alphalens,Performance analysis of predictive (alpha) stock factors.,Factor and Risk Analysis,3/30/21 6:28,1835,691,17,6/3/16 21:49,4/27/20 18:40,quantopian/alphalens,
Pyfolio,https://github.com/quantopian/pyfolio,Portfolio and risk analytics in Python.,Factor and Risk Analysis,3/30/21 15:14,3633,1143,42,6/1/15 15:31,2/28/20 17:30,quantopian/pyfolio,
VaR GaN,https://github.com/hamaadshah/market_risk_gan_keras,Estimate Value-at-Risk for market risk management using Keras and TensorFlow.,Factor and Risk Analysis,3/20/21 21:53,41,28,1,8/6/18 16:09,11/22/20 19:02,hamaadshah/market_risk_gan_keras,
Vasicek,https://github.com/RobinsonGarcia/fixed-income/blob/master/2.0%20Vasicek%20-%20example.ipynb,Bootstrapping and interpolation.,Fixed Income,12/10/20 21:20,3,3,1,7/18/18 19:26,7/18/18 19:34,RobinsonGarcia/fixed-income,
Corporate Bonds,https://github.com/ishank011/gs-quantify-bond-prediction,Predicting the buying and selling volume of the corporate bonds.,Fixed Income,1/3/21 21:46,7,5,1,9/27/17 19:57,9/27/17 20:00,ishank011/gs-quantify-bond-prediction,
Binomial Tree,https://github.com/hy-lei/math-finance-exercise,Utility functions in fixed income securities.,Fixed Income,10/6/20 20:55,1,2,1,2/2/19 8:44,5/3/19 17:16,hy-lei/math-finance-exercise,
Trend Following,http://inseaddataanalytics.github.io/INSEADAnalytics/ExerciseSet2.html,A futures trend following portfolio investment strategy.,Other Models,,,,,,,,
Mixture Models I,https://github.com/BlackArbsCEO/Mixture_Models,Mixture models to predict market bottoms.,Other Models,3/2/21 19:44,31,31,1,3/20/17 18:54,4/25/17 23:35,BlackArbsCEO/Mixture_Models,
Mixture Models II,https://github.com/BlackArbsCEO/mixture_model_trading_public,Mixture models and stock trading.,Other Models,3/12/21 13:21,166,73,1,12/11/17 17:05,5/13/20 23:50,BlackArbsCEO/mixture_model_trading_public,
Fundamental LT Forecasts,https://github.com/Hvass-Labs/FinanceOps,Research in investment finance for long term forecasts.,Other Models,3/21/21 19:26,379,126,1,7/22/18 8:14,2/17/21 14:39,Hvass-Labs/FinanceOps,
Scikit-learn Stock Prediction,https://github.com/robertmartin8/MachineLearningStocks,Using python and scikit-learn to make stock predictions.,Other Models,3/30/21 18:11,919,344,2,2/12/17 4:50,2/4/21 3:48,robertmartin8/MachineLearningStocks,
Short-Term Movement Cues,https://github.com/anfederico/Clairvoyant,Identify social/historical cues for short term stock movement.,Other Models,3/28/21 16:31,2157,678,1,9/12/16 18:38,8/29/18 20:27,anfederico/Clairvoyant,
Machine Learning in Asset Management,https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3420952,,Personal Papers,,,,,,,,
Machine Learning in Asset Management—Part 1: Portfolio Construction—Trading Strategies,https://jfds.pm-research.com/content/2/1/10,,Personal Papers,,,,,,,,
Machine Learning in Asset Management—Part 2: Portfolio Construction—Weight Optimization,https://jfds.pm-research.com/content/2/2/17,,Personal Papers,,,,,,,,
Financial Event Prediction using Machine Learning,https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3481555,,Personal Papers,,,,,,,,
PyPortfolioOpt,https://github.com/robertmartin8/PyPortfolioOpt,"Financial portfolio optimisation, including classical efficient frontier and advanced methods.",Portfolio Selection and Optimisation,3/30/21 3:37,1865,476,16,5/29/18 13:30,2/25/21 13:01,robertmartin8/PyPortfolioOpt,
DeepDow,https://github.com/jankrepl/deepdow,Portfolio optimization with deep learning.,Portfolio Selection and Optimisation,3/30/21 13:34,303,57,2,2/2/20 8:46,2/16/21 18:50,jankrepl/deepdow,
Modern Portfolio Theory,https://nbviewer.jupyter.org/github/Marigold/universal-portfolios/blob/master/modern-portfolio-theory.ipynb,Universal portfolios; modern portfolio theory.,Portfolio Selection and Optimisation,,,,,,,,
OLMAR Algorithm,https://github.com/charlessutton/OLMAR/blob/master/Part3.ipynb,Relative importance of each component of the OLMAR algorithm.,Portfolio Selection and Optimisation,12/16/20 17:28,6,3,1,7/26/16 16:20,12/30/16 11:40,charlessutton/OLMAR,
Online Portfolio Selection,https://nbviewer.jupyter.org/github/paulperry/quant/blob/master/OLPS_Comparison.ipynb,****Comparing OLPS algorithms on a diversified set of ETFs.,Portfolio Selection and Optimisation,,,,,,,,
401K Portfolio Optimisation,https://github.com/otosman/Python-for-Finance/blob/master/Portfolio%20Optimization%20401k.ipynb,Portfolio analyses and optimisation for 401K.,Portfolio Selection and Optimisation,12/25/20 9:39,14,5,1,8/1/18 19:48,9/5/19 11:18,otosman/Python-for-Finance,
Policy Gradient Portfolio,https://github.com/ZhengyaoJiang/PGPortfolio,A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem.,Portfolio Selection and Optimisation,3/30/21 14:21,1274,629,6,11/12/17 16:08,5/9/19 9:50,ZhengyaoJiang/PGPortfolio,
Deep Portfolio Theory,https://github.com/tcloaa/Deep-Portfolio-Theory,Autoencoder framework for portfolio selection.,Portfolio Selection and Optimisation,1/30/21 13:50,104,58,1,2/10/17 9:03,3/8/18 16:47,tcloaa/Deep-Portfolio-Theory,
Efficient Frontier,https://github.com/tthustla/efficient_frontier/blob/master/Efficient%20_Frontier_implementation.ipynb,Modern Portfolio Theory.,Portfolio Selection and Optimisation,3/30/21 0:01,104,57,1,2/17/18 8:19,2/27/18 13:16,tthustla/efficient_frontier,
Reinforcement Learning,https://github.com/filangel/qtrader,Reinforcement Learning for Portfolio Management.,Portfolio Selection and Optimisation,3/29/21 3:47,364,150,1,10/7/17 9:14,6/26/18 9:22,filangel/qtrader,
Distribution Characteristic Optimisation,https://github.com/VivekPa/OptimalPortfolio,Extends classical portfolio optimisation to take the skewness and kurtosis of the distribution of market invariants into account.,Portfolio Selection and Optimisation,3/18/21 22:35,229,82,3,11/16/18 12:20,7/4/19 1:41,VivekPa/OptimalPortfolio,
Pair Trading RL,https://github.com/shenyichen105/Deep-Reinforcement-Learning-in-Stock-Trading,Using deep actor-critic model to learn best strategies in pair trading.,Reinforcement Learning,3/27/21 2:19,241,114,1,5/18/17 16:47,5/18/17 16:56,shenyichen105/Deep-Reinforcement-Learning-in-Stock-Trading,
RL II,https://github.com/deependersingla/deep_trader,reinforcement learning on stock market and agent tries to learn trading.,Reinforcement Learning,3/29/21 11:10,1340,490,3,6/11/16 7:27,1/22/18 14:35,deependersingla/deep_trader,
RL,https://github.com/kh-kim/stock_market_reinforcement_learning,OpenGym with Deep Q-learning and Policy Gradient.,Reinforcement Learning,3/28/21 22:14,712,299,1,10/4/16 14:42,12/23/16 7:34,kh-kim/stock_market_reinforcement_learning,
RL III,https://github.com/samre12/deep-trading-agent,Github -Deep Reinforcement Learning based Trading Agent for Bitcoin.,Reinforcement Learning,3/29/21 1:02,575,204,1,9/21/17 17:05,4/13/18 16:33,samre12/deep-trading-agent,
RL IV,https://github.com/jjakimoto/DQN,Reinforcement Learning for finance.,Reinforcement Learning,3/25/21 19:14,140,55,1,10/21/16 2:47,4/7/17 8:11,jjakimoto/DQN,
RL V,https://github.com/gstenger98/rl-finance,Building an Agent to Trade with Reinforcement Learning.,Reinforcement Learning,1/3/21 4:36,32,7,5,1/16/19 0:43,3/19/20 20:28,gstenger98/rl-finance,
RL Trading,https://colab.research.google.com/drive/1FzLCI0AO3c7A4bp9Fi01UwXeoc7BN8sW,A collection of 25+ Reinforcement Learning Trading Strategies -Google Colab.,Reinforcement Learning,,,,,,,,
Fund classification,https://github.com/frechfrechfrech/Mutual-Fund-Market-Clusters/blob/master/Initial%20Data%20Exploration.ipynb,Fund classification using text mining and NLP.,Textual,10/6/20 18:46,3,2,1,4/16/18 22:18,6/7/18 22:01,frechfrechfrech/Mutual-Fund-Market-Clusters,
Financial Sentiment Analysis,https://github.com/EricHe98/Financial-Statements-Text-Analysis,"Sentiment, distance and proportion analysis for trading signals.",Textual,1/21/21 8:07,47,27,1,6/23/17 0:05,1/26/19 3:35,EricHe98/Financial-Statements-Text-Analysis,
NLP Event,https://github.com/yuriak/DLQuant,Applying Deep Learning and NLP in Quantitative Trading.,Textual,3/24/21 2:52,68,31,1,7/2/18 23:50,1/31/19 14:08,yuriak/DLQuant,
Financial Statement Sentiment,https://github.com/MAydogdu/TextualAnalysis,Extracting sentiment from financial statements using neural networks.,Textual,10/22/20 16:32,7,7,1,6/4/18 20:54,6/4/18 20:56,MAydogdu/TextualAnalysis,
Extensive NLP,https://github.com/TiesdeKok/Python_NLP_Tutorial/blob/master/NLP_Notebook.ipynb,Comprehensive NLP techniques for accounting research.,Textual,3/21/21 7:39,73,42,1,10/25/17 7:10,6/5/20 3:28,TiesdeKok/Python_NLP_Tutorial,
Accounting Anomalies,https://github.com/GitiHubi/deepAI/blob/master/GTC_2018_Lab-solutions.ipynb,Using deep-learning frameworks to identify accounting anomalies.,Textual,3/30/21 3:25,106,50,2,5/24/17 12:36,8/7/19 21:47,GitiHubi/deepAI,
Buzzwords,https://github.com/swap9047/Cutting-Edge-Technologies-Effect-on-S-P500-Companies-Performance-and-Mutual-Funds,Return performance and mutual fund selection.,Textual,10/6/20 18:54,1,4,1,2/4/18 21:51,2/4/18 21:57,swap9047/Cutting-Edge-Technologies-Effect-on-S-P500-Companies-Performance-and-Mutual-Funds,
Earning call transcripts,https://github.com/lin882/WebAnalyticsProject,Correlation between mutual fund investment decision and earning call transcripts.,Textual,12/17/20 8:24,3,3,1,12/30/17 8:56,1/11/18 2:11,lin882/WebAnalyticsProject,
NLP,https://github.com/toamitesh/NLPinFinance,This project assembles a lot of NLP operations needed for finance domain.,Textual,,,,,,,toamitesh/NLPinFinance,
PCA Pairs Trading,https://github.com/joelQF/quant-finance/tree/master/Artificial_IntelIigence_for_Trading,"PCA, Factor Returns, and trading strategies.",Unsupervised,,,,,,,joelQF/quant-finance,
Industry Clustering,https://github.com/SeanMcOwen/FinanceAndPython.com-ClusteringIndustries,Clustering of industries.,Unsupervised,10/6/20 18:51,4,5,1,7/21/17 2:12,7/23/17 2:53,SeanMcOwen/FinanceAndPython.com-ClusteringIndustries,
Pairs Trading,https://github.com/marketneutral/pairs-trading-with-ML/blob/master/Pairs%2BTrading%2Bwith%2BMachine%2BLearning.ipynb,Finding pairs with cluster analysis.,Unsupervised,3/8/21 11:01,78,36,0,9/5/17 19:19,9/27/17 20:42,marketneutral/pairs-trading-with-ML,
Industry Clustering,https://github.com/SeanMcOwen/FinanceAndPython.com-ClusteringIndustries,Project to cluster industries according to financial attributes.,Unsupervised,10/6/20 18:51,4,5,1,7/21/17 2:12,7/23/17 2:53,SeanMcOwen/FinanceAndPython.com-ClusteringIndustries,
VRA Stock Embedding,https://github.com/ml-hongkong/stock2vec,Variational Reccurrent Autoencoder for Embedding stocks to vectors based on the price history.,Unsupervised,10/20/20 11:05,32,12,1,6/21/17 4:47,6/21/17 4:51,ml-hongkong/stock2vec,
Fund Clusters,https://github.com/frechfrechfrech/Mutual-Fund-Market-Clusters/blob/master/Initial%20Data%20Exploration.ipynb,Data exploration of fund clusters.,Unsupervised,10/6/20 18:46,3,2,1,4/16/18 22:18,6/7/18 22:01,frechfrechfrech/Mutual-Fund-Market-Clusters,
1 name url comment category last_update star_count fork_count contributors_count created_at last_commit repo_path repo_status
2 Venture Capital NN https://github.com/tr7200/National-Culture-and-Venture-Capital-Monitoring Cox-PH neural network predictions for VC/innovations finance research. Alternative Finance tr7200/National-Culture-and-Venture-Capital-Monitoring
3 Private Equity https://github.com/TheVinhLuong102/ChicagoBooth-EntrepreneurialFinancePrivateEquity/blob/master/RightNow%20Technologies/RightNow%20Technologies.ipynb Valuation models. Alternative Finance 2020-11-26 03:34:45 11/26/20 3:34 8.0 8 6.0 6 2.0 2 2016-01-27 21:13:33 1/27/16 21:13 2016-03-14 20:03:52 3/14/16 20:03 TheVinhLuong102/ChicagoBooth-EntrepreneurialFinancePrivateEquity inactive
4 VC OLS https://github.com/fionawhitefield/venture-capital-ols/blob/master/sec_project.ipynb VC regression. Alternative Finance 2020-10-06 20:56:14 10/6/20 20:56 2.0 2 1.0 1 1.0 1 2018-03-29 23:31:13 3/29/18 23:31 2018-03-29 23:33:19 3/29/18 23:33 fionawhitefield/venture-capital-ols inactive
5 Watch Valuation https://github.com/alporter08/Luxury-Watch-Valuation/blob/master/Luxury-Watch-Valuation.ipynb Analysis of luxury watch data to classify whether a certain model is likely to be over-or undervalued. Alternative Finance 2021-01-14 22:41:08 1/14/21 22:41 4.0 4 2.0 2 1.0 1 2017-02-08 18:39:29 2/8/17 18:39 2017-04-27 22:55:55 4/27/17 22:55 alporter08/Luxury-Watch-Valuation inactive
6 Art Valuation https://github.com/ahmedhosny/theGreenCanvas/blob/gh-pages/ImageProcessing1210.ipynb Art evaluation analytics. Alternative Finance 2021-02-26 12:10:53 2/26/21 12:10 9.0 9 5.0 5 1.0 1 2014-12-11 00:25:39 12/11/14 0:25 2014-12-12 21:25:46 12/12/14 21:25 ahmedhosny/theGreenCanvas inactive
7 Blockchain https://github.com/nud3l/dInvest Repository for distributed autonomous investment banking. Alternative Finance 2021-02-06 07:38:28 2/6/21 7:38 12.0 12 7.0 7 2.0 2 2016-09-05 19:12:40 9/5/16 19:12 2017-04-24 10:48:56 4/24/17 10:48 nud3l/dInvest inactive
8 Venture Capital https://github.com/julian-chan/etothex Insight into a new founder to make data-driven investment decisions. Alternative Finance 2020-10-06 20:56:08 10/6/20 20:56 3.0 3 2.0 2 1.0 1 2017-12-04 08:59:44 12/4/17 8:59 2017-12-13 05:35:27 12/13/17 5:35 julian-chan/etothex inactive
9 Kiva Crowdfunding https://github.com/CJL89/Kiva-Crowdfunding/blob/master/Kiva%20Crowdfunding.ipynb Exploratory data analysis. Alternative Finance 2021-02-19 13:40:33 2/19/21 13:40 5.0 5 1.0 1 1.0 1 2018-02-27 16:46:02 2/27/18 16:46 2019-02-13 00:15:27 2/13/19 0:15 CJL89/Kiva-Crowdfunding inactive
10 Berkeley Lab CIFT NYU FRE https://cs.lbl.gov/news-media/news/news-archive/2010/berkeley-lab-launches-new-center-for-innovative-financial-technology/ https://engineering.nyu.edu/academics/departments/finance-and-risk-engineering Finance and Risk Engineering (NYU Tandon) Colleges, Centers and Departments
11 NYU Courant Cornell University https://cims.nyu.edu/ https://www.cornell.edu/ Courant Institute of Mathematical Sciences, New York University Colleges, Centers and Departments
12 Oxford Man Stanford Advanced Financial Technologies https://www.oxford-man.ox.ac.uk/ https://fintech.stanford.edu/ Oxford-Man Institute of Quantitative Finance Stanford Advanced Financial Technologies Laboratory Colleges, Centers and Departments
13 Stanford Advanced Financial Technologies NYU Courant https://fintech.stanford.edu/ https://cims.nyu.edu/ Stanford Advanced Financial Technologies Laboratory Courant Institute of Mathematical Sciences, New York University Colleges, Centers and Departments
14 Cornell University Berkeley Lab CIFT https://www.cornell.edu/ https://cs.lbl.gov/news-media/news/news-archive/2010/berkeley-lab-launches-new-center-for-innovative-financial-technology/ Colleges, Centers and Departments
15 NYU FRE Oxford Man https://engineering.nyu.edu/academics/departments/finance-and-risk-engineering https://www.oxford-man.ox.ac.uk/ Finance and Risk Engineering (NYU Tandon) Oxford-Man Institute of Quantitative Finance Colleges, Centers and Departments
16 ML Specialisation Algo Trading https://github.com/Ahmed0028/Machine-Learning-and-Reinforcement-Learning-in-Finance-Specialization https://github.com/JCreeks/Machine-Learning-in-Finance/tree/master/0_Intro_to_Algo_Trading Machine Learning in Finance. Intro to algo trading. Courses 2021-03-31 02:08:49 3/12/21 11:02 33.0 64 31.0 25 1.0 1 2019-01-24 02:55:01 10/29/17 20:34 2020-01-03 21:54:16 1/22/19 6:56 Ahmed0028/Machine-Learning-and-Reinforcement-Learning-in-Finance-Specialization JCreeks/Machine-Learning-in-Finance active inactive
17 Risk Management Basic Derivatives https://github.com/andrey-lukyanov/Risk-Management https://github.com/SeanMcOwen/FinanceAndPython.com-Derivatives Finance risk engagement course resources. Basic forward contracts and hedging. Courses 2020-11-12 00:49:51 3/31/21 2:08 6.0 4 5.0 4 3.0 1 2018-10-03 16:26:14 8/24/17 0:11 2018-12-13 08:04:15 10/13/17 1:32 andrey-lukyanov/Risk-Management SeanMcOwen/FinanceAndPython.com-Derivatives inactive
18 Basic Investments Machine Learning for Trading https://github.com/SeanMcOwen/FinanceAndPython.com-Investments https://github.com/stefan-jansen/machine-learning-for-trading Basic investment tools in python. Notebooks, resources and references accompanying the book Machine Learning for Algorithmic Trading. Courses 2021-03-23 06:32:10 3/31/21 11:07 9.0 3663 5.0 1145 1.0 7 2017-08-02 21:52:19 5/9/18 12:33 2017-08-17 03:24:53 3/19/21 14:10 SeanMcOwen/FinanceAndPython.com-Investments stefan-jansen/machine-learning-for-trading inactive active
19 Handson Python for Finance Mathematical Finance https://github.com/PacktPublishing/Hands-on-Python-for-Finance https://github.com/yadongli/nyumath2048 Hands-on Python for Finance published by Packt. NYU Math-GA 2048: Scientific Computing in Finance. Courses 2021-03-26 22:26:32 1/14/21 18:01 120.0 69 107.0 63 3.0 6 2018-08-20 14:10:37 1/25/15 21:10 2021-01-15 08:57:06 3/25/20 4:24 PacktPublishing/Hands-on-Python-for-Finance yadongli/nyumath2048 active
20 Basic Finance Python for Finance https://github.com/SeanMcOwen/FinanceAndPython.com-BasicFinance https://github.com/siaen/python_finance_course Source code notebooks basic finance applications. CEU python for finance course material. Courses 2021-03-31 02:09:16 3/31/21 2:08 10.0 16 8.0 15 1.0 4 2017-05-06 02:39:05 12/12/17 11:54 2017-06-21 04:04:09 2/25/20 20:31 SeanMcOwen/FinanceAndPython.com-BasicFinance siaen/python_finance_course inactive active
21 Python for Finance Risk Management https://github.com/siaen/python_finance_course https://github.com/andrey-lukyanov/Risk-Management CEU python for finance course material. Finance risk engagement course resources. Courses 2021-03-31 02:08:55 11/12/20 0:49 16.0 6 15.0 5 4.0 3 2017-12-12 11:54:46 10/3/18 16:26 2020-02-25 20:31:41 12/13/18 8:04 siaen/python_finance_course andrey-lukyanov/Risk-Management active inactive
22 Algo Trading Handson Python for Finance https://github.com/JCreeks/Machine-Learning-in-Finance/tree/master/0_Intro_to_Algo_Trading https://github.com/PacktPublishing/Hands-on-Python-for-Finance Intro to algo trading. Hands-on Python for Finance published by Packt. Courses 2021-03-12 11:02:04 3/26/21 22:26 64.0 120 25.0 107 1.0 3 2017-10-29 20:34:54 8/20/18 14:10 2019-01-22 06:56:08 1/15/21 8:57 JCreeks/Machine-Learning-in-Finance PacktPublishing/Hands-on-Python-for-Finance inactive active
23 Mathematical Finance Basic Investments https://github.com/yadongli/nyumath2048 https://github.com/SeanMcOwen/FinanceAndPython.com-Investments NYU Math-GA 2048: Scientific Computing in Finance. Basic investment tools in python. Courses 2021-01-14 18:01:08 3/23/21 6:32 69.0 9 63.0 5 6.0 1 2015-01-25 21:10:37 8/2/17 21:52 2020-03-25 04:24:25 8/17/17 3:24 yadongli/nyumath2048 SeanMcOwen/FinanceAndPython.com-Investments active inactive
24 Machine Learning for Trading ML Specialisation https://github.com/stefan-jansen/machine-learning-for-trading https://github.com/Ahmed0028/Machine-Learning-and-Reinforcement-Learning-in-Finance-Specialization Notebooks, resources and references accompanying the book Machine Learning for Algorithmic Trading. Machine Learning in Finance. Courses 2021-03-31 11:07:56 3/31/21 2:08 3663.0 33 1145.0 31 7.0 1 2018-05-09 12:33:08 1/24/19 2:55 2021-03-19 14:10:47 1/3/20 21:54 stefan-jansen/machine-learning-for-trading Ahmed0028/Machine-Learning-and-Reinforcement-Learning-in-Finance-Specialization active
25 Basic Derivatives Basic Finance https://github.com/SeanMcOwen/FinanceAndPython.com-Derivatives https://github.com/SeanMcOwen/FinanceAndPython.com-BasicFinance Basic forward contracts and hedging. Source code notebooks basic finance applications. Courses 2021-03-31 02:08:39 3/31/21 2:09 4.0 10 4.0 8 1.0 1 2017-08-24 00:11:37 5/6/17 2:39 2017-10-13 01:32:23 6/21/17 4:04 SeanMcOwen/FinanceAndPython.com-Derivatives SeanMcOwen/FinanceAndPython.com-BasicFinance inactive
26 EDGAR https://fred.stlouisfed.org/ https://github.com/TiesdeKok/UW_Python_Camp/blob/master/Materials/Session_5/EDGAR_walkthrough.ipynb https://fred.stlouisfed.org/ Data 2021-01-23 19:22:59 11.0 10.0 1.0 2018-06-11 22:51:57 2018-07-10 18:03:52 TiesdeKok/UW_Python_Camp inactive
27 Open Edgar Financial Corporate https://github.com/LexPredict/openedgar http://raw.rutgers.edu/Corporate%20Financial%20Data.html Data 2021-03-31 06:16:26 166.0 61.0 6.0 2018-05-07 15:32:31 2019-05-15 08:32:30 LexPredict/openedgar active
28 SEC Parsing https://github.com/timestocome/StockMarketData https://github.com/healthgradient/sec-doc-info-extraction/blob/master/classify_sections_containing_relevant_information.ipynb https://github.com/timestocome/StockMarketData Data 2/27/21 6:34 3/26/21 22:35 9.0 7 6.0 6 1.0 1 6/16/18 14:30 5/10/17 21:49 6/16/18 17:23 8/6/17 19:23 healthgradient/sec-doc-info-extraction timestocome/StockMarketData
29 Web Scraping (FirmAI) https://stooq.com https://github.com/firmai/business-machine-learning/blob/master/www.firmai.org/data https://stooq.com Data 3/28/21 12:43 576.0 183.0 2.0 2/19/19 19:02 7/22/20 16:48 firmai/business-machine-learning
30 Capital Markets Data http://finance.yahoo.com/ https://www.capitalmarketsdata.com/ http://finance.yahoo.com/ Data
31 IRS Non-financial Corporate http://social-metrics.org/sox/ http://raw.rutgers.edu/Non-Financial%20Corporate%20Data.html Data
32 Employee Count SEC Filings Rating Industries https://github.com/healthgradient/sec_employee_information_extraction http://www.ratingshistory.info/ Data 2/27/21 3:33 10.0 2.0 1.0 6/26/18 23:33 8/14/18 1:31 healthgradient/sec_employee_information_extraction
33 Rating Industries Capital Markets Data http://www.ratingshistory.info/ https://www.capitalmarketsdata.com/ Data
34 https://fred.stlouisfed.org/ IRS https://fred.stlouisfed.org/ http://social-metrics.org/sox/ Data
35 Non-financial Corporate Web Scraping (FirmAI) http://raw.rutgers.edu/Non-Financial%20Corporate%20Data.html https://github.com/firmai/business-machine-learning/blob/master/www.firmai.org/data Data 3/28/21 12:43 576 183 2 2/19/19 19:02 7/22/20 16:48 firmai/business-machine-learning
36 http://finance.yahoo.com/ SEC Parsing http://finance.yahoo.com/ https://github.com/healthgradient/sec-doc-info-extraction/blob/master/classify_sections_containing_relevant_information.ipynb Data 2/27/21 6:34 9 6 1 6/16/18 14:30 6/16/18 17:23 healthgradient/sec-doc-info-extraction
37 https://stooq.com Open Edgar https://stooq.com https://github.com/LexPredict/openedgar Data 3/31/21 6:16 166 61 6 5/7/18 15:32 5/15/19 8:32 LexPredict/openedgar active
38 https://github.com/timestocome/StockMarketData EDGAR https://github.com/timestocome/StockMarketData https://github.com/TiesdeKok/UW_Python_Camp/blob/master/Materials/Session_5/EDGAR_walkthrough.ipynb Data 3/26/21 22:35 1/23/21 19:22 7.0 11 6.0 10 1.0 1 5/10/17 21:49 6/11/18 22:51 8/6/17 19:23 7/10/18 18:03 timestocome/StockMarketData TiesdeKok/UW_Python_Camp inactive
39 Financial Corporate Employee Count SEC Filings http://raw.rutgers.edu/Corporate%20Financial%20Data.html https://github.com/healthgradient/sec_employee_information_extraction Data 2/27/21 3:33 10 2 1 6/26/18 23:33 8/14/18 1:31 healthgradient/sec_employee_information_extraction
40 Advanced ML II https://github.com/hudson-and-thames/research More implementations of Financial Machine Learning (De Prado). Data Processing Techniques and Transformations hudson-and-thames/research
41 Advanced ML https://github.com/BlackArbsCEO/Adv_Fin_ML_Exercises Exercises too Financial Machine Learning (De Prado). Data Processing Techniques and Transformations 3/30/21 21:50 958.0 958 434.0 434 4.0 4 4/25/18 17:22 1/16/20 17:25 BlackArbsCEO/Adv_Fin_ML_Exercises
42 Deep Learning awesome-deep-trading https://github.com/keon/deepstock https://github.com/cbailes/awesome-deep-trading Technical experimentations to beat the stock market using deep learning. NEW Deep Learning 3/24/21 14:45 3/31/21 6:59 427.0 528 154.0 135 2.0 1 12/12/16 2:15 11/26/18 3:23 3/4/17 8:37 1/1/21 9:41 keon/deepstock cbailes/awesome-deep-trading active
43 Deep Learning II trading-bot https://github.com/LiamConnell/deep-algotrading/tree/master/notebooks https://github.com/pskrunner14/trading-bot Tensorflow Regression. NEW Deep Learning 3/21/21 6:53 3/31/21 9:46 174.0 285 68.0 137 1.0 1 7/12/16 12:56 8/13/18 10:44 2/16/18 2:43 1/23/20 4:41 LiamConnell/deep-algotrading pskrunner14/trading-bot active
44 Deep Learning III Advanced-Deep-Trading https://github.com/Rachnog/Deep-Trading https://github.com/Rachnog/Advanced-Deep-Trading Algorithmic trading with deep learning experiments. NEW Deep Learning 3/26/21 6:28 3/30/21 7:29 1262.0 319 675.0 158 1.0 2 6/18/16 18:23 2/16/19 21:18 8/7/18 15:24 11/29/20 20:12 Rachnog/Deep-Trading Rachnog/Advanced-Deep-Trading active
45 Deep Learning IV deep-RL-trading https://github.com/achillesrasquinha/bulbea https://github.com/golsun/deep-RL-trading Bulbea: Deep Learning based Python Library. NEW Deep Learning 3/28/21 15:58 3/25/21 17:52 1448.0 231 416.0 109 1.0 1 3/9/17 6:11 2/25/18 17:41 3/19/17 7:42 12/1/20 22:06 achillesrasquinha/bulbea golsun/deep-RL-trading active
46 AI Trading FinRL-Library https://github.com/borisbanushev/stockpredictionai/blob/master/readme2.md https://github.com/AI4Finance-LLC/FinRL-Library AI to predict stock market movements. NEW Deep Learning 3/29/21 14:35 3/31/21 15:40 2852.0 1780 1379.0 423 1.0 22 1/9/19 8:02 7/26/20 13:18 2/11/19 16:32 3/28/21 13:46 borisbanushev/stockpredictionai AI4Finance-LLC/FinRL-Library active
47 Neural Network RLTrader https://github.com/VivekPa/IntroNeuralNetworks https://github.com/notadamking/RLTrader Neural networks to predict stock prices. NEW Deep Learning 3/30/21 18:13 3/30/21 14:02 488.0 1300 177.0 448 2.0 15 9/10/18 6:34 4/27/19 18:35 11/21/18 7:39 10/17/19 16:25 VivekPa/IntroNeuralNetworks notadamking/RLTrader active
48 ARIMA-LTSM Hybrid Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020 https://github.com/imhgchoi/Corr_Prediction_ARIMA_LSTM_Hybrid https://github.com/AI4Finance-LLC/Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020 Hybrid model to predict future price correlation coefficients of two assets. NEW Deep Learning 3/16/21 4:35 3/31/21 15:40 218.0 542 83.0 238 1.0 6 8/5/18 2:13 7/26/20 13:12 10/1/18 11:25 1/21/21 18:11 imhgchoi/Corr_Prediction_ARIMA_LSTM_Hybrid AI4Finance-LLC/Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020 active
49 LTSM Recurrent BitcoinForecast https://github.com/VivekPa/AIAlpha https://github.com/PiSimo/BitcoinForecast OHLC Average Prediction of Apple Inc. Using LSTM Recurrent Neural Network. NEW Deep Learning 3/30/21 3:12 3/29/21 5:38 1198.0 287 370.0 127 2.0 3 10/7/18 3:58 3/10/17 10:52 8/3/19 9:00 6/11/18 8:07 VivekPa/AIAlpha PiSimo/BitcoinForecast inactive
50 LTSM GRU AutomatedStockTrading-DeepQ-Learning https://github.com/RajatHanda/Finance-Forecasting https://github.com/sachink2010/AutomatedStockTrading-DeepQ-Learning Stock Market Forecasting using LSTM\GRU. NEW Deep Learning 3/29/21 23:59 3/24/21 1:11 11.0 134 6.0 51 1.0 2 5/13/18 2:39 2/23/19 12:01 2/25/19 0:26 2/25/20 18:16 RajatHanda/Finance-Forecasting sachink2010/AutomatedStockTrading-DeepQ-Learning active
51 Hull White Personae https://github.com/rstreppa/valuation-callables-HullWhite/blob/master/CallableBond_HullWhite.ipynb https://github.com/Ceruleanacg/Personae Callable Bond, Hull White. NEW Derivatives and Hedging Deep Learning 10/6/20 20:37 3/31/21 15:38 4.0 1142 6.0 332 1.0 2 6/6/18 22:06 3/10/18 11:22 6/6/18 22:27 9/2/18 17:21 rstreppa/valuation-callables-HullWhite Ceruleanacg/Personae inactive
52 Derman Deep-Reinforcement-Stock-Trading https://github.com/rstreppa/valuation-convertibles-Goldman1994/blob/master/ConvertibleBond_Goldman1994_Derman.ipynb https://github.com/Albert-Z-Guo/Deep-Reinforcement-Stock-Trading Binomial tree for American call. NEW Derivatives and Hedging Deep Learning 10/6/20 20:37 3/30/21 17:57 1.0 140 3.0 40 1.0 2 5/18/18 18:08 5/19/19 22:20 9/21/18 19:59 9/27/20 19:22 rstreppa/valuation-convertibles-Goldman1994 Albert-Z-Guo/Deep-Reinforcement-Stock-Trading active
53 Option Strategies Deep-Learning-Machine-Learning-Stock https://github.com/rstreppa/valuation-OptionStrategies https://github.com/LastAncientOne/Deep-Learning-Machine-Learning-Stock Valuation of Vanilla and Exotic option strategies (Butterfly, Risk Reversal etc.) with widget animations. NEW Derivatives and Hedging Deep Learning 2/27/21 8:50 3/25/21 17:56 2.0 251 3.0 93 1.0 1 5/22/18 18:27 9/29/18 23:38 5/22/18 18:30 3/18/21 3:16 rstreppa/valuation-OptionStrategies LastAncientOne/Deep-Learning-Machine-Learning-Stock active
54 Options trading-rl https://github.com/PHBS/2018.M1.ASP/tree/master/py https://github.com/Kostis-S-Z/trading-rl Black Scholes and Copula. NEW Derivatives and Hedging Deep Learning 3/31/21 16:01 179 38 2 4/22/19 10:03 9/28/20 9:07 PHBS/2018.M1.ASP Kostis-S-Z/trading-rl active
55 Derivatives Python DQN-DDPG_Stock_Trading https://github.com/yhilpisch/dawp/tree/master/python36 https://github.com/AI4Finance-LLC/DQN-DDPG_Stock_Trading Derivative analytics with Python. NEW Derivatives and Hedging Deep Learning 3/23/21 15:35 3/31/21 15:40 387.0 134 297.0 49 1.0 4 7/9/15 12:27 9/19/18 3:17 2/22/21 13:29 11/26/20 16:58 yhilpisch/dawp AI4Finance-LLC/DQN-DDPG_Stock_Trading active
56 Options Risk Measures Stock-Prediction-Models https://github.com/wanglouis49/risk_estimation https://github.com/huseinzol05/Stock-Prediction-Models Efficient financial risk estimation via computer experiment design (regression + variance-reduced sampling). NEW Derivatives and Hedging Deep Learning 10/6/20 20:37 3/31/21 8:38 1.0 3584 2.0 1520 1.0 2 4/29/16 3:51 12/18/17 10:49 1/16/18 1:24 1/5/21 10:31 wanglouis49/risk_estimation huseinzol05/Stock-Prediction-Models active
57 Delta Hedging Deep-Reinforcement-Learning-in-Trading https://github.com/RobinsonGarcia/delta-hedging https://github.com/saeed349/Deep-Reinforcement-Learning-in-Trading Advanced derivatives. NEW Derivatives and Hedging Deep Learning 2/27/21 8:48 3/31/21 10:40 3.0 137 2.0 66 1.0 1 3/2/18 23:53 5/11/18 0:52 7/17/18 23:32 10/26/19 14:22 RobinsonGarcia/delta-hedging saeed349/Deep-Reinforcement-Learning-in-Trading active
58 Reinforcement Learning crypto-rl https://github.com/FinTechies/HedgingRL https://github.com/sadighian/crypto-rl Hedging portfolios with reinforcement learning. NEW Derivatives and Hedging Deep Learning 1/20/21 8:12 3/29/21 21:17 16.0 339 9.0 110 1.0 1 4/21/17 10:58 6/21/18 1:06 8/2/17 21:41 11/5/20 11:08 FinTechies/HedgingRL sadighian/crypto-rl active
59 Computational Derivatives DeepLearningInFinance https://github.com/chenbowen184/Computational_Finance https://github.com/sonaam1234/DeepLearningInFinance Projects focusing on investigating simulations and computational techniques applied in finance. NEW Derivatives and Hedging Deep Learning 1/12/21 12:22 3/8/21 13:09 17.0 266 12.0 145 1.0 1 1/29/18 5:01 8/21/17 16:00 8/2/18 5:56 8/21/17 17:23 chenbowen184/Computational_Finance sonaam1234/DeepLearningInFinance inactive
60 Black Scholes LTSM GRU https://github.com/irajwani/numerical_methods_python/blob/master/black_scholes.ipynb https://github.com/RajatHanda/Finance-Forecasting Options pricing. Stock Market Forecasting using LSTM\GRU. Derivatives and Hedging Deep Learning 10/6/20 20:36 3/29/21 23:59 1.0 11 2.0 6 0.0 1 12/9/17 18:50 5/13/18 2:39 7/9/18 9:48 2/25/19 0:26 irajwani/numerical_methods_python RajatHanda/Finance-Forecasting active
61 Derivative Markets Deep Learning https://github.com/broughtj/Fin6470/tree/master/Notebooks https://github.com/keon/deepstock The economics of futures, futures, options, and swaps. Technical experimentations to beat the stock market using deep learning. Derivatives and Hedging Deep Learning 3/18/21 3:47 3/24/21 14:45 8.0 427 8.0 154 1.0 2 2/9/16 5:30 12/12/16 2:15 3/18/21 3:47 3/4/17 8:37 broughtj/Fin6470 keon/deepstock inactive
62 Options Deep Learning II https://github.com/QuantConnect/Tutorials/tree/master/06%20Introduction%20to%20Options%5B%5D https://github.com/LiamConnell/deep-algotrading/tree/master/notebooks Introduction to options. Tensorflow Regression. Derivatives and Hedging Deep Learning 3/27/21 22:51 3/21/21 6:53 328.0 174 164.0 68 36.0 1 7/28/17 15:48 7/12/16 12:56 3/17/21 17:17 2/16/18 2:43 QuantConnect/Tutorials LiamConnell/deep-algotrading inactive
63 Volatility and Variance Derivatives Deep Learning III https://github.com/yhilpisch/lvvd/tree/master/lvvd https://github.com/Rachnog/Deep-Trading Volatility derivatives analytics. Algorithmic trading with deep learning experiments. Derivatives and Hedging Deep Learning 3/23/21 12:10 3/26/21 6:28 78.0 1262 77.0 675 1.0 1 10/21/16 4:12 6/18/16 18:23 2/22/21 13:32 8/7/18 15:24 yhilpisch/lvvd Rachnog/Deep-Trading inactive
64 Financial Economics Deep Learning IV https://github.com/rsvp/fecon235/tree/master/nb https://github.com/achillesrasquinha/bulbea Financial Economics Models. Bulbea: Deep Learning based Python Library. Extended Research Deep Learning 3/29/21 8:31 3/28/21 15:58 709.0 1448 273.0 416 2.0 1 11/9/14 4:49 3/9/17 6:11 12/3/18 16:30 3/19/17 7:42 rsvp/fecon235 achillesrasquinha/bulbea active
65 Bayesian Finance I AI Trading https://github.com/AlexIoannides/pymc-stochastic-process/blob/master/bayes_stoch_proc_calib.ipynb https://github.com/borisbanushev/stockpredictionai/blob/master/readme2.md Stochastic Process Calibration using Bayesian Inference & Probabilistic Programs. AI to predict stock market movements. Extended Research Deep Learning 11/28/20 3:02 3/29/21 14:35 25.0 2852 6.0 1379 0.0 1 1/4/19 12:30 1/9/19 8:02 2/18/19 9:55 2/11/19 16:32 AlexIoannides/pymc-stochastic-process borisbanushev/stockpredictionai inactive
66 Currency PCA Neural Network https://github.com/shanemulqueen/python-finance-pca/blob/master/FX_spots_w_PCA.ipynb https://github.com/VivekPa/IntroNeuralNetworks Forex spots PCA. Neural networks to predict stock prices. Extended Research Deep Learning 10/26/20 0:55 3/30/21 18:13 3.0 488 1.0 177 1.0 2 3/12/19 21:11 9/10/18 6:34 3/12/19 22:09 11/21/18 7:39 shanemulqueen/python-finance-pca VivekPa/IntroNeuralNetworks inactive
67 Backtests ARIMA-LTSM Hybrid https://github.com/AlgoTraders/stock-analysis-engine https://github.com/imhgchoi/Corr_Prediction_ARIMA_LSTM_Hybrid Trading data and algorithms. Hybrid model to predict future price correlation coefficients of two assets. Extended Research Deep Learning 3/30/21 2:32 3/16/21 4:35 613.0 218 162.0 83 3.0 1 9/16/18 20:00 8/5/18 2:13 9/5/20 13:01 10/1/18 11:25 AlgoTraders/stock-analysis-engine imhgchoi/Corr_Prediction_ARIMA_LSTM_Hybrid active
68 High Frequency LTSM Recurrent https://github.com/cswaney/prickle https://github.com/VivekPa/AIAlpha A Python toolkit for high-frequency trade research. OHLC Average Prediction of Apple Inc. Using LSTM Recurrent Neural Network. Extended Research Deep Learning 3/22/21 2:19 3/30/21 3:12 24.0 1198 17.0 370 2.0 2 7/6/16 20:32 10/7/18 3:58 6/9/18 10:53 8/3/19 9:00 cswaney/prickle VivekPa/AIAlpha
69 Critical Transitions Computational Derivatives https://github.com/ryanholbrook/critical-transitions https://github.com/chenbowen184/Computational_Finance Detecting critical transitions in financial networks with topological data analysis. Projects focusing on investigating simulations and computational techniques applied in finance. Extended Research Derivatives and Hedging 1/30/21 11:50 1/12/21 12:22 10.0 17 3.0 12 1.0 1 1/22/19 10:59 1/29/18 5:01 3/12/19 18:35 8/2/18 5:56 ryanholbrook/critical-transitions chenbowen184/Computational_Finance
70 Liquidity and Momentum Delta Hedging https://github.com/mrefermat/quant_finance https://github.com/RobinsonGarcia/delta-hedging Various factors and portfolio constructions. Advanced derivatives. Extended Research Derivatives and Hedging 3/30/21 0:09 2/27/21 8:48 31.0 3 15.0 2 1.0 1 8/11/18 22:59 3/2/18 23:53 11/12/19 4:49 7/17/18 23:32 mrefermat/quant_finance RobinsonGarcia/delta-hedging
71 Applied Corporate Finance Options Risk Measures https://github.com/chenbowen184/Data_Science_in_Applied_Corporate_Finance https://github.com/wanglouis49/risk_estimation Studies the empirical behaviours in stock market. Efficient financial risk estimation via computer experiment design (regression + variance-reduced sampling). Extended Research Derivatives and Hedging 2/19/21 13:40 10/6/20 20:37 8.0 1 9.0 2 1.0 1 1/29/18 5:14 4/29/16 3:51 7/19/18 6:25 1/16/18 1:24 chenbowen184/Data_Science_in_Applied_Corporate_Finance wanglouis49/risk_estimation
72 M&A Derivatives Python https://github.com/atulram/Finance-and-Stocks https://github.com/yhilpisch/dawp/tree/master/python36 Mergers and Acquisitions. Derivative analytics with Python. Extended Research Derivatives and Hedging 12/21/20 14:42 3/23/21 15:35 3.0 387 3.0 297 1.0 1 1/19/19 18:16 7/9/15 12:27 2/18/19 16:57 2/22/21 13:29 atulram/Finance-and-Stocks yhilpisch/dawp
73 Life-cycle Options https://github.com/atulram/Finance-and-Stocks/blob/master/CompanyLifeCycle.ipynb https://github.com/PHBS/2018.M1.ASP/tree/master/py Company life cycle. Black Scholes and Copula. Extended Research Derivatives and Hedging 12/21/20 14:42 3.0 3.0 1.0 1/19/19 18:16 2/18/19 16:57 atulram/Finance-and-Stocks PHBS/2018.M1.ASP
74 Computational Finance Option Strategies https://github.com/lnsongxf/Applied_Computational_Economics_and_Finance https://github.com/rstreppa/valuation-OptionStrategies Applied Computational Economics and Finance. Valuation of Vanilla and Exotic option strategies (Butterfly, Risk Reversal etc.) with widget animations. Extended Research Derivatives and Hedging 3/7/21 17:47 2/27/21 8:50 12.0 2 13.0 3 1.0 1 8/27/17 3:46 5/22/18 18:27 8/26/17 4:26 5/22/18 18:30 lnsongxf/Applied_Computational_Economics_and_Finance rstreppa/valuation-OptionStrategies
75 Bayesian Finance Black Scholes https://github.com/marketneutral/alphatools/blob/master/notebooks/pymc3-minimal.ipynb https://github.com/irajwani/numerical_methods_python/blob/master/black_scholes.ipynb Notebook PyMC3 implementation. Options pricing. Extended Research Derivatives and Hedging 3/25/21 18:38 10/6/20 20:36 229.0 1 53.0 2 1.0 0 8/28/18 14:45 12/9/17 18:50 8/6/20 22:03 7/9/18 9:48 marketneutral/alphatools irajwani/numerical_methods_python
76 Corporate Finance Hull White https://github.com/SeanMcOwen/FinanceAndPython.com-CorporateFinance https://github.com/rstreppa/valuation-callables-HullWhite/blob/master/CallableBond_HullWhite.ipynb Basic corporate finance. Callable Bond, Hull White. Extended Research Derivatives and Hedging 1/16/21 19:01 10/6/20 20:37 9.0 4 4.0 6 1.0 1 9/9/17 3:35 6/6/18 22:06 9/9/17 23:04 6/6/18 22:27 SeanMcOwen/FinanceAndPython.com-CorporateFinance rstreppa/valuation-callables-HullWhite
77 Behavioural Economics Reinforcement Learning https://github.com/pcmichaud/notebooks https://github.com/FinTechies/HedgingRL Behavioural Economics and Finance Python Notebooks. Hedging portfolios with reinforcement learning. Extended Research Derivatives and Hedging 2/3/21 7:22 1/20/21 8:12 9.0 16 4.0 9 1.0 1 12/20/18 0:21 4/21/17 10:58 3/26/19 11:51 8/2/17 21:41 pcmichaud/notebooks FinTechies/HedgingRL
78 Economic Foundations Volatility and Variance Derivatives https://github.com/SeanMcOwen/FinanceAndPython.com-EconomicFoundations https://github.com/yhilpisch/lvvd/tree/master/lvvd Basic economic models. Volatility derivatives analytics. Extended Research Derivatives and Hedging 10/6/20 21:01 3/23/21 12:10 2.0 78 3.0 77 1.0 1 5/25/17 2:27 10/21/16 4:12 6/30/17 3:53 2/22/21 13:32 SeanMcOwen/FinanceAndPython.com-EconomicFoundations yhilpisch/lvvd
79 Finance Graph Theory Options https://github.com/AvijitGhosh82/Finance_Graph_Theory https://github.com/QuantConnect/Tutorials/tree/master/06%20Introduction%20to%20Options%5B%5D Modelling Contentedness of Firms in Financial Markets with Heterogeneous Agents. Introduction to options. Extended Research Derivatives and Hedging 3/28/21 2:22 3/27/21 22:51 17.0 328 7.0 164 3.0 36 8/2/18 2:48 7/28/17 15:48 3/16/19 18:39 3/17/21 17:17 AvijitGhosh82/Finance_Graph_Theory QuantConnect/Tutorials
80 Commodity Derivative Markets https://github.com/felipessalvatore/fin2vec/blob/master/src/Commodity2BR.ipynb https://github.com/broughtj/Fin6470/tree/master/Notebooks Commodity influence over Brazilian stocks. The economics of futures, futures, options, and swaps. Extended Research Derivatives and Hedging 3/18/21 3:47 8 8 1 2/9/16 5:30 3/18/21 3:47 felipessalvatore/fin2vec broughtj/Fin6470
81 Market Crash Prediction Derman https://github.com/sarachmax/MarketCrashes_Prediction/blob/master/LPPL_Comparasion.ipynb https://github.com/rstreppa/valuation-convertibles-Goldman1994/blob/master/ConvertibleBond_Goldman1994_Derman.ipynb Predicting market crashes using an LPPL model. Binomial tree for American call. Extended Research Derivatives and Hedging 10/6/20 21:01 10/6/20 20:37 1.0 1 3.0 3 1.0 1 1/24/19 13:37 5/18/18 18:08 2/13/19 16:48 9/21/18 19:59 sarachmax/MarketCrashes_Prediction rstreppa/valuation-convertibles-Goldman1994
82 Simulation Real Estate Property Fraud https://github.com/chenbowen184/Computational_Finance https://github.com/aviroop1/Real_Estate_Property_Fraud Investigating simulations as part of computational finance. Unsupervised fraud detection model that can identify likely candidates of fraud. Extended Research 1/12/21 12:22 17.0 12.0 1.0 1/29/18 5:01 8/2/18 5:56 chenbowen184/Computational_Finance aviroop1/Real_Estate_Property_Fraud
83 NLP Finance Papers HFT https://github.com/chenbowen184/Research_Documents_Curation_with_NLP https://github.com/rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy Curating quantitative finance papers using machine learning. High frequency trading. Extended Research 2/27/21 6:33 3/29/21 17:04 8.0 742 9.0 331 1.0 1 10/11/18 20:32 7/21/16 5:14 12/24/18 23:27 2/14/17 16:47 chenbowen184/Research_Documents_Curation_with_NLP rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy
84 Mathematical Finance Deep Portfolio https://github.com/Auquan/Tutorials https://github.com/DLColumbia/DL_forFinance Notebooks for math and financial tutorials. Deep learning for finance Predict volume of bonds. Extended Research 3/29/21 10:26 1/12/21 11:48 661.0 27 426.0 20 9.0 2 1/21/17 11:24 5/8/18 19:34 8/1/20 17:03 5/9/18 15:39 Auquan/Tutorials DLColumbia/DL_forFinance
85 Deep Portfolio NLP Finance Papers https://github.com/DLColumbia/DL_forFinance https://github.com/chenbowen184/Research_Documents_Curation_with_NLP Deep learning for finance Predict volume of bonds. Curating quantitative finance papers using machine learning. Extended Research 1/12/21 11:48 2/27/21 6:33 27.0 8 20.0 9 2.0 1 5/8/18 19:34 10/11/18 20:32 5/9/18 15:39 12/24/18 23:27 DLColumbia/DL_forFinance chenbowen184/Research_Documents_Curation_with_NLP
86 HFT Simulation https://github.com/rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy https://github.com/chenbowen184/Computational_Finance High frequency trading. Investigating simulations as part of computational finance. Extended Research 3/29/21 17:04 1/12/21 12:22 742.0 17 331.0 12 1.0 1 7/21/16 5:14 1/29/18 5:01 2/14/17 16:47 8/2/18 5:56 rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy chenbowen184/Computational_Finance
87 Real Estate Property Fraud Commodity https://github.com/aviroop1/Real_Estate_Property_Fraud https://github.com/felipessalvatore/fin2vec/blob/master/src/Commodity2BR.ipynb Unsupervised fraud detection model that can identify likely candidates of fraud. Commodity influence over Brazilian stocks. Extended Research aviroop1/Real_Estate_Property_Fraud felipessalvatore/fin2vec
88 Performance Analysis Bayesian Finance I https://github.com/quantopian/alphalens https://github.com/AlexIoannides/pymc-stochastic-process/blob/master/bayes_stoch_proc_calib.ipynb Performance analysis of predictive (alpha) stock factors. Stochastic Process Calibration using Bayesian Inference & Probabilistic Programs. Factor and Risk Analysis Extended Research 3/30/21 6:28 11/28/20 3:02 1835.0 25 691.0 6 17.0 0 6/3/16 21:49 1/4/19 12:30 4/27/20 18:40 2/18/19 9:55 quantopian/alphalens AlexIoannides/pymc-stochastic-process
89 Python for Finance Currency PCA https://github.com/yhilpisch/py4fi/tree/master/jupyter36 https://github.com/shanemulqueen/python-finance-pca/blob/master/FX_spots_w_PCA.ipynb Various financial notebooks. Forex spots PCA. Factor and Risk Analysis Extended Research 3/27/21 13:15 10/26/20 0:55 1294.0 3 791.0 1 1.0 1 12/15/14 11:23 3/12/19 21:11 7/10/18 6:38 3/12/19 22:09 yhilpisch/py4fi shanemulqueen/python-finance-pca
90 VaR Backtests https://github.com/willb/var-notebook/blob/master/var-notebook/var-pdfs.ipynb https://github.com/AlgoTraders/stock-analysis-engine Value-at-risk calculations. Trading data and algorithms. Factor and Risk Analysis Extended Research 10/6/20 20:29 3/30/21 2:32 9.0 613 9.0 162 1.0 3 11/15/16 19:24 9/16/18 20:00 1/14/17 21:19 9/5/20 13:01 willb/var-notebook AlgoTraders/stock-analysis-engine
91 VaR GaN High Frequency https://github.com/hamaadshah/market_risk_gan_keras https://github.com/cswaney/prickle Estimate Value-at-Risk for market risk management using Keras and TensorFlow. A Python toolkit for high-frequency trade research. Factor and Risk Analysis Extended Research 3/20/21 21:53 3/22/21 2:19 41.0 24 28.0 17 1.0 2 8/6/18 16:09 7/6/16 20:32 11/22/20 19:02 6/9/18 10:53 hamaadshah/market_risk_gan_keras cswaney/prickle
92 Pyfolio Critical Transitions https://github.com/quantopian/pyfolio https://github.com/ryanholbrook/critical-transitions Portfolio and risk analytics in Python. Detecting critical transitions in financial networks with topological data analysis. Factor and Risk Analysis Extended Research 3/30/21 15:14 1/30/21 11:50 3633.0 10 1143.0 3 42.0 1 6/1/15 15:31 1/22/19 10:59 2/28/20 17:30 3/12/19 18:35 quantopian/pyfolio ryanholbrook/critical-transitions
93 Risk Basic Liquidity and Momentum https://github.com/RJT1990/Active-Portfolio-Management-Notes/blob/master/Chapter%203%2C%20Risk.ipynb https://github.com/mrefermat/quant_finance Active portfolio risk management . Various factors and portfolio constructions. Factor and Risk Analysis Extended Research 3/1/21 13:53 3/30/21 0:09 31.0 31 18.0 15 1.0 1 5/10/16 11:03 8/11/18 22:59 5/17/16 3:44 11/12/19 4:49 RJT1990/Active-Portfolio-Management-Notes mrefermat/quant_finance
94 Quant Finance Applied Corporate Finance https://github.com/mrefermat/quant_finance https://github.com/chenbowen184/Data_Science_in_Applied_Corporate_Finance General quant repository. Studies the empirical behaviours in stock market. Factor and Risk Analysis Extended Research 3/30/21 0:09 2/19/21 13:40 31.0 8 15.0 9 1.0 1 8/11/18 22:59 1/29/18 5:14 11/12/19 4:49 7/19/18 6:25 mrefermat/quant_finance chenbowen184/Data_Science_in_Applied_Corporate_Finance
95 Various Risk Measures M&A https://github.com/Jorgencr/Alternative-and-Responsible-Investments/blob/master/Final_masterfile.ipynb https://github.com/atulram/Finance-and-Stocks Risk measures and factors for alternative and responsible investments. Mergers and Acquisitions. Factor and Risk Analysis Extended Research 11/4/20 7:04 12/21/20 14:42 4.0 3 5.0 3 1.0 1 8/7/17 14:44 1/19/19 18:16 8/8/17 22:52 2/18/19 16:57 Jorgencr/Alternative-and-Responsible-Investments atulram/Finance-and-Stocks
96 CAPM Life-cycle https://github.com/RJT1990/Active-Portfolio-Management-Notes/blob/master/Chapter%202%2C%20CAPM.ipynb https://github.com/atulram/Finance-and-Stocks/blob/master/CompanyLifeCycle.ipynb Expected returns using CAPM. Company life cycle. Factor and Risk Analysis Extended Research 3/1/21 13:53 12/21/20 14:42 31.0 3 18.0 3 1.0 1 5/10/16 11:03 1/19/19 18:16 5/17/16 3:44 2/18/19 16:57 RJT1990/Active-Portfolio-Management-Notes atulram/Finance-and-Stocks
97 Risk and Return Computational Finance https://github.com/PyDataBlog/Python-for-Data-Science/tree/master/Tutorials https://github.com/lnsongxf/Applied_Computational_Economics_and_Finance Riskiness of portfolios and assets. Applied Computational Economics and Finance. Factor and Risk Analysis Extended Research 3/19/21 22:01 3/7/21 17:47 139.0 12 61.0 13 2.0 1 9/12/17 13:35 8/27/17 3:46 8/6/20 12:35 8/26/17 4:26 PyDataBlog/Python-for-Data-Science lnsongxf/Applied_Computational_Economics_and_Finance
98 Factor Analysis Bayesian Finance https://github.com/garvit-kudesia91/factor_analysis/blob/master/Factor%20Analysis%20of%20Mutual%20Funds.ipynb https://github.com/marketneutral/alphatools/blob/master/notebooks/pymc3-minimal.ipynb Factor analysis for mutual funds. Notebook PyMC3 implementation. Factor and Risk Analysis Extended Research 12/21/20 14:26 3/25/21 18:38 3.0 229 4.0 53 1.0 1 3/13/18 7:39 8/28/18 14:45 3/13/18 7:42 8/6/20 22:03 garvit-kudesia91/factor_analysis marketneutral/alphatools
99 Factor Analysis Corporate Finance https://github.com/alpha-miner/alpha-mind/tree/master/notebooks https://github.com/SeanMcOwen/FinanceAndPython.com-CorporateFinance Factor strategy notebooks. Basic corporate finance. Factor and Risk Analysis Extended Research 3/12/21 22:42 1/16/21 19:01 171.0 9 59.0 4 3.0 1 5/1/17 7:36 9/9/17 3:35 2/9/21 9:36 9/9/17 23:04 alpha-miner/alpha-mind SeanMcOwen/FinanceAndPython.com-CorporateFinance
100 Statistical Finance Mathematical Finance https://github.com/mrefermat/FinancePhD/tree/master/FinancialExperiments https://github.com/Auquan/Tutorials Various financial experiments. Notebooks for math and financial tutorials. Factor and Risk Analysis Extended Research 3/30/21 0:09 3/29/21 10:26 21.0 661 16.0 426 1.0 9 10/4/15 9:10 1/21/17 11:24 3/28/20 18:33 8/1/20 17:03 mrefermat/FinancePhD Auquan/Tutorials
101 Convex Optimisation Behavioural Economics https://github.com/ssanderson/convex-optimization-for-finance/blob/master/notebooks/Main.ipynb https://github.com/pcmichaud/notebooks Convex Optimization for Finance. Behavioural Economics and Finance Python Notebooks. Factor and Risk Analysis Extended Research 11/4/20 7:19 2/3/21 7:22 17.0 9 9.0 4 1.0 1 6/26/18 20:36 12/20/18 0:21 10/22/19 21:56 3/26/19 11:51 ssanderson/convex-optimization-for-finance pcmichaud/notebooks
102 Vasicek Financial Economics https://github.com/RobinsonGarcia/fixed-income/blob/master/2.0%20Vasicek%20-%20example.ipynb https://github.com/rsvp/fecon235/tree/master/nb Bootstrapping and interpolation. Financial Economics Models. Fixed Income Extended Research 12/10/20 21:20 3/29/21 8:31 3.0 709 3.0 273 1.0 2 7/18/18 19:26 11/9/14 4:49 7/18/18 19:34 12/3/18 16:30 RobinsonGarcia/fixed-income rsvp/fecon235
103 Binomial Tree Economic Foundations https://github.com/hy-lei/math-finance-exercise https://github.com/SeanMcOwen/FinanceAndPython.com-EconomicFoundations Utility functions in fixed income securities. Basic economic models. Fixed Income Extended Research 10/6/20 20:55 10/6/20 21:01 1.0 2 2.0 3 1.0 1 2/2/19 8:44 5/25/17 2:27 5/3/19 17:16 6/30/17 3:53 hy-lei/math-finance-exercise SeanMcOwen/FinanceAndPython.com-EconomicFoundations
104 Corporate Bonds Finance Graph Theory https://github.com/ishank011/gs-quantify-bond-prediction https://github.com/AvijitGhosh82/Finance_Graph_Theory Predicting the buying and selling volume of the corporate bonds. Modelling Contentedness of Firms in Financial Markets with Heterogeneous Agents. Fixed Income Extended Research 1/3/21 21:46 3/28/21 2:22 7.0 17 5.0 7 1.0 3 9/27/17 19:57 8/2/18 2:48 9/27/17 20:00 3/16/19 18:39 ishank011/gs-quantify-bond-prediction AvijitGhosh82/Finance_Graph_Theory
105 Trend Following Market Crash Prediction http://inseaddataanalytics.github.io/INSEADAnalytics/ExerciseSet2.html https://github.com/sarachmax/MarketCrashes_Prediction/blob/master/LPPL_Comparasion.ipynb A futures trend following portfolio investment strategy. Predicting market crashes using an LPPL model. Other Models Extended Research 10/6/20 21:01 1 3 1 1/24/19 13:37 2/13/19 16:48 sarachmax/MarketCrashes_Prediction
106 Fundamental LT Forecasts Risk and Return https://github.com/Hvass-Labs/FinanceOps https://github.com/PyDataBlog/Python-for-Data-Science/tree/master/Tutorials Research in investment finance for long term forecasts. Riskiness of portfolios and assets. Other Models Factor and Risk Analysis 3/21/21 19:26 3/19/21 22:01 379.0 139 126.0 61 1.0 2 7/22/18 8:14 9/12/17 13:35 2/17/21 14:39 8/6/20 12:35 Hvass-Labs/FinanceOps PyDataBlog/Python-for-Data-Science
107 Short-Term Movement Cues Risk Basic https://github.com/anfederico/Clairvoyant https://github.com/RJT1990/Active-Portfolio-Management-Notes/blob/master/Chapter%203%2C%20Risk.ipynb Identify social/historical cues for short term stock movement. Active portfolio risk management . Other Models Factor and Risk Analysis 3/28/21 16:31 3/1/21 13:53 2157.0 31 678.0 18 1.0 1 9/12/16 18:38 5/10/16 11:03 8/29/18 20:27 5/17/16 3:44 anfederico/Clairvoyant RJT1990/Active-Portfolio-Management-Notes
108 Mixture Models II Quant Finance https://github.com/BlackArbsCEO/mixture_model_trading_public https://github.com/mrefermat/quant_finance Mixture models and stock trading. General quant repository. Other Models Factor and Risk Analysis 3/12/21 13:21 3/30/21 0:09 166.0 31 73.0 15 1.0 1 12/11/17 17:05 8/11/18 22:59 5/13/20 23:50 11/12/19 4:49 BlackArbsCEO/mixture_model_trading_public mrefermat/quant_finance
109 Mixture Models I Various Risk Measures https://github.com/BlackArbsCEO/Mixture_Models https://github.com/Jorgencr/Alternative-and-Responsible-Investments/blob/master/Final_masterfile.ipynb Mixture models to predict market bottoms. Risk measures and factors for alternative and responsible investments. Other Models Factor and Risk Analysis 3/2/21 19:44 11/4/20 7:04 31.0 4 31.0 5 1.0 1 3/20/17 18:54 8/7/17 14:44 4/25/17 23:35 8/8/17 22:52 BlackArbsCEO/Mixture_Models Jorgencr/Alternative-and-Responsible-Investments
110 Scikit-learn Stock Prediction CAPM https://github.com/robertmartin8/MachineLearningStocks https://github.com/RJT1990/Active-Portfolio-Management-Notes/blob/master/Chapter%202%2C%20CAPM.ipynb Using python and scikit-learn to make stock predictions. Expected returns using CAPM. Other Models Factor and Risk Analysis 3/30/21 18:11 3/1/21 13:53 919.0 31 344.0 18 2.0 1 2/12/17 4:50 5/10/16 11:03 2/4/21 3:48 5/17/16 3:44 robertmartin8/MachineLearningStocks RJT1990/Active-Portfolio-Management-Notes
111 Machine Learning in Asset Management—Part 1: Portfolio Construction—Trading Strategies Factor Analysis https://jfds.pm-research.com/content/2/1/10 https://github.com/garvit-kudesia91/factor_analysis/blob/master/Factor%20Analysis%20of%20Mutual%20Funds.ipynb Factor analysis for mutual funds. Personal Papers Factor and Risk Analysis 12/21/20 14:26 3 4 1 3/13/18 7:39 3/13/18 7:42 garvit-kudesia91/factor_analysis
112 Machine Learning in Asset Management Factor Analysis https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3420952 https://github.com/alpha-miner/alpha-mind/tree/master/notebooks Factor strategy notebooks. Personal Papers Factor and Risk Analysis 3/12/21 22:42 171 59 3 5/1/17 7:36 2/9/21 9:36 alpha-miner/alpha-mind
113 Machine Learning in Asset Management—Part 2: Portfolio Construction—Weight Optimization Statistical Finance https://jfds.pm-research.com/content/2/2/17 https://github.com/mrefermat/FinancePhD/tree/master/FinancialExperiments Various financial experiments. Personal Papers Factor and Risk Analysis 3/30/21 0:09 21 16 1 10/4/15 9:10 3/28/20 18:33 mrefermat/FinancePhD
114 Financial Event Prediction using Machine Learning Convex Optimisation https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3481555 https://github.com/ssanderson/convex-optimization-for-finance/blob/master/notebooks/Main.ipynb Convex Optimization for Finance. Personal Papers Factor and Risk Analysis 11/4/20 7:19 17 9 1 6/26/18 20:36 10/22/19 21:56 ssanderson/convex-optimization-for-finance
115 Distribution Characteristic Optimisation VaR https://github.com/VivekPa/OptimalPortfolio https://github.com/willb/var-notebook/blob/master/var-notebook/var-pdfs.ipynb Extends classical portfolio optimisation to take the skewness and kurtosis of the distribution of market invariants into account. Value-at-risk calculations. Portfolio Selection and Optimisation Factor and Risk Analysis 3/18/21 22:35 10/6/20 20:29 229.0 9 82.0 9 3.0 1 11/16/18 12:20 11/15/16 19:24 7/4/19 1:41 1/14/17 21:19 VivekPa/OptimalPortfolio willb/var-notebook
116 Reinforcement Learning Python for Finance https://github.com/filangel/qtrader https://github.com/yhilpisch/py4fi/tree/master/jupyter36 Reinforcement Learning for Portfolio Management. Various financial notebooks. Portfolio Selection and Optimisation Factor and Risk Analysis 3/29/21 3:47 3/27/21 13:15 364.0 1294 150.0 791 1.0 1 10/7/17 9:14 12/15/14 11:23 6/26/18 9:22 7/10/18 6:38 filangel/qtrader yhilpisch/py4fi
117 Efficient Frontier Performance Analysis https://github.com/tthustla/efficient_frontier/blob/master/Efficient%20_Frontier_implementation.ipynb https://github.com/quantopian/alphalens Modern Portfolio Theory. Performance analysis of predictive (alpha) stock factors. Portfolio Selection and Optimisation Factor and Risk Analysis 3/30/21 0:01 3/30/21 6:28 104.0 1835 57.0 691 1.0 17 2/17/18 8:19 6/3/16 21:49 2/27/18 13:16 4/27/20 18:40 tthustla/efficient_frontier quantopian/alphalens
118 Deep Portfolio Theory Pyfolio https://github.com/tcloaa/Deep-Portfolio-Theory https://github.com/quantopian/pyfolio Autoencoder framework for portfolio selection. Portfolio and risk analytics in Python. Portfolio Selection and Optimisation Factor and Risk Analysis 1/30/21 13:50 3/30/21 15:14 104.0 3633 58.0 1143 1.0 42 2/10/17 9:03 6/1/15 15:31 3/8/18 16:47 2/28/20 17:30 tcloaa/Deep-Portfolio-Theory quantopian/pyfolio
119 Policy Gradient Portfolio VaR GaN https://github.com/ZhengyaoJiang/PGPortfolio https://github.com/hamaadshah/market_risk_gan_keras A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem. Estimate Value-at-Risk for market risk management using Keras and TensorFlow. Portfolio Selection and Optimisation Factor and Risk Analysis 3/30/21 14:21 3/20/21 21:53 1274.0 41 629.0 28 6.0 1 11/12/17 16:08 8/6/18 16:09 5/9/19 9:50 11/22/20 19:02 ZhengyaoJiang/PGPortfolio hamaadshah/market_risk_gan_keras
120 401K Portfolio Optimisation Vasicek https://github.com/otosman/Python-for-Finance/blob/master/Portfolio%20Optimization%20401k.ipynb https://github.com/RobinsonGarcia/fixed-income/blob/master/2.0%20Vasicek%20-%20example.ipynb Portfolio analyses and optimisation for 401K. Bootstrapping and interpolation. Portfolio Selection and Optimisation Fixed Income 12/25/20 9:39 12/10/20 21:20 14.0 3 5.0 3 1.0 1 8/1/18 19:48 7/18/18 19:26 9/5/19 11:18 7/18/18 19:34 otosman/Python-for-Finance RobinsonGarcia/fixed-income
121 Online Portfolio Selection Corporate Bonds https://nbviewer.jupyter.org/github/paulperry/quant/blob/master/OLPS_Comparison.ipynb https://github.com/ishank011/gs-quantify-bond-prediction ****Comparing OLPS algorithms on a diversified set of ETFs. Predicting the buying and selling volume of the corporate bonds. Portfolio Selection and Optimisation Fixed Income 1/3/21 21:46 7 5 1 9/27/17 19:57 9/27/17 20:00 ishank011/gs-quantify-bond-prediction
122 OLMAR Algorithm Binomial Tree https://github.com/charlessutton/OLMAR/blob/master/Part3.ipynb https://github.com/hy-lei/math-finance-exercise Relative importance of each component of the OLMAR algorithm. Utility functions in fixed income securities. Portfolio Selection and Optimisation Fixed Income 12/16/20 17:28 10/6/20 20:55 6.0 1 3.0 2 1.0 1 7/26/16 16:20 2/2/19 8:44 12/30/16 11:40 5/3/19 17:16 charlessutton/OLMAR hy-lei/math-finance-exercise
123 Modern Portfolio Theory Trend Following https://nbviewer.jupyter.org/github/Marigold/universal-portfolios/blob/master/modern-portfolio-theory.ipynb http://inseaddataanalytics.github.io/INSEADAnalytics/ExerciseSet2.html Universal portfolios; modern portfolio theory. A futures trend following portfolio investment strategy. Portfolio Selection and Optimisation Other Models
124 DeepDow Mixture Models I https://github.com/jankrepl/deepdow https://github.com/BlackArbsCEO/Mixture_Models Portfolio optimization with deep learning. Mixture models to predict market bottoms. Portfolio Selection and Optimisation Other Models 3/30/21 13:34 3/2/21 19:44 303.0 31 57.0 31 2.0 1 2/2/20 8:46 3/20/17 18:54 2/16/21 18:50 4/25/17 23:35 jankrepl/deepdow BlackArbsCEO/Mixture_Models
125 PyPortfolioOpt Mixture Models II https://github.com/robertmartin8/PyPortfolioOpt https://github.com/BlackArbsCEO/mixture_model_trading_public Financial portfolio optimisation, including classical efficient frontier and advanced methods. Mixture models and stock trading. Portfolio Selection and Optimisation Other Models 3/30/21 3:37 3/12/21 13:21 1865.0 166 476.0 73 16.0 1 5/29/18 13:30 12/11/17 17:05 2/25/21 13:01 5/13/20 23:50 robertmartin8/PyPortfolioOpt BlackArbsCEO/mixture_model_trading_public
126 Pair Trading RL Fundamental LT Forecasts https://github.com/shenyichen105/Deep-Reinforcement-Learning-in-Stock-Trading https://github.com/Hvass-Labs/FinanceOps Using deep actor-critic model to learn best strategies in pair trading. Research in investment finance for long term forecasts. Reinforcement Learning Other Models 3/27/21 2:19 3/21/21 19:26 241.0 379 114.0 126 1.0 1 5/18/17 16:47 7/22/18 8:14 5/18/17 16:56 2/17/21 14:39 shenyichen105/Deep-Reinforcement-Learning-in-Stock-Trading Hvass-Labs/FinanceOps
127 RL II Scikit-learn Stock Prediction https://github.com/deependersingla/deep_trader https://github.com/robertmartin8/MachineLearningStocks reinforcement learning on stock market and agent tries to learn trading. Using python and scikit-learn to make stock predictions. Reinforcement Learning Other Models 3/29/21 11:10 3/30/21 18:11 1340.0 919 490.0 344 3.0 2 6/11/16 7:27 2/12/17 4:50 1/22/18 14:35 2/4/21 3:48 deependersingla/deep_trader robertmartin8/MachineLearningStocks
128 RL Short-Term Movement Cues https://github.com/kh-kim/stock_market_reinforcement_learning https://github.com/anfederico/Clairvoyant OpenGym with Deep Q-learning and Policy Gradient. Identify social/historical cues for short term stock movement. Reinforcement Learning Other Models 3/28/21 22:14 3/28/21 16:31 712.0 2157 299.0 678 1.0 1 10/4/16 14:42 9/12/16 18:38 12/23/16 7:34 8/29/18 20:27 kh-kim/stock_market_reinforcement_learning anfederico/Clairvoyant
129 RL Trading Machine Learning in Asset Management https://colab.research.google.com/drive/1FzLCI0AO3c7A4bp9Fi01UwXeoc7BN8sW https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3420952 A collection of 25+ Reinforcement Learning Trading Strategies -Google Colab. Reinforcement Learning Personal Papers
130 RL III Machine Learning in Asset Management—Part 1: Portfolio Construction—Trading Strategies https://github.com/samre12/deep-trading-agent https://jfds.pm-research.com/content/2/1/10 Github -Deep Reinforcement Learning based Trading Agent for Bitcoin. Reinforcement Learning Personal Papers 3/29/21 1:02 575.0 204.0 1.0 9/21/17 17:05 4/13/18 16:33 samre12/deep-trading-agent
131 RL IV Machine Learning in Asset Management—Part 2: Portfolio Construction—Weight Optimization https://github.com/jjakimoto/DQN https://jfds.pm-research.com/content/2/2/17 Reinforcement Learning for finance. Reinforcement Learning Personal Papers 3/25/21 19:14 140.0 55.0 1.0 10/21/16 2:47 4/7/17 8:11 jjakimoto/DQN
132 RL V Financial Event Prediction using Machine Learning https://github.com/gstenger98/rl-finance https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3481555 Building an Agent to Trade with Reinforcement Learning. Reinforcement Learning Personal Papers 1/3/21 4:36 32.0 7.0 5.0 1/16/19 0:43 3/19/20 20:28 gstenger98/rl-finance
133 Financial Sentiment Analysis PyPortfolioOpt https://github.com/EricHe98/Financial-Statements-Text-Analysis https://github.com/robertmartin8/PyPortfolioOpt Sentiment, distance and proportion analysis for trading signals. Financial portfolio optimisation, including classical efficient frontier and advanced methods. Textual Portfolio Selection and Optimisation 1/21/21 8:07 3/30/21 3:37 47.0 1865 27.0 476 1.0 16 6/23/17 0:05 5/29/18 13:30 1/26/19 3:35 2/25/21 13:01 EricHe98/Financial-Statements-Text-Analysis robertmartin8/PyPortfolioOpt
134 NLP Event DeepDow https://github.com/yuriak/DLQuant https://github.com/jankrepl/deepdow Applying Deep Learning and NLP in Quantitative Trading. Portfolio optimization with deep learning. Textual Portfolio Selection and Optimisation 3/24/21 2:52 3/30/21 13:34 68.0 303 31.0 57 1.0 2 7/2/18 23:50 2/2/20 8:46 1/31/19 14:08 2/16/21 18:50 yuriak/DLQuant jankrepl/deepdow
135 NLP Modern Portfolio Theory https://github.com/toamitesh/NLPinFinance https://nbviewer.jupyter.org/github/Marigold/universal-portfolios/blob/master/modern-portfolio-theory.ipynb This project assembles a lot of NLP operations needed for finance domain. Universal portfolios; modern portfolio theory. Textual Portfolio Selection and Optimisation toamitesh/NLPinFinance
136 Earning call transcripts OLMAR Algorithm https://github.com/lin882/WebAnalyticsProject https://github.com/charlessutton/OLMAR/blob/master/Part3.ipynb Correlation between mutual fund investment decision and earning call transcripts. Relative importance of each component of the OLMAR algorithm. Textual Portfolio Selection and Optimisation 12/17/20 8:24 12/16/20 17:28 3.0 6 3.0 3 1.0 1 12/30/17 8:56 7/26/16 16:20 1/11/18 2:11 12/30/16 11:40 lin882/WebAnalyticsProject charlessutton/OLMAR
137 Buzzwords Online Portfolio Selection https://github.com/swap9047/Cutting-Edge-Technologies-Effect-on-S-P500-Companies-Performance-and-Mutual-Funds https://nbviewer.jupyter.org/github/paulperry/quant/blob/master/OLPS_Comparison.ipynb Return performance and mutual fund selection. ****Comparing OLPS algorithms on a diversified set of ETFs. Textual Portfolio Selection and Optimisation 10/6/20 18:54 1.0 4.0 1.0 2/4/18 21:51 2/4/18 21:57 swap9047/Cutting-Edge-Technologies-Effect-on-S-P500-Companies-Performance-and-Mutual-Funds
138 Fund classification 401K Portfolio Optimisation https://github.com/frechfrechfrech/Mutual-Fund-Market-Clusters/blob/master/Initial%20Data%20Exploration.ipynb https://github.com/otosman/Python-for-Finance/blob/master/Portfolio%20Optimization%20401k.ipynb Fund classification using text mining and NLP. Portfolio analyses and optimisation for 401K. Textual Portfolio Selection and Optimisation 10/6/20 18:46 12/25/20 9:39 3.0 14 2.0 5 1.0 1 4/16/18 22:18 8/1/18 19:48 6/7/18 22:01 9/5/19 11:18 frechfrechfrech/Mutual-Fund-Market-Clusters otosman/Python-for-Finance
139 Accounting Anomalies Policy Gradient Portfolio https://github.com/GitiHubi/deepAI/blob/master/GTC_2018_Lab-solutions.ipynb https://github.com/ZhengyaoJiang/PGPortfolio Using deep-learning frameworks to identify accounting anomalies. A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem. Textual Portfolio Selection and Optimisation 3/30/21 3:25 3/30/21 14:21 106.0 1274 50.0 629 2.0 6 5/24/17 12:36 11/12/17 16:08 8/7/19 21:47 5/9/19 9:50 GitiHubi/deepAI ZhengyaoJiang/PGPortfolio
140 Extensive NLP Deep Portfolio Theory https://github.com/TiesdeKok/Python_NLP_Tutorial/blob/master/NLP_Notebook.ipynb https://github.com/tcloaa/Deep-Portfolio-Theory Comprehensive NLP techniques for accounting research. Autoencoder framework for portfolio selection. Textual Portfolio Selection and Optimisation 3/21/21 7:39 1/30/21 13:50 73.0 104 42.0 58 1.0 1 10/25/17 7:10 2/10/17 9:03 6/5/20 3:28 3/8/18 16:47 TiesdeKok/Python_NLP_Tutorial tcloaa/Deep-Portfolio-Theory
141 Financial Statement Sentiment Efficient Frontier https://github.com/MAydogdu/TextualAnalysis https://github.com/tthustla/efficient_frontier/blob/master/Efficient%20_Frontier_implementation.ipynb Extracting sentiment from financial statements using neural networks. Modern Portfolio Theory. Textual Portfolio Selection and Optimisation 10/22/20 16:32 3/30/21 0:01 7.0 104 7.0 57 1.0 1 6/4/18 20:54 2/17/18 8:19 6/4/18 20:56 2/27/18 13:16 MAydogdu/TextualAnalysis tthustla/efficient_frontier
142 VRA Stock Embedding Reinforcement Learning https://github.com/ml-hongkong/stock2vec https://github.com/filangel/qtrader Variational Reccurrent Autoencoder for Embedding stocks to vectors based on the price history. Reinforcement Learning for Portfolio Management. Unsupervised Portfolio Selection and Optimisation 10/20/20 11:05 3/29/21 3:47 32.0 364 12.0 150 1.0 1 6/21/17 4:47 10/7/17 9:14 6/21/17 4:51 6/26/18 9:22 ml-hongkong/stock2vec filangel/qtrader
143 Industry Clustering Distribution Characteristic Optimisation https://github.com/SeanMcOwen/FinanceAndPython.com-ClusteringIndustries https://github.com/VivekPa/OptimalPortfolio Clustering of industries. Extends classical portfolio optimisation to take the skewness and kurtosis of the distribution of market invariants into account. Unsupervised Portfolio Selection and Optimisation 10/6/20 18:51 3/18/21 22:35 4.0 229 5.0 82 1.0 3 7/21/17 2:12 11/16/18 12:20 7/23/17 2:53 7/4/19 1:41 SeanMcOwen/FinanceAndPython.com-ClusteringIndustries VivekPa/OptimalPortfolio
144 Pairs Trading Pair Trading RL https://github.com/marketneutral/pairs-trading-with-ML/blob/master/Pairs%2BTrading%2Bwith%2BMachine%2BLearning.ipynb https://github.com/shenyichen105/Deep-Reinforcement-Learning-in-Stock-Trading Finding pairs with cluster analysis. Using deep actor-critic model to learn best strategies in pair trading. Unsupervised Reinforcement Learning 3/8/21 11:01 3/27/21 2:19 78.0 241 36.0 114 0.0 1 9/5/17 19:19 5/18/17 16:47 9/27/17 20:42 5/18/17 16:56 marketneutral/pairs-trading-with-ML shenyichen105/Deep-Reinforcement-Learning-in-Stock-Trading
145 Industry Clustering RL II https://github.com/SeanMcOwen/FinanceAndPython.com-ClusteringIndustries https://github.com/deependersingla/deep_trader Project to cluster industries according to financial attributes. reinforcement learning on stock market and agent tries to learn trading. Unsupervised Reinforcement Learning 10/6/20 18:51 3/29/21 11:10 4.0 1340 5.0 490 1.0 3 7/21/17 2:12 6/11/16 7:27 7/23/17 2:53 1/22/18 14:35 SeanMcOwen/FinanceAndPython.com-ClusteringIndustries deependersingla/deep_trader
146 PCA Pairs Trading RL https://github.com/joelQF/quant-finance/tree/master/Artificial_IntelIigence_for_Trading https://github.com/kh-kim/stock_market_reinforcement_learning PCA, Factor Returns, and trading strategies. OpenGym with Deep Q-learning and Policy Gradient. Unsupervised Reinforcement Learning 3/28/21 22:14 712 299 1 10/4/16 14:42 12/23/16 7:34 joelQF/quant-finance kh-kim/stock_market_reinforcement_learning
147 Fund Clusters RL III https://github.com/frechfrechfrech/Mutual-Fund-Market-Clusters/blob/master/Initial%20Data%20Exploration.ipynb https://github.com/samre12/deep-trading-agent Data exploration of fund clusters. Github -Deep Reinforcement Learning based Trading Agent for Bitcoin. Unsupervised Reinforcement Learning 10/6/20 18:46 3/29/21 1:02 3.0 575 2.0 204 1.0 1 4/16/18 22:18 9/21/17 17:05 6/7/18 22:01 4/13/18 16:33 frechfrechfrech/Mutual-Fund-Market-Clusters samre12/deep-trading-agent
148 RL IV https://github.com/jjakimoto/DQN Reinforcement Learning for finance. Reinforcement Learning 3/25/21 19:14 140 55 1 10/21/16 2:47 4/7/17 8:11 jjakimoto/DQN
149 RL V https://github.com/gstenger98/rl-finance Building an Agent to Trade with Reinforcement Learning. Reinforcement Learning 1/3/21 4:36 32 7 5 1/16/19 0:43 3/19/20 20:28 gstenger98/rl-finance
150 RL Trading https://colab.research.google.com/drive/1FzLCI0AO3c7A4bp9Fi01UwXeoc7BN8sW A collection of 25+ Reinforcement Learning Trading Strategies -Google Colab. Reinforcement Learning
151 Fund classification https://github.com/frechfrechfrech/Mutual-Fund-Market-Clusters/blob/master/Initial%20Data%20Exploration.ipynb Fund classification using text mining and NLP. Textual 10/6/20 18:46 3 2 1 4/16/18 22:18 6/7/18 22:01 frechfrechfrech/Mutual-Fund-Market-Clusters
152 Financial Sentiment Analysis https://github.com/EricHe98/Financial-Statements-Text-Analysis Sentiment, distance and proportion analysis for trading signals. Textual 1/21/21 8:07 47 27 1 6/23/17 0:05 1/26/19 3:35 EricHe98/Financial-Statements-Text-Analysis
153 NLP Event https://github.com/yuriak/DLQuant Applying Deep Learning and NLP in Quantitative Trading. Textual 3/24/21 2:52 68 31 1 7/2/18 23:50 1/31/19 14:08 yuriak/DLQuant
154 Financial Statement Sentiment https://github.com/MAydogdu/TextualAnalysis Extracting sentiment from financial statements using neural networks. Textual 10/22/20 16:32 7 7 1 6/4/18 20:54 6/4/18 20:56 MAydogdu/TextualAnalysis
155 Extensive NLP https://github.com/TiesdeKok/Python_NLP_Tutorial/blob/master/NLP_Notebook.ipynb Comprehensive NLP techniques for accounting research. Textual 3/21/21 7:39 73 42 1 10/25/17 7:10 6/5/20 3:28 TiesdeKok/Python_NLP_Tutorial
156 Accounting Anomalies https://github.com/GitiHubi/deepAI/blob/master/GTC_2018_Lab-solutions.ipynb Using deep-learning frameworks to identify accounting anomalies. Textual 3/30/21 3:25 106 50 2 5/24/17 12:36 8/7/19 21:47 GitiHubi/deepAI
157 Buzzwords https://github.com/swap9047/Cutting-Edge-Technologies-Effect-on-S-P500-Companies-Performance-and-Mutual-Funds Return performance and mutual fund selection. Textual 10/6/20 18:54 1 4 1 2/4/18 21:51 2/4/18 21:57 swap9047/Cutting-Edge-Technologies-Effect-on-S-P500-Companies-Performance-and-Mutual-Funds
158 Earning call transcripts https://github.com/lin882/WebAnalyticsProject Correlation between mutual fund investment decision and earning call transcripts. Textual 12/17/20 8:24 3 3 1 12/30/17 8:56 1/11/18 2:11 lin882/WebAnalyticsProject
159 NLP https://github.com/toamitesh/NLPinFinance This project assembles a lot of NLP operations needed for finance domain. Textual toamitesh/NLPinFinance
160 PCA Pairs Trading https://github.com/joelQF/quant-finance/tree/master/Artificial_IntelIigence_for_Trading PCA, Factor Returns, and trading strategies. Unsupervised joelQF/quant-finance
161 Industry Clustering https://github.com/SeanMcOwen/FinanceAndPython.com-ClusteringIndustries Clustering of industries. Unsupervised 10/6/20 18:51 4 5 1 7/21/17 2:12 7/23/17 2:53 SeanMcOwen/FinanceAndPython.com-ClusteringIndustries
162 Pairs Trading https://github.com/marketneutral/pairs-trading-with-ML/blob/master/Pairs%2BTrading%2Bwith%2BMachine%2BLearning.ipynb Finding pairs with cluster analysis. Unsupervised 3/8/21 11:01 78 36 0 9/5/17 19:19 9/27/17 20:42 marketneutral/pairs-trading-with-ML
163 Industry Clustering https://github.com/SeanMcOwen/FinanceAndPython.com-ClusteringIndustries Project to cluster industries according to financial attributes. Unsupervised 10/6/20 18:51 4 5 1 7/21/17 2:12 7/23/17 2:53 SeanMcOwen/FinanceAndPython.com-ClusteringIndustries
164 VRA Stock Embedding https://github.com/ml-hongkong/stock2vec Variational Reccurrent Autoencoder for Embedding stocks to vectors based on the price history. Unsupervised 10/20/20 11:05 32 12 1 6/21/17 4:47 6/21/17 4:51 ml-hongkong/stock2vec
165 Fund Clusters https://github.com/frechfrechfrech/Mutual-Fund-Market-Clusters/blob/master/Initial%20Data%20Exploration.ipynb Data exploration of fund clusters. Unsupervised 10/6/20 18:46 3 2 1 4/16/18 22:18 6/7/18 22:01 frechfrechfrech/Mutual-Fund-Market-Clusters
+2 -2
View File
@@ -3,7 +3,6 @@ import os
import pandas as pd
@DeprecationWarning
def generate_wiki_per_category(output_path):
"""
@@ -21,7 +20,8 @@ def generate_wiki_per_category(output_path):
'comment': category_df['comment'],
'created_at': category_df['created_at'],
'last_commit': category_df['last_commit'],
'star_count': category_df['star_count']
'star_count': category_df['star_count'],
})
output_path_full = os.path.join(output_path, '{}.md'.format(category))
with open(output_path_full, 'w') as f: