Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Historical queries for the Snapshot Options API #3

Open
danlim-wz opened this issue May 5, 2022 · 6 comments
Open

Historical queries for the Snapshot Options API #3

danlim-wz opened this issue May 5, 2022 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@danlim-wz
Copy link

Is your feature request related to a problem? Please describe.
Currently, the Snapshot Options API only displays the current state and not the historical states of an option contract. Knowing historical states are vital for strategy formulation/backtesting & powering of option chain analytical dashboards.

(1) Historical open_interest is currently not available. Knowing the change in the daily open_interest for an option contract is particularly useful to determine if contracts are being opened/closed/exchanged (when compared with contract volume).

(2) Historical implied_volatility is currently not available. This is incredibly useful to determine the implied volatility percentile/rank for a given contract/underlying stock.

Describe the solution you'd like
Addition/support for an optional date range query for the Snapshot - Option Contract: /v3/snapshot/options/{underlyingAsset}/{optionContract} endpoint as per your other endpoints:
Screenshot from 2022-05-05 19-48-09

Describe alternatives you've considered
(1) I currently do not have a way to retrieve historical open interest programmatically. My broker displays it on their platform but it cannot be retrieved via their API. Have considered pulling data from polygon once a day but this is not feasible/scalable at all especially when I need data from 2 years back.

(2) I currently pull historical stock prices and it's 1 month forward option contract prices and solve for the implied volatility using the Black-Scholes formula. This results in a lot of computations. It would be much easier/faster if polygon offered the historical implied volatility for option contracts.

Additional context
The 13/52 week Implied Volatility Percentile/Rank is widely used/displayed and may potentially be of some value if offered.

P.S. Really appreciate the Polygon team's work on the options API endpoints thus far!

@jrbell19
Copy link
Collaborator

This is one of the most highly requested feature requests, so we are working to prioritize this. We have all the data, we just need to build the service out.

@jrbell19 jrbell19 transferred this issue from polygon-io/issues Mar 9, 2023
@jyt109
Copy link

jyt109 commented Aug 24, 2023

Is there an update here, generally it seems like implied_volatility is also missing after market hours

@andrewcz
Copy link

Second this @jrbell19

@bad76
Copy link

bad76 commented Apr 26, 2024

Is there any update here?

@ARNAUFITE
Copy link

Any update? I personally think historical open interest should be mandatory...

@AirswitchAsa
Copy link

we need historical option chian data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants