Trying to pull the full list of option contracts for a security such as Apple using the following:
chain = rd.get_data(
universe = ['0#/AAPL*.U'])
chain.T
This pulls approx 13 RICs under 'Instrument' LongLink. Is it possible to pull them all using just one chain in the query?
I note that the method that was used with eikon doesn't appear to work with rd.get_data. How can i achieve the same results? Thanks.
df, err = ek.get_data('0#/IBM*.U', ['CF_NAME', 'OPINT_1'])