All Projects → shashankvemuri → Finance

shashankvemuri / Finance

Licence: mit
Here you can find all the quantitative finance algorithms that I've worked on and refined over the past year!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Finance

cira
Cira algorithmic trading made easy. A Façade library for simpler interaction with alpaca-trade-API from Alpaca Markets.
Stars: ✭ 21 (-89.18%)
Mutual labels:  finance, stock-market, stocks, quantitative-finance
Beibo
🤖 Predict the stock market with AI 用AI预测股票市场
Stars: ✭ 46 (-76.29%)
Mutual labels:  finance, stock-market, stocks, quantitative-finance
AIPortfolio
Use AI to generate a optimized stock portfolio
Stars: ✭ 28 (-85.57%)
Mutual labels:  finance, pandas, stock-market, stocks
Tiingo Python
Python REST Client for interacting with the Tiingo Financial Data API
Stars: ✭ 152 (-21.65%)
Mutual labels:  finance, stock-market, stocks
Py Quantmod
Powerful financial charting library based on R's Quantmod | http://py-quantmod.readthedocs.io/en/latest/
Stars: ✭ 155 (-20.1%)
Mutual labels:  data-science, pandas, quantitative-finance
Pandas Ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators
Stars: ✭ 962 (+395.88%)
Mutual labels:  pandas, finance, stock-market
Pandapy
PandaPy has the speed of NumPy and the usability of Pandas 10x to 50x faster (by @firmai)
Stars: ✭ 474 (+144.33%)
Mutual labels:  data-science, pandas, finance
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (-15.98%)
Mutual labels:  data-science, pandas, finance
Algobot
A C++ stock market algorithmic trading bot
Stars: ✭ 78 (-59.79%)
Mutual labels:  finance, stock-market, stocks
Presentations
Slide show presentations regarding data driven investing.
Stars: ✭ 162 (-16.49%)
Mutual labels:  data-science, finance, quantitative-finance
Alpha Mind
quantitative security portfolio analysis. The analysis pipeline including data storage abstraction, alpha calculation, ML based alpha combining and portfolio calculation.
Stars: ✭ 171 (-11.86%)
Mutual labels:  finance, stock-market, quantitative-finance
Iex Api
The IEX API provides any individual or academic, public or private institution looking to develop applications that require stock market data to access near real-time quote and trade data for all stocks trading on IEX.
Stars: ✭ 683 (+252.06%)
Mutual labels:  finance, stock-market, stocks
Alphapy
Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost
Stars: ✭ 564 (+190.72%)
Mutual labels:  data-science, pandas, stocks
Tradestation
EasyLanguage indicators and systems for TradeStation
Stars: ✭ 65 (-66.49%)
Mutual labels:  finance, stock-market, stocks
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (+150.52%)
Mutual labels:  data-science, finance, quantitative-finance
Mop
Stock market tracker for hackers.
Stars: ✭ 1,534 (+690.72%)
Mutual labels:  finance, stock-market, stocks
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (-31.96%)
Mutual labels:  finance, quantitative-finance, stocks
Tushare
TuShare is a utility for crawling historical data of China stocks
Stars: ✭ 11,288 (+5718.56%)
Mutual labels:  pandas, finance, stock-market
Yahoo Finance Api
PHP client for Yahoo Finance API 📈
Stars: ✭ 179 (-7.73%)
Mutual labels:  finance, stock-market, stocks
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+2271.65%)
Mutual labels:  finance, quantitative-finance, stocks

Finance

A work in progress -- always being updated!

Find_Stocks

This folder contains several algorithms that return stocks that show promising data and therefore can be classified as a buy in the stock market. Some of the algorithms include extended market calculators, stock screeners, analyst recommendation parsers, and finding high movers!

Machine_Learning

This folder contains several Machine Learning algorithms that utilize the Scikit-Learn and TensorFlow libraries to predict stock prices, classify stocks into sections for diversification purposes, and algorithmic trading bots.

Portfolio_Strategies

This folder contains data on specific portfolios in certain sectors of the market, porfolio optimization algorithms, and backtested trading strategies such as for indicators (moving averages) and oscillators (RSI). Many of the algorithms contained use of Pandas, Matplotlib and NumPy.

Stock_Analysis

This folder contains several programs that analyze the data of stocks to find hidden patterns and values of statistical significance. Many of the algorithms contained use of Pandas, Matplotlib and NumPy.

Stock_Data

This folder contains several programs that collect a wide variety of data on stocks either using formulas or parsing financial websites. Examples of this data include finding dividend history, intraday data, value-at-risk (VAR), and a program that collects the historical data from all the S&P 500 companies and saves them to individual csv files.

Technical_Indicators

This folder contains a graphical representation of about 140 technical indicators (RSI, Bollinger Bands, moving averages, etc.) in the stock market. Many of the algorithms contained use of Pandas, Matplotlib, TA-Lib and NumPy. The basis of these algorithms were obtained from TheLastAncientOne!

Disclaimer

The material in this repository is purely for educational purposes and should not be taken as professional investment advice. Invest at your own discretion.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].