🌐
GitHub
github.com › lballabio › QuantLib › releases
Releases · lballabio/QuantLib
A detailed list of changes is available in ChangeLog.txt and at https://github.com/lballabio/QuantLib/milestone/35?closed=1. Future change of default: as already announced, in the next release we're going to switch the default for ext::any and ext::optional from the Boost implementation to the standard one.
Author   lballabio
🌐
Rkapl123
rkapl123.github.io › QLAnnotatedSource › dc › dd1 › history.html
QuantLib: Version history
QuantLib 1.31.1 is a bug-fix release for QuantLib 1.31. It fixes a regression that could cause a segmentation fault when bootstrapping an interest-rate curve using OIS rates. ... Future end of support: as announced in the notes for the previous release, after this release using std::tuple, ...
🌐
Quantlib
quantlib.org › download.shtml
QuantLib Download Page
Debian users can find the latest version of the different QuantLib packages in the "unstable" (a.k.a. "Sid") distribution; see the Debian site for a list of available packages. Ubuntu users can use Dirk Eddelbuettel's PPA. Other Linux distributions might also package the library; check your sources. Note that some of these distributions may lag behind the upstream releases...
🌐
Eddelbuettel
dirk.eddelbuettel.com › blog › code › rquantlib
Thinking inside the box
This release of RQuantLib brings a small update to three unit tests as very recent 1.31 release QuantLib brought a subtle change to some fixed income payment schedules and dates. On a sadder note, as CRAN now checks the ratio of ‘user time’ over ‘elapsed time’, excessive threading was inferred for five examples.
Open-source software library for quantative analysis
QL-title.jpg
QuantLib is an open-source software library which provides tools for software developers and practitioners interested in financial instrument valuation and related subjects. QuantLib is written in C++. The QuantLib project was started … Wikipedia
Factsheet
Developer QuantLib Team
Stable release 1.42.1
/ 17 April 2026; 10 days ago (17 April 2026)
Written in C++
Factsheet
Developer QuantLib Team
Stable release 1.42.1
/ 17 April 2026; 10 days ago (17 April 2026)
Written in C++
🌐
Wikipedia
en.wikipedia.org › wiki › QuantLib
QuantLib - Wikipedia
December 28, 2025 - QuantLib is released under a modified BSD license known as the XFree86-type license.
🌐
Quantlib
quantlib.org
QuantLib, a free/open-source library for quantitative finance
Head to our download page to get the latest official release.. Documentation is available in several formats from a number of sources. If you need to ask a question, subscribe to our mailing list and post it there. Open an issue on GitHub; if you have a patch, open a pull request instead. Fork our repository on GitHub and start coding. Please have a look at our developer intro and guidelines. Here is the QuantLib license, the list of contributors, and the version history.
🌐
CRAN
cran.r-project.org › web › packages › RQuantLib › news.html
R: News for Package 'RQuantLib'
April 1, 2020 - Thanks to the updated #rwinlib/quantlib Windows library provided by Josh, examples that were set to dontrun are re-activated (Dirk in #126). AffineSwaption remains the sole holdout. ... The src/Makevars.win file was updated to reflect the new layout used by the upstream build. The -DBOOST_NO_AUTO_PTR compilation flag is now set. ... The code was updated for release 1.14 of QuantLib.
🌐
Quantlib
quantlib.org › docs.shtml
QuantLib Documentation
Goutham Balaraman and Luigi Ballabio, QuantLib Python Cookbook Available as an ebook from Leanpub. Vasily Nekrasov, Notes on Getting Started with QuantLib (unfinished) Available from his web site.
🌐
Implementingquantlib
implementingquantlib.com › 2026 › 01 › guide-improvements.html
Some more improvements to "A QuantLib Guide" — Implementing QuantLib
the notebook on numerical Theta has a new note making a connection between the calculated Theta and fixed-income calculations such as roll-down and pull-to-par. And since we’re talking about new goodies, QuantLib 1.41 was released a couple of days ago with quite a few contributions, so check ...
Find elsewhere
🌐
Implementingquantlib
implementingquantlib.com › 2019 › 08 › a-quick-look-at-quantlib-116.html
A quick look at the QuantLib 1.16 release — Implementing QuantLib
August 9, 2019 - The corresponding release of QuantLib-SWIG contains 135 commits in 18 pull requests from 5 contributors. The highlight of this release is a complete reworking of the SWIG interfaces (which, by the way, renders completely obsolete the post I wrote about them some time ago).
🌐
PyPI
pypi.org › project › QuantLib
QuantLib · PyPI
Publisher: wheels.yml on lballabio/QuantLib-SWIG Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
      » pip install QuantLib
    
Published   Apr 17, 2026
Version   1.42.1
🌐
Implementingquantlib
implementingquantlib.com › 2024 › 05 › inflation-curves.html
Inflation indexes and curves — Implementing QuantLib
Another note: in the past, the index could also return interpolated fixings; however, the result was not always right, since the index didn’t have the correct information on the number of days to use while interpolating. In version 1.29, the interpolation logic was moved into inflation coupons, where the information is available; the corresponding logic in the index was deprecated in the same release and removed in version 1.34.
🌐
Implementingquantlib
implementingquantlib.com › 2020 › 10 › a-few-news-items.html
A few news items — Implementing QuantLib
October 30, 2020 - I published the latest QuantLib release this week; you can find the release notes, for instance, on its GitHub page. One thing I wanted to point out so you can possibly prepare for it: we’re sunsetting support for Visual C++ 2012 in the C++ ...
🌐
Quantlib
quantlib.org › install › linux.shtml
QuantLib Installation on Linux
Note that the default version on ... have to compile it yourself as described in the next section. You can download released QuantLib versions from GitHub at https://github.com/lballabio/QuantLib/releases....
🌐
GitHub
github.com › lballabio › QuantLib
GitHub - lballabio/QuantLib: The QuantLib C++ library · GitHub
The preferred channel for questions (and the one with the largest audience) is the quantlib-users mailing list.
Starred by 7.1K users
Forked by 2.2K users
Languages   C++ 98.4% | Makefile 0.6% | C 0.5% | CMake 0.4% | M4 0.1% | Python 0.0%
🌐
GitHub
github.com › NixOS › nixpkgs › pull › 300087
rPackages.RQuantLib: Fix quantlib by Kupac · Pull Request #300087 · NixOS/nixpkgs
Description of changes Update quantlib Enable intraday (=high resolution) dates Fix rPackages.RQuantLib Re-opening PR agains r-updates. Original: #292029 Things done Built on platform(s) x86_...
Author   NixOS
🌐
GitHub
github.com › lballabio › QuantLib-SWIG › releases
Releases · lballabio/QuantLib-SWIG
Add flag for building a QuantLib wheel against a debug QuantLib on Windows by @kp9991-git in #772
Author   lballabio
🌐
GitHub
github.com › lballabio › quantlib-old › releases
Releases · lballabio/quantlib-old
Releases · lballabio/quantlib-old · You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Author   lballabio
🌐
Stack Overflow
stackoverflow.com › questions › tagged › quantlib
Newest 'quantlib' Questions - Stack Overflow
The QuantLib's version in my os: import QuantLib as ql ql.__version__ '1.34' All the arguments related to the put option: settlementDate = ql.Date(11, ql.July, 2019) maturity = ql.Date(19, ql.July, ... ... I’m Jody, the Chief Product and Technology Officer at Stack Overflow. Let’s... Release notes and bug fixes for beta.stackoverflow.com
🌐
Libhunt
cpp.libhunt.com › quantlib-latest-version
QuantLib latest version
A detailed list of changes is available in ChangeLog.txt and at https://github.com/lballabio/QuantLib/milestone/16?closed=1. 👌 Support for Visual C++ 2012 is being deprecated. It will be dropped after the next release in order to enable use of C++11 features.