I get a list of rics from chain_ric = '0#TWCORPERPS=', then I use this line of code :
rd.get_history(universe=tweb_rics[:100],,
fields=['MID_PRICE', 'MID_YLD_1'],
start='2024-10-16',
end='2024-10-17')
I only request the first 100 and I get an error message : "Error code -1 | 'headers".
Notice I dont get it when requesting only 10 rics or less.