---
title: "Parkinson Volatility"
method: POST
path: "/assets/volatility/estimation/parkinson"
tags: ["Assets / Volatility Estimation"]
---

# Parkinson Volatility

`POST /assets/volatility/estimation/parkinson`

Compute the Parkinson volatility of an asset over a given time period, using open, high, low and close prices.

References
* [Colin Bennett, Trading Volatility, Correlation, Term Structure and Skew](https://www.trading-volatility.com/)
* [Parkinson, Michael H., The Extreme Value Method for Estimating the Variance of the Rate of Return, The Journal of Business 53 (1980), 61-65](https://www.jstor.org/stable/2352357)

## Request body

- object
  - `assets` object[], required
    - `assetPrices` object[], required — assetPrices[t] contains price information for the asset at the date t
      - `date` string, required — The date corresponding to the date t in format YYYY-MM-DD; all dates must be distinct
      - `high` number, required — The high price of the asset at the date t; must be lower than or equal to the high price
      - `low` number, required — The low price of the asset at the date t; must be higher than or equal to the low price

## Response `200`

OK

- object
  - `assets` object[], required
    - `assetVolatility` number, required — The volatility of the asset

---

[API](https://skmtc.net/portfoliooptimizer/apis/portfolio-optimizer.md) · [All operations](https://skmtc.net/portfoliooptimizer/apis/portfolio-optimizer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portfoliooptimizer/portfolio-optimizer/versions/479fd4ac44aa/schema)
