More In-Depth Option Data #2078
alvestoradmin
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Just an add-on here, I thought I should mention that for more complex modeling even the small amount of data shown here can make a difference. This is the single best free API I've come across; this is the only shortcoming I've noticed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
is there anything you need that's not available via: import yfinance as yf
op = yf.Ticker('NVDA241011C00050000')
op.history()
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yahoo Finance includes historical data for individual options contracts just as they do for stocks. Maybe not as thorough, but the data is there & usable. I was trying to use the API to automate the creation of HV vs. IV comparison charts, as they can say a lot about what the market has priced in, and there wasn't even a detour I could've taken to make it work.
Beta Was this translation helpful? Give feedback.
All reactions