Financial data, structured from iXBRL
One API call to GET /v1/company/04092394/financials returns 10 structured fields parsed from the iXBRL filing — net profit, full balance sheet, employee headcount — all in actual GBP integers, with prior-year comparatives.
Try live data — live financials for any UK company
Sign in to look up any UK company in real time using your free API key.
Key metrics — FY2024 vs FY2023
Both years returned in a single API call. Hover for the XBRL taxonomy field name.
Balance Sheet
Bar height is proportional. Hover for values.
Data completeness
10/20 fields extracted from the iXBRL filing. Revenue is not disclosed — permitted under FRS-102 for private companies.
{
"status": "success",
"cached": true,
"cache_age_seconds": 18432,
"credits_used": 1,
"credits_remaining": 49,
"data": {
"company_name": "CODEWEAVERS LIMITED",
"company_number": "04092394",
"accounts_type": "full",
"period_end": "2024-12-31",
"period_start": "2024-01-01",
"currency": "GBP",
"data_quality": {
"completeness": 0.5,
"fields_attempted": 20,
"fields_extracted": 10,
"has_profit_loss": true,
"has_balance_sheet": true,
"taxonomy_version": "FRS-102/2024-01-01",
"missing_fields": [
"turnover",
"gross_profit",
"operating_profit",
"profit_before_tax",
"tax",
"depreciation",
"stocks",
"creditors_after_one_year",
"share_capital",
"retained_earnings"
]
},
"profit_and_loss": {
"turnover": null,
"gross_profit": null,
"operating_profit": null,
"profit_before_tax": null,
"tax": null,
"profit_after_tax": {
"current": 4571000,
"prior": 2355000
},
"depreciation": null
},
"balance_sheet": {
"fixed_assets": {
"current": 3928000,
"prior": 2546000
},
"intangible_assets": {
"current": 2695000,
"prior": 1076000
},
"current_assets": {
"current": 6803000,
"prior": 5161000
},
"stocks": null,
"debtors": {
"current": 6493000,
"prior": 2676000
},
"cash": {
"current": 310000,
"prior": 2485000
},
"creditors_within_one_year": {
"current": 1386000,
"prior": 2714000
},
"creditors_after_one_year": null,
"net_assets": {
"current": 9206000,
"prior": 4635000
},
"equity": {
"current": 0,
"prior": 0
},
"share_capital": null,
"retained_earnings": null
},
"other": {
"employees": {
"current": 142,
"prior": 128
}
}
}
}Try it with any UK company
Financial data is available for any company that files digitally with Companies House. Get a free API key — 50 calls per month, no credit card.
Was this page helpful?