question

Upvotes
Accepted
1 0 1 3

How can I get historical Volatility surface?

1690274260600.png

I want to get historical volatility surface data for KOSPI200 options.

I found above data with 'KS200VOLSURF' but I just can check real-time data.

I want historical volatility surface data like above format(for example, 1year daily data each have above format).

#technology#contentpython apihistoricalvolatilityvolatility-surface
1690274260600.png (357.0 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @thekimk ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Hello @thekimk

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

-AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@thekimk

Thank you for reaching out to us.

I am not sure that if this article (Instrument Pricing Analytics - Volatility Surfaces and Curves) can help. It supports the calculationDate parameter with is the date at which the volatility surface is constructed. The product is Refintiv Data Platform APIs.

For more information, please refer to the IPA Volatility Surfaces - Getting Started document.

I tested the following request.

{
  "universe": [
    {
      "surfaceTag": "1",
      "underlyingType": "Eti",
      "underlyingDefinition": {
        "instrumentCode": ".KS200"
      },
      "surfaceParameters": {
        "priceSide": "Mid",
        "volatilityModel": "SVI",
        "xAxis": "Tenor",
        "yAxis": "Strike",
        "calculationDate": "2023-07-01"
      },
      "surfaceLayout": {
        "format": "Matrix",
        "yPointCount": 10
      }
    }
  ]
}

The output is:

1690350864707.png



1690350864707.png (44.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.