Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Rust library for quantitative finance.
| Date | Stars |
|---|---|
| 2026-07-24 | 1794 |
| 2026-07-25 | 1795 |
| 2026-07-28 | 1795 |
| 2026-07-30 | 1795 |
| 2026-08-06 | 1795 |
| 2026-08-07 | 1797 |
| 2026-08-15 | 1794 |
| 2026-08-20 | 1795 |
| 2026-08-21 | 1796 |
| 2026-08-22 | 1798 |
| 2026-08-23 | 1798 |
| 2026-08-24 | 1805 |
| 2026-08-25 | 1811 |
| 2026-08-26 | 1812 |
| 2026-08-27 | 1814 |
| 2026-08-28 | 1814 |
| 2026-08-29 | 1815 |
| 2026-08-30 | 1816 |
| 2026-09-01 | 1817 |
| 2026-09-02 | 1816 |
| 2026-09-04 | 1817 |
| 2026-09-05 | 1818 |
| 2026-09-08 | 1819 |
| 2026-09-09 | 1820 |
| 2026-09-10 | 1822 |
| 2026-09-13 | 1822 |
| 2026-09-14 | 1822 |
| 2026-09-16 | 1819 |
| 2026-09-17 | 1821 |
| 2026-09-18 | 1819 |
| 2026-09-20 | 1819 |
Today
— stars today
This week
-3 stars this week
This month
+23 stars this month
Momentum
0.0
growth rate 0.00%/day

<p align="center">
<a href="#license" alt="license">
<img alt="License" src="https://img.shields.io/badge/Dual_License-MIT_and_Apache_2.0-black?logo=apache"></a>
<a href="#version" alt="version">
<img alt="Crates.io" src="https://img.shields.io/crates/v/RustQuant?logo=rust&color=black"></a>
<a href="#downloads" alt="downloads">
<!-- <img alt="Crates.io" src="https://img.shields.io/crates/d/RustQuant?logo=rust&color=black"></a> -->
<img alt="Crates.io User Total Downloads" src="https://img.shields.io/crates/udt/178069">
<a href="#stars" alt="stars">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/avhz/RustQuant?logo=github&color=black"></a>
</p>
<p align="center">
<a href="#build" alt="build">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/avhz/RustQuant/cargo_build.yml"></a>
<a href="#codecov" alt="codecov">
<img alt="Codecov" src="https://img.shields.io/codecov/c/gh/avhz/RustQuant"></a>
<a href="#deps" alt="deps">
<img alt="Dependencies" src="https://deps.rs/repo/github/avhz/RustQuant/status.svg"></a>
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Favhz%2FRustQuant?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Favhz%2FRustQuant.svg?type=shield"/></a>
</p>
<p align="center">
<a href="https://discord.com/invite/gMdv8Hpuwr" alt="discord">
<img alt="Discord" src="https://img.shields.io/discord/1146771658082881636?logo=discord"></a>
</p>
A Rust library for quantitative finance.
:dart: If you are an experienced quant developer in any language and would like to help out, feel free to contact me!
<div align="center">
| Email | Discord | Latest Changes |
|:----------------------------:|:-------------------------------:|:---------------------------:|
| <[email protected]> | <https://discord.gg/gMdv8Hpuwr> | [Changelog](./CHANGELOG.md) |
</div>
## Modules
| Module | Description |
|--------|-------------|
| [`autodiff`](https://docs.rs/RustQuant/latest/RustQuant/autodiff/index.html) | Algorithmic adjoint differentiation (AAD) for efficiently computing gradients of scalar output functions $f: \mathbb{R}^n \rightarrow \mathbb{R}$. |
| [`cashflows`](https://docs.rs/RustQuant/latest/RustQuant/cashflows/index.html) | Implementations for `Cashflows` and `Quotes`, and similar types. |
| [`data`](https://docs.rs/RustQuant/latest/RustQuant/data/index.html) | Data types that can be used for pricing and similar tasks (curves, term-structures, surfaces, etc). Methods for reading and writing data from/to various sources (CSV, JSON, Parquet). Can also download data from Yahoo! Finance. |
| [`error`](https://docs.rs/RustQuant/latest/RustQuant/error/index.html) | RustQuant error handling module. |
| [`instruments`](https://docs.rs/RustQuant/latest/RustQuant/instruments/index.html) | Implementations for financial instruments like `Bonds`, `Options`, and `Money`, including their pricing. Future additions will include swaps, futures, CDSs, etc. |
| [`iso`](https://docs.rs/RustQuant/latest/RustQuant/iso/index.html) | A few ISO code implementations: [ISO-4217](https://www.iso.org/iso-4217-currency-codes.html) (currency codes), [ISO-3166](https://www.iso.org/iso-3166-country-codes.html) (country codes), [ISO-10383](https://www.iso20022.org/market-identifier-codes) (market identifier codes). |
| [`math`](https://docs.rs/RustQuant/latest/RustQuant/math/index.html) | Statistical distributions and their related functions (PDF, CDF, CF, etc), Fast Fourier Transform (FFT), numerical integration (double-exponential quadrature), optimisation/root-finding (gradient descent, Newton-Raphson), and risk-reward metrics. Also some sequence methods such as `linspace` and `cumsum`. |
| [`ml`](https://docs.rs/RustQuant/latest/RustQuant/mlExcerpt of 5,923 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:172491103f8787b6, topic:finance, topic:quantitative-finance, topic:trading