Closed combsbt closed 5 years ago
This was supposed to be a "feature request".
And it was supposed to say "in historical options data". Don't know if that info is available.
@combsbt totally agree with IV is an important datapoint for trade decisions.
RH doesn't provide IV data on the historical options data, though one could use Black-Scholes and calculate it. For real time data, you can enhance an option quote via Option.mergein_marketdata_list
, and this will add the IV on there. Here's an example I added that shows how I got this to work for me, https://github.com/westonplatter/fast_arrow/commit/1ba1f2999ef58aba224c78bad72438d0cf014118#diff-bf3eca1038816b69cbfd7ece770c47faR82.
Let me know if this answers your feature request.
Closing this due to inactivity.
Include IV in options data.
IV is pretty important when making decisions about options trading.