基于Python的开源量化交易平台开发框架
-
Updated
Dec 31, 2021 - Python
{{ message }}
基于Python的开源量化交易平台开发框架
TuShare is a utility for crawling historical data of China stocks
Investment Research for Everyone.
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib.
Firefly III: a personal finances manager
Python wrapper for TA-Lib (http://ta-lib.org/).
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.
elif "Note" in json_response and self.treat_info_as_error:
raise ValueError(json_response["Note"])
For this reason, alphavantage does not work in home assistant.
FinRL: Financial Reinforcement Learning Framework. Please star.
Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.
中国的Quant相关资源索引
Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
A curated list of practical financial machine learning tools and applications.
Extract data from a wide range of Internet sources into a pandas DataFrame.
Is your feature request related to a problem? Please describe.
My request is a new indicator called Clenow momentum.
Describe the solution you'd like
It measures momentum by getting the exponential regression of log prices and the Coefficient of Exponential Regression depending on the rolling days. It can detect trends in a stock as well as the direction of the stock.
**Addition
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Financial Markets Data Visualization using Matplotlib
Real-time FX trading showcase by Adaptive.
Open Data, more than 50 financial data. 提供超過 50 個金融資料(台股為主),每天更新 https://finmind.github.io/
Stock market tracker for hackers.
Add a description, image, and links to the finance topic page so that developers can more easily learn about it.
To associate your repository with the finance topic, visit your repo's landing page and select "manage topics."
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E