All Projects → piquette → quantlib

piquette / quantlib

Licence: other
The idiomatic rust implementation of the QuantLib C++ quantitative finance library

Programming Languages

rust
11053 projects
Makefile
30231 projects

Projects that are alternatives of or similar to quantlib

QuoraBooks
A GitHub repo for Quant Finance resources
Stars: ✭ 17 (-80.9%)
Mutual labels:  finance, quantitative-finance, financial-analysis
Pyportfolioopt
Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
Stars: ✭ 2,502 (+2711.24%)
Mutual labels:  finance, quantitative-finance, financial-analysis
okama
Investment portfolio and stocks analyzing tools for Python with free historical data
Stars: ✭ 87 (-2.25%)
Mutual labels:  finance, mathematics, quantitative-finance
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+5069.66%)
Mutual labels:  finance, quantitative-finance, hft-trading
Math Finance Cheat Sheet
Mathematical finance cheat sheet.
Stars: ✭ 186 (+108.99%)
Mutual labels:  finance, mathematics
Quant Notes
Quantitative Interview Preparation Guide, updated version here ==>
Stars: ✭ 180 (+102.25%)
Mutual labels:  finance, quantitative-finance
optionmatrix
Financial Derivatives Calculator with 168+ Models (Options Calculator)
Stars: ✭ 121 (+35.96%)
Mutual labels:  quantitative-finance, financial-analysis
Morpheus Core
The foundational library of the Morpheus data science framework
Stars: ✭ 203 (+128.09%)
Mutual labels:  finance, quantitative-finance
Finance
Here you can find all the quantitative finance algorithms that I've worked on and refined over the past year!
Stars: ✭ 194 (+117.98%)
Mutual labels:  finance, quantitative-finance
Tf Quant Finance
High-performance TensorFlow library for quantitative finance.
Stars: ✭ 2,925 (+3186.52%)
Mutual labels:  finance, quantitative-finance
cira
Cira algorithmic trading made easy. A Façade library for simpler interaction with alpaca-trade-API from Alpaca Markets.
Stars: ✭ 21 (-76.4%)
Mutual labels:  finance, quantitative-finance
Alpha Mind
quantitative security portfolio analysis. The analysis pipeline including data storage abstraction, alpha calculation, ML based alpha combining and portfolio calculation.
Stars: ✭ 171 (+92.13%)
Mutual labels:  finance, quantitative-finance
Presentations
Slide show presentations regarding data driven investing.
Stars: ✭ 162 (+82.02%)
Mutual labels:  finance, quantitative-finance
Customizable-Crypto-Currency-Dashboard-with-Chart
📺 A Dashboard with the price movements of the selected Cryptocurrencies 💹
Stars: ✭ 79 (-11.24%)
Mutual labels:  finance, financial-analysis
Math Php
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
Stars: ✭ 2,009 (+2157.3%)
Mutual labels:  finance, mathematics
Mlfinlab
MlFinLab helps portfolio managers and traders who want to leverage the power of machine learning by providing reproducible, interpretable, and easy to use tools.
Stars: ✭ 2,676 (+2906.74%)
Mutual labels:  finance, quantitative-finance
Trading Backtest
A stock backtesting engine written in modern Java. And a pairs trading (cointegration) strategy implementation using a bayesian kalman filter model
Stars: ✭ 247 (+177.53%)
Mutual labels:  finance, quantitative-finance
pyEX
Python interface to IEX and IEX cloud APIs
Stars: ✭ 407 (+357.3%)
Mutual labels:  finance, financial-analysis
wallstreet
Stock Quotes and Charts for the Terminal
Stars: ✭ 75 (-15.73%)
Mutual labels:  finance, financial-analysis
Tradingstrategies
Algorithmic trading strategies
Stars: ✭ 120 (+34.83%)
Mutual labels:  finance, quantitative-finance

QuantLib – Rust

Crates.io version Download docs.rs docs
Build Status license

Crate · Installation · Configuration

The idiomatic Rust implementation of QuantLib, the standard for professional quantitative finance applications.

This project is still under active development and not guaranteed to have a stable API.

The alpha release version is aiming for:

  • Familiar interfaces: A library api that resembles the original.
  • High test coverage: 90% or more.
  • Idiomatic rust: architecture that takes full advantage of language features.
  • Easy: intuitive to understand coupled with extensive documentation. 🚀

💬 About

The QuantLib project (http://quantlib.org) is aimed at providing a comprehensive software framework for quantitative finance. QuantLib is a free/open-source library for modeling, trading, and risk management in real-life.

Appreciated by quantitative analysts and developers, it is intended for academics and practitioners alike, eventually promoting a stronger interaction between them. QuantLib offers tools that are useful both for practical implementation and for advanced modeling, with features such as market conventions, yield curve models, solvers, PDEs, Monte Carlo (low-discrepancy included), exotic options, VAR, and so on.

🚀 Installation

Add this to your Cargo.toml:

[dependencies]
quantlib = "0.1.0"

and this to your crate root:

extern crate quantlib;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].