Quantmod Python Package
Project description
Quantmod Python Library
[!CAUTION]
The quantmod-python package has been migrated to quantmod. Please install quantmod for the latest features and updates.
quantmod 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-python
Modules
Quickstart
# Retrieves market data & ticker object
from quantmod.markets import getData, getTicker
# Option price
from quantmod.models import OptionInputs, BlackScholesOptionPricing, MonteCarloOptionPricing
# 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
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
Refer here
Legal
quatmod
is distributed under the Apache Software License. See the LICENSE.txt file in the release for details.
Project details
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
File details
Details for the file quantmod_python-0.0.4.tar.gz
.
File metadata
- Download URL: quantmod_python-0.0.4.tar.gz
- Upload date:
- Size: 38.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b5780099779ef245431478de6fbe8b9356836a98e771d36121ed4548f70a3d6 |
|
MD5 | 8fec7731bbed430a02c7074b229e1c0b |
|
BLAKE2b-256 | 231a538c9d4a6e35bccaea463175e118d94f0a62b8500e491fa37e51c87efa50 |
File details
Details for the file quantmod_python-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: quantmod_python-0.0.4-py3-none-any.whl
- Upload date:
- Size: 27.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ec3d730f9aef516f538ab638df47bf8f4be83228bf21e7285fda21796ecebee |
|
MD5 | 0334c2b527c3c87b93a3a4d03d977950 |
|
BLAKE2b-256 | 5efb1b5fe42041f73dcd1b771e1a0d918b23af51fb0cf7dd96ae2568244f3648 |