Hi,
I have tried to download large amount of macro economic and industrial indicators from FRED (https://fred.stlouisfed.org/) Economic Research of St. Louis FED. My workflow is basic, just creating bunch of URL:s in the right format for the API, feeding those to the download tool and lastly parsing the XML data to a more usable format.
Everything works well with 50-100ish data series but for larger amounts (200-1000 series) the workflow returns null values. Has someone used this particular API and knows if there is some sort of hard cap for amount of requests per workflow? Has anyone noticed similar issues when dealing with other (REST) APIs?