I need to download a lot of data, which I perform in individual request (one instrument at a time), in order to prevent errors. However, after a while, my program is stuck without error message. It seems that the Datastream Python API cannot download more data, but also does not throw any error message.
I already built in a pause time of 2 seconds between the requests. Is there a data download limit per unit time?