How do I list companies with 'account filings'

Hi, I’m trying to return a list (or filter) of all companies (or company numbers) that have a filing for their accounts. It’s not clear to me how I do this with the API, so some help would be much appreciated!

Many thanks,
Mike.

Hi Mike,

You may find that the following already has the data you require: Companies House

There is an Accounts.AccountCategory list which shows, type and whether to not they have filed accounts. You could use this as your driving table as otherwise it would be hit and miss.

1 Like

Ah, I had found this but didn’t realise they had that category. That would be perfect for my needs - thanks!