check_filing_extension
Whether a company can still apply to its registrar for more time to file, how many days are left to apply, and what being late costs if that window is missed. This is usually the most useful thing to tell somebody who has just found a deadline: applying is free, takes about 15 minutes, and has to be done BEFORE the deadline it extends, so the option expires on the same day the penalty starts. Returns nextAction first. It PREPARES an application and can never submit one: the application is made by a director on the registrar’s own service, which this tool links to. It does not file accounts. Give a company number to read the deadline off the register (quota-charged, cached results free), or give the dates yourself and it costs nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| today | No | Defaults to the server's date. Supply it to test a boundary. | |
| filing | Yes | Which deadline. Only accounts can be extended; ask about the other and it says so. | accounts |
| periodEnd | No | The accounting reference date. Bounds how much extra time could be granted. | |
| jurisdiction | Yes | ISO country code. Register access exists for GB and AU. | GB |
| companyNumber | No | Read the deadline and period end off the register. Omit if you supply the dates. | |
| filingDeadline | No | The normal filing deadline, if you already have it. Skips the register request. | |
| alreadyExtended | Yes | True if this deadline has been extended once already. Do not guess it, ask. |