Hi all,

Is there any hard limit on how may times / how much data I can download through calling self.Download(url)?

I am running some backtesting where on certain days, my algo will pull external data via self.Download. What i have seen is that after some time, call to self.Download would return empty string (len = 0)!

I wonder if anyone can help.

Best,

Andy