import refinitiv.data as rd
rd.open_session()
response = rd.discovery.search(
view=rd.discovery.Views.MUNICIPAL_INSTRUMENTS,
filter = "(IsActive eq true and SearchAllCategoryv2 eq 'US Municipal Bonds')",
top = 10000,
select = "CUSIP"
)
print(response)
Tried this but it is reaching the limit, client wants to see the next securities adter the 10,000