Quantitative finance toolkit for Python — markets, options, risk, and time series
Project description
The quantmod package is inspired by the popular R package of the same name but reimagined for the modern Python data stack. It’s designed to support data scientists, analysts, and AI researchers with tools for fast, flexible data exploration and visualization. Whether you're working with time series, building machine learning pipelines, or prototyping data-driven ideas, quantmod offers a clean, intuitive interface that helps you move quickly from data to insight.
Installation
The easiest way to install quantmod is using pip:
pip install quantmod
Modules
Quickstart
# Retrieves market data & ticker object
from quantmod.markets import getData, getTicker
# Charting module
import quantmod.charts
# Option price
from quantmod.models import OptionInputs, BlackScholesOptionPricing, MonteCarloOptionPricing
# Risk measures
from quantmod.risk import RiskInputs, ValueAtRisk, ConditionalVaR, VarBacktester
# Calculates price return of different time period.
from quantmod.timeseries import *
# Technical indicators
from quantmod.indicators import ATR
# Derivatives functions
from quantmod.derivatives import maxpain
# Datasets functions
from quantmod.datasets import fetch_historical_data
Note: quantmod is currently under active development, and anticipate ongoing enhancements and additions. The aim is to continually improve the package and expand its capabilities to meet the evolving needs of the community.
Examples
Refer to the examples section for more details.
Changelog
The list of changes to quantmod between each release can be found here
Community
Join the quantmod server to share feature requests, report bugs, and discuss the package.
Legal
quatmod is distributed under the Apache Software License. See the LICENSE.txt file in the release for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quantmod-0.1.4.tar.gz.
File metadata
- Download URL: quantmod-0.1.4.tar.gz
- Upload date:
- Size: 671.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
069119f0b89d4b0f3b04401379871d0bb6f0e4f7741698e463f3a5550876ef3d
|
|
| MD5 |
da513a655cd9e7f01efa52a96f87a4f8
|
|
| BLAKE2b-256 |
51cc529ef51359e19f56a8759cc4f1bed0e217a6f3b6f8df01334568e4dde6d5
|
File details
Details for the file quantmod-0.1.4-py3-none-any.whl.
File metadata
- Download URL: quantmod-0.1.4-py3-none-any.whl
- Upload date:
- Size: 466.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e3908391f152215d5589282c09d2ff546f7eed914486d6a3830c0fbcb91676a
|
|
| MD5 |
271610897d6e2b24bcb6adec3fd8f16f
|
|
| BLAKE2b-256 |
c8b7fda20ba51344f12200b84fbd9b81c3ec45e0d6323af7c7b15baca924a5a7
|