Companies House · Schema

lastAccounts

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
made_up_to string Deprecated. Please use accounts.last_accounts.period_end_on
period_end_on string The last day of the most recently filed accounting period.
period_start_on string The first day of the most recently filed accounting period.
type object The type of the last company accounts filed. For enumeration descriptions see `account_type` section in the [enumeration mappings](https://github.com/companieshouse/api-enumerations/blob/master/consta
View JSON Schema on GitHub

JSON Schema

lastaccounts.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "lastAccounts",
  "properties": {
    "made_up_to": {
      "type": "string",
      "format": "date",
      "description": "Deprecated. Please use accounts.last_accounts.period_end_on"
    },
    "period_end_on": {
      "type": "string",
      "format": "date",
      "description": "The last day of the most recently filed accounting period."
    },
    "period_start_on": {
      "type": "string",
      "format": "date",
      "description": "The first day of the most recently filed accounting period."
    },
    "type": {
      "description": "The type of the last company accounts filed.  \n For enumeration descriptions see `account_type` section in the [enumeration mappings](https://github.com/companieshouse/api-enumerations/blob/master/constants.yml).    ",
      "enum": [
        "null",
        "full",
        "small",
        "medium",
        "group",
        "dormant",
        "interim",
        "initial",
        "total-exemption-full",
        "total-exemption-small",
        "partial-exemption",
        "audit-exemption-subsidiary",
        "filing-exemption-subsidiary",
        "micro-entity",
        "no-accounts-type-available",
        "audited-abridged",
        "unaudited-abridged"
      ]
    }
  },
  "type": "string",
  "required": [
    "type",
    "made_up_to"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lastaccounts"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.