hi Brian, all,
I am collecting option chains from IB using collect_ibkr_option_chains
.
For some liquid European equity index options (ESTX50, DAX), I only get one trading class, rather than all options.
For reference, when using ib-insync, I get the following:
| exchange | underlyingConId | tradingClass | multiplier |
| EUREX | 4356500 | OESX | 10 |
| EUREX | 4356500 | OEXP | 10 |
| | | | |
| | | | |
| exchange | underlyingConId | tradingClass | multiplier |
| EUREX | 825711 | ODAX | 5 |
| EUREX | 825711 | ODXS | 1 |
| EUREX | 825711 | ODAP | 5 |
With collect_ibkr_option_chains, for DAX, I only get ODXS, multiplier 1. This is the least liquid and least interesting one.
In the absence of tradingClass as an argument for collect_ibkr_option_chains
, I don't see any way around this.
Any thoughts?
Thanks,
Arto