DataGardener API Docs
  1. Financials
DataGardener API Docs
  • Getting Started
    • Introduction
    • Guide
  • DataGardener API
    • Companies
      • Get company details.
      • Get company trading address.
      • Get company summary.
      • Get company previous name.
      • Get company industries.
      • Get company info by IS-8 industries
    • Financials
      • Get company statutory accounts.
        GET
      • Get company simplified accounts .
        GET
      • Get financial ratios details for a company.
        GET
    • Share Details
      • Get share details for a company.
    • Officers
      • Get officers details for a company.
    • Group Structures
      • Get group structure for a company.
    • Documents
      • Get document list for a company.
    • Directors
      • Get directors data for a company.
      • Get active directors data for a company.
    • Commentaries
      • Get Company Commentary .
    • Acquisition Merger
      • Get acquisition merger information for a company.
    • Lending
      • Get Charges Details
      • Get Outstanding Charges
      • Get Unsecured Charges
      • Get Secured Charges
      • Get Registered Charges Details
    • Persons with Significant Control(PSC)
      • Get psc details
    • County Court Judgment (CCJ)
      • Get ccj details by company number and status
    • WriteOff
      • Get WriteOff details
    • Property Register
      • Get property register details by title number
      • Get property register details
    • Government Procurement
      • Get government procurement details
    • International Trade
      • Get international trade details
    • Responsible Procurement
      • Get responsible procurement ownership details
      • Get responsible procurement mission spectrum details
    • Accounts and Bank Details
      • Get accounts and bank details
  1. Financials

Get company statutory accounts.

GET
/companies/{company-registration-number}/statutory-accounts
Financials
Retrieve filed statutory accounts for a company, including income statement, balance sheet, cash flow, equity, and key metadata (reporting period, currency, consolidation). Useful for credit risk, trend analysis, benchmarking, and compliance.

Request

Path Params

Header Params

Responses

🟢200OK
application/json
Success|OK
Body

🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.datagardener.com/companies/12559329/statutory-accounts' \
--header 'x-api-key;'
Response Response Example
200 - Success
{
  "companyRegistrationNumber": "string",
  "businessName": "string",
  "yearStartDate": "string",
  "yearEndDate": "string",
  "numberOfWeeks": "string",
  "numberOfMonths": "string",
  "currency": "string",
  "consolidatedAccount": "string",
  "turnover": -9007199254740991,
  "export": -9007199254740991,
  "costOfSales": -9007199254740991,
  "grossProfit": -9007199254740991,
  "wagesAndSalaries": -9007199254740991,
  "directorsRemuneration": -9007199254740991,
  "operatingProfit": -9007199254740991,
  "depreciation": -9007199254740991,
  "auditFees": -9007199254740991,
  "interestExpense": -9007199254740991,
  "profitBeforeTax": -9007199254740991,
  "taxation": -9007199254740991,
  "profitAfterTax": -9007199254740991,
  "dividends": -9007199254740991,
  "retainedProfit": -9007199254740991,
  "tangibleAssets": -9007199254740991,
  "intangibleAssets": -9007199254740991,
  "totalFixedAssets": -9007199254740991,
  "totalCurrentAssets": -9007199254740991,
  "tradeDebtors": -9007199254740991,
  "stock": -9007199254740991,
  "cash": -9007199254740991,
  "otherCurrentAssets": -9007199254740991,
  "increaseInCash": -9007199254740991,
  "miscCurrentAssets": -9007199254740991,
  "totalAssets": -9007199254740991,
  "totalCurrentLiabilities": -9007199254740991,
  "tradeCreditors": -9007199254740991,
  "bankBorrowingsCurrent": -9007199254740991,
  "otherShortTermFinance": -9007199254740991,
  "miscCurrentLiabilities": -9007199254740991,
  "otherLongTermFinance": -9007199254740991,
  "totalLongTermLiabilities": -9007199254740991,
  "bankOverdraftAndLTL": -9007199254740991,
  "totalLiabilities": -9007199254740991,
  "netAssets": -9007199254740991,
  "workingCapital": -9007199254740991,
  "issuedShareCapital": -9007199254740991,
  "revenueReserves": -9007199254740991,
  "otherReserves": -9007199254740991,
  "revaluationReserve": -9007199254740991,
  "totalShareholdersEquity": -9007199254740991,
  "netWorth": -9007199254740991,
  "netCashFlowFromOperations": -9007199254740991,
  "netCashFlowBeforeFinancing": -9007199254740991,
  "netCashFlowFromFinancing": -9007199254740991,
  "contingentLiabilities": -9007199254740991,
  "capitalEmployed": -9007199254740991,
  "numberOfEmployees": -9007199254740991,
  "estimated_turnover": -9007199254740991,
  "accountType": "string",
  "EBITDA": -9007199254740991
}
Previous
Financials
Next
Get company simplified accounts .
Built with