🌐
Quantlib
quantlib.org › docs.shtml
QuantLib Documentation
David Duarte provides a reference to the QuantLib-Python module at https://quantlib-python-docs.readthedocs.io/. It's a work in progress: contributions are welcome through pull requests.
🌐
Leanpub
leanpub.com › quantlibpythoncookbook
QuantLib Python Cookbook [Leanpub PDF/iPad/Kindle]
Quantitative finance in Python: a hands-on, interactive look at the QuantLib library through the use of Jupyter notebooks as working examples.
🌐
Implementingquantlib
implementingquantlib.com › p › the-book.html
My books — Implementing QuantLib
Information about my two books, Implementing QuantLib and QuantLib Python Cookbook.
🌐
Readthedocs
quantlib-python-docs.readthedocs.io
QuantLib-Python Object Building Documentation — QuantLib-Python Documentation 1.40 documentation
QuantLib-Python Object Building Documentation · View page source · Contents: Getting Started · Installation · Prerequisites · Using a virtual environment (recommended) Install with pip · Conda (alternative) Importing · Reference · Basics · Array · Matrix ·
🌐
Leanpub
samples.leanpub.com › quantlibpythoncookbook-sample.pdf pdf
QuantLib Python Cookbook
July 16, 2025 - Translating QuantLib Python examples to C++ . . . . . . . . . . . . . . . . . . . . . .
🌐
Leanpub
leanpub.com › quantlibpythoncookbook › read
Read QuantLib Python Cookbook | Leanpub
In this post, we will use QuantLib and the Python extension to illustrate a simple example. Here we are going to price a European option using the Black-Scholes-Merton formula.
🌐
DOKUMEN.PUB
dokumen.pub › quantlib-python-cookbook.html
QuantLib Python Cookbook - DOKUMEN.PUB
Anmelden · Registrierung · Deutsch · English · Español · Português · Français · QuantLib Python Cookbook · 5,778 591 3MB · English Year 2016
🌐
Scribd
scribd.com › document › 676357971 › QuantLib-Python-Cookbook-Luigi-Ballabio-Goutham-Balaraman-Z-Library
QuantLib Python Cookbook (Luigi Ballabio, Goutham Balaraman) (Z-Library) | PDF
QuantLib Python Cookbook (Luigi Ballabio, Goutham Balaraman) (Z-Library) - Free download as PDF File (.pdf), Text File (.txt) or read online for free.
Find elsewhere
🌐
A QuantLib Guide
quantlibguide.com
A QuantLib Guide
This guide includes some updated material from those two books, as well as some later material I published on my blog or on Wilmott Magazine; the idea is to collect, update and present it all in a sequence that makes it suitable as a tutorial for someone approaching QuantLib or trying to get more fluent in its usage. It’s a work in progress; please let me know if it goes in the right direction. I’ll be grateful for any corrections, suggestions or comments. If you find this guide useful and want to support the effort, you can do so by buying a PDF version of this book on Leanpub.
🌐
Implementingquantlib
implementingquantlib.com › p › tutorials.html
Tutorials and Examples — Implementing QuantLib
In this series of screencasts, I go through a number of Jupyter notebooks (still called IPython notebooks at that time) that were eventually published in the QuantLib Python Cookbook.
🌐
Jrvarma
jrvarma.in › papers › 2015-08-09-CiSE-Computational-Finance-QuantLib-Python-Accepted-Version.pdf pdf
Computational Finance Using QuantLib-Python c ⃝2016 IEEE Jayanth R. Varma
This note introduces QuantLib for computational finance applications in teaching and · research, along with a ‘worked-out’ example. The fact that it is also available (and · extendable) in Python allows one to harness the power of C++ with the ease of IPython
Top answer
1 of 5
17

At this time, there's no specific documentation for QuantLib-Python, except for a series of screencasts that I started a while ago (you can find them on YouTube at https://www.youtube.com/playlist?list=PLu_PrO8j6XAvOAlZND9WUPwTHY_GYhJVr) but which is far from exhaustive; there's just a few of them for now, and there's no definite learning path.

However, the structure of the library in Python is the same as in C++, except for some changes (like the use of std::shared_ptr in C++ being hidden in Python) that were made so that one could write more idiomatic Python code. Therefore, you should be able to use the resources listed on the QuantLib site at http://quantlib.org/docs.shtml and translate their advice to the corresponding Python code.

One thing you might run into is that not all of QuantLib is exported to Python. Again, there's no documentation of what's there; so when in doubt, search for a feature inside the SWIG interface files to check if it's exported.

Update: last year, Goutham and I have pooled our material and published the QuantLib Python Cookbook. It's still a work in progress, but it might already be useful.

Further update: as of the end of 2024, A QuantLib Guide is also available.

2 of 5
11

You will find a tutorial of QuantLib using python with simple examples here:

http://gouthamanbalaraman.com/blog/quantlib-python-tutorials-with-examples.html

I have been writing these as a means to be instructive to others going through the process of learning and working with QuantLib. If you have suggestions on what topics you would like to read, please post a comment.

🌐
GitHub
github.com › lballabio
lballabio (Luigi Ballabio) · GitHub
I'm Luigi Ballabio, co-founder and current maintainer of the open-source QuantLib project. I'm also the author of A QuantLib Guide, Implementing QuantLib and QuantLib Python Cookbook, and I'm available for training on-site (in Europe and UK) or remote (anywhere).
🌐
GitHub
github.com › lballabio › QuantLib-site › blob › master › docs.shtml
QuantLib-site/docs.shtml at master · lballabio/QuantLib-site
<li>David Duarte provides <strong>a reference to the QuantLib-Python module</strong> at <a href="https://quantlib-python-docs.readthedocs.io/">https://quantlib-python-docs.readthedocs.io/</a>. It's a work in progress: contributions are welcome through pull requests.</li> </ul> ·
Author   lballabio
🌐
Quantlib
quantlib.org › download.shtml
QuantLib Download Page
Official binary distributions are available for Python and C#; these should be preferred, unless you want to modify the library. Wheels are available for all common platforms and a few less common ones. To install QuantLib in your (virtual) environment, run:
🌐
EBIN.PUB
ebin.pub › quantlib-python-cookbook-k-3399939.html
QuantLib Python Cookbook - EBIN.PUB
The Python Cookbook is a collection of problems, solutions, and practical examples for Python programmers, written by Py ... Like this paper and download? You can publish your own PDF file online for free in a few minutes!
🌐
Leanpub
leanpub.com › quantlibguide
A QuantLib Guide [Leanpub PDF/iPad/Kindle]
It's a gap that, unfortunately, I contributed to create; my book Implementing QuantLib is aimed more at developers wanting to extend the library and less at users, and the material I contributed to QuantLib Python Cookbook is a decent catalog of use cases but lacks a bit of direction.
🌐
Quantlib
quantlib.org › install › windows-python.shtml
QuantLib-Python Installation on Windows
tar xzf QuantLib-SWIG-1.36.tar.gz This creates a folder QuantLib-SWIG-1.36; enter its Python subfolder and build the QuantLib wrappers by executing: