0.01
No commit activity in last 3 years
No release in over 3 years
Ruby API to UK Companies House XML Gateway.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.0.9
>= 0.3.2
 Project Readme

Ruby API to UK Companies House XML Gateway.

Companies House XML Gateway¶ ↑

The Companies House XML Gateway offers electronic access to a core range of company information from Companies House Databases. The service is accessible online over the internet by authorised XML Gateway customers.

For more details about the Companies House XML Gateway, including how to become a registered user see: xmlgw.companieshouse.gov.uk/

Disclaimer¶ ↑

The companies-house rubygem has been developed independently of Companies House. It is in no way authorized or supported by Companies House.

Example usage:¶ ↑

Note usage requires you have a registered account with Companies House: xmlgw.companieshouse.gov.uk/faq.shtml#hdiafaxga

require 'rubygems'
require 'companies-house'

CompaniesHouse.sender_id = 'XMLGatewayTestUserID'
CompaniesHouse.password = 'password'

x = CompaniesHouse.name_search 'Canonical'

x = CompaniesHouse.number_search '05276648'

x = CompaniesHouse.company_details '05276648'