Hi, I'm able to get the "Option Watch Implied Vol" on an individual option like this:
df, e = ek.get_data('EMBA172011400.U', ['TR.BIDPRICE','TR.ASKPRICE','TR.OPWBidImpliedVolatility', 'TR.OPWAskImpliedVolatility'])
However, the same does not work on the option chain ticker 0#EMB*.U:
df, e = ek.get_data('0#EMB*.U', ['TR.BIDPRICE','TR.ASKPRICE','TR.OPWBidImpliedVolatility', 'TR.OPWAskImpliedVolatility'])
Please advise how this can work with chain ticker as well. Please note that I'm aware that chain ticker works with "IMP_VOLTB", "IMP_VOLTA", but those return implied vols on last prices, not implied vols on mid prices.