TSchulz85
TSchulz85
So by default, there is a limit of 5000 items, but you can increase the limit by specifying the override of "LIMIT=20000". I'm happy to test some things via BBG,...
Basically I get this error back NotFoundException: Attempt to access unknown sub-element 'overrides' on element 'ExcelGetGridRequest' (0x0006000d)
Hmm, I actually still have the same problem. Any idea what I could modify to make it work?
Almost exactly: ```python con = pdblp.BCon() con.start() df = con.bsrch("FI:BONDS") df.shape Out[16]: (5000, 1) ```