EventHistoryItem

A dated event in the company's filing/notice history

  • date
    Type: string Format: date-time

    Timestamp (ISO-8601) on which this event occurred.

  • description
    Type: string

    Human-readable description of the event, taken from the notice's note or its raw description.

  • source
    Type: string enum

    The data source this event was derived from, normalised to the four public API-level sources. One of:

    • COMPANIES_HOUSE — sourced from Companies House (registry filings, officer data, etc.).
    • GAZETTE — sourced from The Gazette (official UK public record — insolvency notices, etc.).
    • REGISTRY_TRUST — sourced from Registry Trust (County Court Judgments and other debt registry records).
    • GRAND — Grand-derived or Grand-curated; catch-all for non-authoritative sources including court filings, news/press, and manual overrides.
    values
    • COMPANIES_HOUSE
    • GAZETTE
    • REGISTRY_TRUST
    • GRAND
  • type
    Type: string enum

    The category of event/notice. One of:

    • ACCOUNTS — annual accounts filing.
    • ADDRESS — registered office address change.
    • ADMINISTRATION — administration-related notice.
    • ANNUAL_RETURN — annual return / confirmation statement.
    • CAPITAL — share capital change.
    • CCJ — County Court Judgment.
    • CHANGE_OF_NAME — company name change.
    • COURT_FILING — a court filing.
    • DISSOLUTION — dissolution notice.
    • INCORPORATION — company incorporation.
    • LIQUIDATION — liquidation notice.
    • MISCELLANEOUS — an event that does not fit another category.
    • MORTGAGE — a mortgage or charge.
    • OFFICERS — a change to officers (directors, secretaries).
    • RESOLUTION — a filed resolution.
    • STRIKE_OFF — a strike-off (removal from the register) notice.
    values
    • ACCOUNTS
    • ADDRESS
    • ADMINISTRATION
    • ANNUAL_RETURN
    • CAPITAL
  • url
    Type: string

    URL to the underlying record for this event, when one is available.

Grand Public API