v1

latestOpenAPI 3.1.02026-08-061838260.7 KB
EDGAR Operational Status API

EDGAR System Status

Uses EDGAR operating hours logic and communicates with other EDGAR components to determine the ability of the system to receive API calls and submissions.

get/status

Response

Ok. The EDGAR system was able to provide a status response.

trackingstring

A universal tracking identifier that can be used by applications to keep track of individual requests sent to the EDGAR API. The tracking identifier correlates all actions taken in the course of a single request. If seeking support from the EDGAR Help Desk this will be a useful piece of information to provide.

locatorstring

A short identifier that can be used by the EDGAR Help Desk to locate the tracking identifier within the EDGAR system.

condition'ACCEPTING' | 'ACCEPTING_WITH_TECHNICAL_DIFFICULTIES' | 'ACCEPTING_AFTER_HOURS' | 'ACCEPTING_AFTER_HOURS_WITH_TECHNICAL_DIFFICULTIES' | 'OUTSIDE_OPERATING_HOURS' | 'NO_COMMUNICATION'

The current operating state of EDGAR

messagestring

Optionally provides additional information if any is required

Example response

{
  "message": "EDGAR is not receiving submissions until MM/DD/YYYY at HH:MM AM"
}