I am using the following call for refintiv data platform via python :
rd.get_history('LGOX4-Z4', ['OPEN_PRC', 'HIGH_1', 'LOW_1', 'SETTLE'], 'weekly')
The above returns a "universe not found error". When changed to a non expired spread (i.e LGOF5-G5) it works fine.
I already attempted using '0#LGOX4-Z4' and 'DLGOX4-Z4' per the ric symbol finder with no luck.