HI I,m new to this forum and APIs and just exploring whats available.
Where can I find the Telephone number/contact for the company /director
Regards
John
HI I,m new to this forum and APIs and just exploring whats available.
Where can I find the Telephone number/contact for the company /director
Regards
John
The only contact information collected for both companies and directors is a postal address, we do not collect telephone numbers. Addresses for a company that can be found using the company profile end point, documented at:
and for directors can be found using a range of endpoints, documented at:
List of directors for a company: https://developer.companieshouse.gov.uk/api/docs/company/company_number/officers/officers.html
Directors appointments:
Hope this is of some assistance, thanks,
Great stuff thanks for this. I developing in Curl using recursive loops
I have the company information but I am struggling to get the financials and other things
I want All the companies details - Completed
Financials - Profit made per year… (this will be stored in each years financial statement)
Is there a way/command that I can use that skips the transaction Id to action get the accounts submitted?
This is what I want to pull back
•Full financial accounts
•Company identifiers
•Location details
•Directors’ backgrounds
•Shareholder details
•Group structure information
I would advise you to have a look at http://beta.companieshouse.gov.uk to get an idea of the information and documents that are available. This website uses the APIs you are looking at, so it might be able to understand, as you are new to Companies House information.
The financial information you seek is available by downloading the documents (scan) copy of the filed accounts. We will soon be making the accounts data available as well as a PDF download if those accounts were filed electronically and not sent to us on paper. The format of this data will be XMRL or iXBRL, an industry standard, and you will need to be able to read and parse these XML/XHTML formats… Finding the information you required in XBRL and iXBRL is, um, challenging! We cannot help with this parsing, as we do not perform it at Companies House, and merely make the data available.