Hi all,
I’m looking for the best way to get a list of companies that had insolvency cases between given dates. I am aware of the Gazette API and it works great for recent times. However, from around 2013 backwards, it is not great.
The current approach I use is to use the API to request companies that dissolved between my start dates and a much later date, and then check each whether it has insolvency cases and if it does, I take the date from it for the specific insolvency events I care about. I’m wondering whether there is a way to avoid this two step searching - reducing the API calls made to Companies House would obviously be a good thing for everyone
Thanks