Hello,
I would like to find a Python equivalent to request Futures and options chains.
In excel, we can realize this operation with :
=RSearch("FUTURE",A2:B2,"NBROWS:1",,C2)
and
=RSearch("OPTION",A2:B2,"NBROWS:1",,C2)
In this template, formula can be seen on Cell A1. You just have to type the
RIC in Cell B2 and the Future chain/Option chain automatically pulls up in Cell
C2.