#
investing
Here are 352 public repositories matching this topic...
Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
python
finance
investing
portfolio-optimization
quantitative-finance
investment
financial-analysis
algorithmic-trading
covariance
investment-analysis
portfolio-management
efficient-frontier
-
Updated
May 24, 2022 - Jupyter Notebook
zillionare
commented
Apr 30, 2021
this is how Buy & Hold Return is calculated:
c = data.Close.values
s.loc['Buy & Hold Return [%]'] = (c[-1] - c[0]) / c[0] * 100 # long-only return
so it's calced use day one and the day last.
Expected Behavior
Buy & Hold Return is used for compare with strategy gain. Therefore, I guess they should started at same time, since the strategy get enough data to w
bug
Something isn't working
good first issue
Good for newcomers
Hacktoberfest
https://hacktoberfest.digitalocean.com
-
Updated
Dec 19, 2021
Financial Data Extraction from Investing.com with Python
-
Updated
May 31, 2022 - Python
Research in investment finance with Python Notebooks
-
Updated
Feb 12, 2022 - Jupyter Notebook
Open
Animate line chart
1
dtslvr
commented
Sep 15, 2021
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Datasets, tools and more from Darwinex Labs - Prop Investing Arm & Quant Team @ Darwinex
data-science
machine-learning
deep-learning
sentiment-analysis
investing
artificial-intelligence
neural-networks
trading-strategies
quantitative-finance
algorithmic-trading
systematic-trading-strategies
-
Updated
Oct 29, 2019 - Python
Track trending stocks & crypto on social media, ARK, Senate, House Trades, insider trading, FTD, short volume and much more!
finance
reddit
due-diligence
financial
sentiment
stock
investing
cryptocurrency
stocks
financial-data
yahoo-finance
daytrading
ibkr
td-ameritrade
wallstreetbets
jim-cramer
cathie-wood
-
Updated
Apr 20, 2022 - JavaScript
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
python
finance
crypto
trading
trading-bot
algo-trading
oanda
investing
forex
trading-platform
trading-strategies
trading-algorithms
stocks
quantitative-finance
technical-analysis
algorithmic-trading
quantitative-trading
autotrader
-
Updated
Jun 2, 2022 - Python
Тинькофф Инвестиции, tinkoff, python, aiohttp, requests, pydantic
-
Updated
Jan 25, 2022 - Python
Backtesting and Trading Bots Made Easy for Crypto, Stocks, Options, Futures, FOREX and more
finance
crypto
trading
trading-bot
investing
forex
cryptocurrency
broker
strategy
trading-strategies
trading-algorithms
trade
quantitative-finance
backtester
algorithmic-trading
backtesting-trading-strategies
backtesting-engine
alpaca
backtesting
crypto-bot
-
Updated
Jun 3, 2022 - Python
An easy-to-use investment portfolio tracker
-
Updated
Sep 6, 2021 - CSS
A collection of methods for solving Finance/Accounting equations, implemented in C#.
finance
formula
algorithm
csharp
equation
accounting
financial
investing
economics
stock-market
financial-services
quantitative-finance
investment
technical-analysis
financial-analysis
quantitative-trading
financial-markets
csharp-library
financial-engineering
quantitative-analysis
-
Updated
Jun 25, 2020 - C#
A web dashboard for the free trading platform Robinhood using Ruby on Rails and a private API
dashboard
trading
investing
stock-market
brokerage
stocks
robinhood
robinhood-api
etf
nasdaq
web-dashboard
nyse
trade-stocks
-
Updated
May 18, 2022 - Ruby
Deep learning for forecasting company fundamental data
-
Updated
Jul 23, 2019 - Python
Financial Web Scraper & Sentiment Classifier
-
Updated
Oct 2, 2020 - Python
Go library for accessing the IEX Cloud API
-
Updated
Mar 4, 2022 - Go
Displays corporate earnings and fundamentals in the easy to analyze format
-
Updated
May 30, 2022 - JavaScript
Investing library and command-line interface inspired by the Bogleheads philosophy
-
Updated
Apr 24, 2022 - Python
PortfolioLab is a python library that enables traders to take advantage of the latest portfolio optimisation algorithms used by professionals in the industry.
python
finance
machine-learning
research
trading
investing
portfolio-optimization
quantitative-finance
algorithmic-trading
portfolio-management
-
Updated
Dec 2, 2021
A value investing tool based on Warren Buffett, Joseph Piotroski and Benjamin Graham thoughts
-
Updated
Sep 5, 2020 - Python
Trading Technical Indicators python library
finance
machine-learning
trading
python-library
investing
artificial-intelligence
technical-indicators
-
Updated
Nov 22, 2021 - Python
Data Analysis Studies on Value Investing
-
Updated
Oct 26, 2021 - R
ThinkorSwim scripts/indicators shared on https://usethinkscript.com/
-
Updated
Jan 30, 2021
Materials for IBM Spark contest. About the real-world application of big data and spark.
-
Updated
Jan 13, 2019 - Python
Improve this page
Add a description, image, and links to the investing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the investing topic, visit your repo's landing page and select "manage topics."


According to @rspadim, functions in
entropy.pycould use numpy array instead of strings, as it's better to numba.Guide on how to implement this is available in the comments in PR #311 .