v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

List filings

List all filings

get/filings

Query parameters

companystring

Company ID for which to limit the filing results.

jurisdictionstring[]

Jurisdictions to filter to, as lowercase region codes (e.g. fed, ny, pa). Repeat the parameter to provide multiple values.

status'pending' | 'blocked' | 'filed' | 'inapplicable'
yearinteger
period'annual' | 'q1' | 'q2' | 'q3' | 'q4' | 'january' | 'february' | 'march' | 'april' | 'may' | 'june' | 'july' | 'august' | 'september' | 'october' | 'november' | 'december' | 'other'
limitinteger

Number of results to return per page. Valid values range from 1 to 500.

is_amendmentboolean

Filter for amendment filings with true, and original filings with false. As a reminder, amendments only surface when the status is submitted or filed

Response

200

nextstring
previousstring

Example response

{
  "results": [
    {
      "id": "com_fil_9kL2mN8pQ4rS6tU1vW3x",
      "company": "com_7bF9dG2hJ5kM8nP1qR4s",
      "year": 2024,
      "period": "q1",
      "label": "Federal Quarterly Filing - Q1",
      "jurisdiction": "fed",
      "agency": "agc_ukjABgbD0hQ3dfBRyMPD",
      "due_at": "2024-04-15",
      "filed_at": "2024-04-12T16:30:25.847Z",
      "closed_at": "2024-04-08T00:00:00.000Z",
      "document": "doc_3aE6fH9iL2mO5pR8sV1y",
      "filing_attempts": 2,
      "status": "filed",
      "status_history": [
        {
          "status": "inapplicable",
          "status_at": "2024-01-15T10:30:15.423Z"
        }
      ]
    }
  ]
}