Yes, it throws 504 error, the following one to be specific.
DataException: Unknown Content-Type (text/html) with response: (b'\r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out\r\nnginx\r\n\r\n\r\n')
for most of the scripts (nifty-50 e.g. token…
Hi,
I am facing probably the same issue. Let me explain.
I am trying to fetch '3minute' data with for loops (100 rows at a time)
Here is what I am doing.
------------------------------------------------------------
for stock in stocks:
fromDate…