quantmod


Namequantmod JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://kannansingaravelu.com/
SummaryQuantmod Python Package
upload_time2025-08-13 13:42:59
maintainerNone
docs_urlNone
authorKannan Singaravelu
requires_python>=3.10
licenseApache License 2.0
keywords python quant quantmod quantmod-python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
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:

```bash
pip install quantmod
```


## Modules

* [charts](https://kannansingaravelu.com/quantmod/charts/)
* [datasets](https://kannansingaravelu.com/quantmod/datasets/)
* [derivatives](https://kannansingaravelu.com/quantmod/derivatives/)
* [indicators](https://kannansingaravelu.com/quantmod/indicators/)
* [markets](https://kannansingaravelu.com/quantmod/markets/)
* [models](https://kannansingaravelu.com/quantmod/models/)
* [risk](https://kannansingaravelu.com/quantmod/risk/) 
* [timeseries](https://kannansingaravelu.com/quantmod/timeseries/)


## Quickstart

```py
# 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
```
<br>
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](https://kannansingaravelu.com/) section for more details.


## Changelog
The list of changes to quantmod between each release can be found [here](https://kannansingaravelu.com/quantmod/changelog/)


## Community
[Join the quantmod server](https://discord.com/invite/DXQyezbJ) to share feature requests, report bugs, and discuss the package.


## Legal 
`quatmod` is distributed under the **Apache Software License**. See the [LICENSE.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) file in the release for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://kannansingaravelu.com/",
    "name": "quantmod",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "python, quant, quantmod, quantmod-python",
    "author": "Kannan Singaravelu",
    "author_email": "inquant@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/3d/72/40e9d0804f4af2161f0ae87531eb94ab0a89e781ba92d3c669fe2bf9188c/quantmod-0.1.0.tar.gz",
    "platform": "any",
    "description": "\nThe quantmod package is inspired by the popular R package of the same name but reimagined for the modern Python data stack. It\u2019s 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.\n\n\n## Installation\nThe easiest way to install quantmod is using pip:\n\n```bash\npip install quantmod\n```\n\n\n## Modules\n\n* [charts](https://kannansingaravelu.com/quantmod/charts/)\n* [datasets](https://kannansingaravelu.com/quantmod/datasets/)\n* [derivatives](https://kannansingaravelu.com/quantmod/derivatives/)\n* [indicators](https://kannansingaravelu.com/quantmod/indicators/)\n* [markets](https://kannansingaravelu.com/quantmod/markets/)\n* [models](https://kannansingaravelu.com/quantmod/models/)\n* [risk](https://kannansingaravelu.com/quantmod/risk/) \n* [timeseries](https://kannansingaravelu.com/quantmod/timeseries/)\n\n\n## Quickstart\n\n```py\n# Retrieves market data & ticker object \nfrom quantmod.markets import getData, getTicker\n\n# Charting module\nimport quantmod.charts\n\n# Option price\nfrom quantmod.models import OptionInputs, BlackScholesOptionPricing, MonteCarloOptionPricing\n\n# Risk measures\nfrom quantmod.risk import RiskInputs, ValueAtRisk, ConditionalVaR, VarBacktester\n\n# Calculates price return of different time period.\nfrom quantmod.timeseries import *\n\n# Technical indicators\nfrom quantmod.indicators import ATR\n\n# Derivatives functions\nfrom quantmod.derivatives import maxpain\n\n# Datasets functions\nfrom quantmod.datasets import fetch_historical_data\n```\n<br>\nNote: 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.\n\n\n## Examples\nRefer to the [examples](https://kannansingaravelu.com/) section for more details.\n\n\n## Changelog\nThe list of changes to quantmod between each release can be found [here](https://kannansingaravelu.com/quantmod/changelog/)\n\n\n## Community\n[Join the quantmod server](https://discord.com/invite/DXQyezbJ) to share feature requests, report bugs, and discuss the package.\n\n\n## Legal \n`quatmod` is distributed under the **Apache Software License**. See the [LICENSE.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) file in the release for details.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Quantmod Python Package",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://kannansingaravelu.com/"
    },
    "split_keywords": [
        "python",
        " quant",
        " quantmod",
        " quantmod-python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a5b3c70ef34d4e74235afd6bc4422aeca506c57e598856e66370884ae0196030",
                "md5": "b87f633cd6fef1783c04890b51782423",
                "sha256": "4785e0976823985d54d9b277a2be4517f35666ee16f9047763b4a2c928c72be5"
            },
            "downloads": -1,
            "filename": "quantmod-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b87f633cd6fef1783c04890b51782423",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 447070,
            "upload_time": "2025-08-13T13:42:56",
            "upload_time_iso_8601": "2025-08-13T13:42:56.764379Z",
            "url": "https://files.pythonhosted.org/packages/a5/b3/c70ef34d4e74235afd6bc4422aeca506c57e598856e66370884ae0196030/quantmod-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d7240e9d0804f4af2161f0ae87531eb94ab0a89e781ba92d3c669fe2bf9188c",
                "md5": "311a142c02f159df2b089c333186ed74",
                "sha256": "08da04557e06559406bc109c07f34c939d1f3bcfbad7f1cd507321ba09ba5d60"
            },
            "downloads": -1,
            "filename": "quantmod-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "311a142c02f159df2b089c333186ed74",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 435678,
            "upload_time": "2025-08-13T13:42:59",
            "upload_time_iso_8601": "2025-08-13T13:42:59.465905Z",
            "url": "https://files.pythonhosted.org/packages/3d/72/40e9d0804f4af2161f0ae87531eb94ab0a89e781ba92d3c669fe2bf9188c/quantmod-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-13 13:42:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "quantmod"
}
        
Elapsed time: 1.27591s