Skip to content

Commit ed817fd

Browse files
authored
Update README.md
- Add the only Rust-based backtesting & livetesting framework. (also includes live inference trading using Libtorch as backend) - Add free data source for live and historical data (SaxoOpenAPI)
1 parent 67b24bb commit ed817fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
156156
- [YABTE](https://github.com/bsdz/yabte) - Yet Another (Python) BackTesting Engine.
157157
- [Trading Strategy](https://github.com/tradingstrategy-ai/getting-started) - TradingStrategy.ai is a market data, backtesting, live trading and investor management framework for decentralised finance
158158
- [Hikyuu](https://github.com/fasiondog/hikyuu) - A base on Python/C++ open source high-performance quant framework for faster analysis and backtesting, contains the complete trading system components for reuse and combination.
159+
- [rust_bt](https://github.com/jensnesten/rust_bt) - A high performance, low-latency backtesting engine for testing quantitative trading strategies on historical and live data in Rust.
159160

160161
### Risk Analysis
161162

@@ -267,7 +268,8 @@ A curated list of insanely awesome libraries, packages and resources for Quants
267268
- [FinanceDatabase](https://github.com/JerBouma/FinanceDatabase) - This is a database of 300.000+ symbols containing Equities, ETFs, Funds, Indices, Currencies, Cryptocurrencies and Money Markets.
268269
- [Trading Strategy](https://github.com/tradingstrategy-ai/trading-strategy/) - download price data for decentralised exchanges and lending protocols (DeFi)
269270
- [datamule-python](https://github.com/john-friedman/datamule-python) - A package to work with SEC data. Incorporates datamule endpoints.
270-
- [Financial Data](https://financialdata.net/) - Stock Market and Financial Data API.
271+
- [Financial Data](https://financialdata.net/) - Stock Market and Financial Data API.
272+
- [SaxoOpenAPI](https://www.developer.saxo/) - Saxo Bank financial data API.
271273

272274
### Excel Integration
273275

0 commit comments

Comments
 (0)