Company
Company Profile
type Company {
id: ID!
companyid: ID!
name: String!
companyname: String!
country: String!
industry: Int!
siccode: Int!
currency: String!
location: String!
companylocation: String!
county: String!
postcode: String!
creationdate: String!
companytype: String!
previousname: String
lastreported: String
lastmadeupdate: String
nextduedate: String
cessationdate: String
url: AWSURL
financialmodel: [StandardFinancials!]
}
Fields
id
● ID!
Companies House company number prepended with UK for UK companies
companyid
● ID!
Companies House company number prepended with UK for UK companies
Deprecated see
id
instead
name
● String!
Name of the company
companyname
● String!
Name of the company
Deprecated see
name
instead
country
● String!
Country this company is registered in
industry
● Int!
Scribe industry classification
siccode
● Int!
Original SIC Code
currency
● String!
Currency the financials are reported in
location
● String!
City/town
companylocation
● String!
City/town
Deprecated see
location
instead
county
● String!
County
postcode
● String!
Postcode
creationdate
● String!
Creation date
companytype
● String!
Type of the company as defined by Companies House
previousname
● String
Previous name if the company has changed
lastreported
● String
Date of the last report (publication date)
lastmadeupdate
● String
Date of the last report (made up date)
nextduedate
● String
Date next accounts are due
cessationdate
● String
Date of dissolution
url
● AWSURL
URL of the company's website
financialmodel
● [StandardFinancials!]
Financial model
Example
{
"id": "UK12345678",
"companyid": "UK12345678",
"name": "TESTCO LIMITED",
"companyname": "TESTCO LIMITED",
"country": "UK",
"industry": 10,
"siccode": 62020,
"currency": "GBP",
"location": "London",
"companylocation": "London",
"county": "Greater London",
"postcode": "E1 6AN",
"creationdate": "2020-01-01",
"companytype": "Private Limited Company",
"previousname": "PREVIOUS NAME LIMITED",
"lastreported": "2020-01-01",
"lastmadeupdate": "2020-01-01",
"nextduedate": "2020-01-01",
"cessationdate": "2020-01-01",
"url": "https://testco.com",
"financialmodel": [
{
"period": "FY2022",
"isrevenueapprox": true,
"inc": {
"increv": 100000,
"inccogs": 100000,
"incgrossprof": 100000,
"incopcostsadmin": 100000,
"incopprof": 100000,
"incnfc": 100000,
"pbt": 100000,
"incalltax": 100000,
"pat": 100000,
"revgrowth": 100000,
"netprofrat": 100000,
"impnetprofrat": 100000
},
"bst": {
"cacash": 100000,
"cainv": 100000,
"cadebtor": 100000,
"catca": 100000,
"ncattang": 100000,
"ncaint": 100000,
"ncatnca": 100000,
"ta": 100000,
"clcred": 100000,
"clstdebt": 100000,
"tcl": 100000,
"nclcredit": 100000,
"ncldebt": 100000,
"tncl": 100000,
"tl": 100000,
"eqcap": 100000,
"eqte": 100000,
"fat": 100000
},
"cfl": {
"opintpaid": 100000,
"optax": 100000,
"opnetcf": 100000,
"invprop": 100000,
"invpropdisp": 100000,
"invinvest": 100000,
"invnetinvest": 100000,
"finborrow": 100000,
"finrepay": 100000,
"findivi": 100000,
"finnetfin": 100000,
"cashopen": 100000,
"cashclose": 100000,
"cashinc": 100000
}
}
]
}
Returned By
company
query