ME10018 - Implied Volatility Index

Regime classification: low/normal/elevated/crisis

Category

Volatility & Risk

API Endpoint

GET /v1/metrics/me10018

Request Example

curl -X GET "https://api.madjik.io/v1/metrics/me10018" \
  -H "Authorization: Bearer YOUR_API_KEY"

Python Example

import requests

response = requests.get(
    "https://api.madjik.io/v1/metrics/me10018",
    headers={"Authorization": "Bearer YOUR_API_KEY"}
)
data = response.json()
print(data)

Response Format

See Also

Last updated