Quantmod Python Package
Project description
Quantmod Python package is inspired by the quantmod package for R. This new tool is designed to assist quantitative traders and data analysts with the development, testing, and rapid prototyping of trading strategies. quantmod features a straightforward and intuitive interface aimed at simplifying workflows and boosting productivity.
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
# 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.0.5.tar.gz.
File metadata
- Download URL: quantmod-0.0.5.tar.gz
- Upload date:
- Size: 429.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5329fbd90b1f3a5e9e223a13df05b06f67bea3b6a3d5c6f519004dc663dccc5c
|
|
| MD5 |
4e54e16c17023cc1ab8b3457a4f48928
|
|
| BLAKE2b-256 |
44e3f2e6b2bf58f8e315bca0d201e2a4dd38278b30bcd591f0ae31d669c4abf4
|
File details
Details for the file quantmod-0.0.5-py3-none-any.whl.
File metadata
- Download URL: quantmod-0.0.5-py3-none-any.whl
- Upload date:
- Size: 437.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88fcfa3c7072def42daee3db7a8448470040805454cae494cf6e83de5206ca12
|
|
| MD5 |
94d26e39e6171fa84fe7a1e1164b839b
|
|
| BLAKE2b-256 |
8eac25958a645d009db006c6c2dc3b34b08241591bcc04ca8ef9299e55c76adf
|