Skip to content

Commit

Permalink
Merge pull request wilsonfreitas#155 from avhz/master
Browse files Browse the repository at this point in the history
Added RustQuant library.
  • Loading branch information
wilsonfreitas authored Jun 21, 2023
2 parents 36ff8bb + 347c46c commit 4e08c6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [pymc3](https://docs.pymc.io/) - Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Theano.
- [modelx](https://docs.modelx.io/) - Python reimagination of spreadsheets as formula-centric objects that are interoperable with pandas.


### Financial Instruments and Pricing

- [OpenBB Terminal](https://github.com/OpenBB-finance/OpenBBTerminal) - Terminal for investment research for everyone.
Expand Down Expand Up @@ -73,7 +72,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
### Trading & Backtesting

- [Blankly](https://github.com/Blankly-Finance/Blankly) - Fully integrated backtesting, paper trading, and live deployment.
- [TA-Lib](https://github.com/mrjbq7/ta-lib) - Python wrapper for TA-Lib (http://ta-lib.org/).
- [TA-Lib](https://github.com/mrjbq7/ta-lib) - Python wrapper for TA-Lib (<http://ta-lib.org/>).
- [zipline](https://github.com/quantopian/zipline) - Pythonic algorithmic trading library.
- [QuantSoftware Toolkit](https://github.com/QuantSoftware/QuantSoftwareToolkit) - Python-based open source software framework designed to support portfolio construction and management.
- [quantitative](https://github.com/jeffrey-liang/quantitative) - Quantitative finance, and backtesting library.
Expand Down Expand Up @@ -273,7 +272,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [td](https://github.com/eddelbuettel/td) - Interfaces the 'twelvedata' API for stocks and (digital and standard) currencies.
- [rbcb](https://github.com/wilsonfreitas/rbcb) - R interface to Brazilian Central Bank web services.
- [rb3](https://github.com/ropensci/rb3) - A bunch of downloaders and parsers for data delivered from B3.
- [simfinapi](https://github.com/matthiasgomolka/simfinapi) - Makes 'SimFin' data (https://simfin.com/) easily accessible in R.
- [simfinapi](https://github.com/matthiasgomolka/simfinapi) - Makes 'SimFin' data (<https://simfin.com/>) easily accessible in R.

### Financial Instruments and Pricing

Expand Down Expand Up @@ -453,6 +452,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [LFEST](https://github.com/MathisWellmann/lfest-rs) - Simulated perpetual futures exchange to trade your strategy against.
- [TradeAggregation](https://github.com/MathisWellmann/trade_aggregation-rs) - Aggregate trades into user-defined candles using information driven rules.
- [SlidingFeatures](https://github.com/MathisWellmann/sliding_features-rs) - Chainable tree-like sliding windows for signal processing and technical analysis.
- [RustQuant](https://github.com/avhz/RustQuant) - Quantitative finance library written in Rust.

## Reproducing Works, Training & Books

Expand Down
1 change: 1 addition & 0 deletions projects.csv
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,4 @@ machine-learning-asset-management,"Reproducing Works, Training & Books",2021-12-
Deep-Learning-Machine-Learning-Stock,"Reproducing Works, Training & Books",2022-06-01,https://github.com/LastAncientOne/Deep-Learning-Machine-Learning-Stock,Deep Learning and Machine Learning stocks represent a promising long-term or short-term opportunity for investors and traders.,True,False,LastAncientOne/Deep-Learning-Machine-Learning-Stock
Technical_Analysis_and_Feature_Engineering,"Reproducing Works, Training & Books",2021-08-19,https://github.com/jo-cho/Technical_Analysis_and_Feature_Engineering,Feature Engineering and Feature Importance of Machine Learning in Financial Market.,True,False,jo-cho/Technical_Analysis_and_Feature_Engineering
Barter,Rust,2022-10-18,https://github.com/barter-rs/barter-rs,Open-source Rust framework for building event-driven live-trading & backtesting systems,True,False,barter-rs/barter-rs
RustQuant,Rust,2023-06-16,https://github.com/avhz/RustQuant,A Rust library for quantitative finance.,True,False,avhz/RustQuant

0 comments on commit 4e08c6e

Please sign in to comment.