v1
latestOpenAPI 3.0.3Proprietary2026-07-244065126.5 KBCompany Document Lookup
Retrieve paginated list of documents for a specific company, optionally filtered by quarter and filing type. Use calendar_quarters or fiscal_quarters (repeatable, mutually exclusive) to filter on one or more quarters; fiscal_quarters are translated to the company's calendar quarters before filtering. The legacy period and periods parameters are deprecated and fold into calendar_quarters. Each document in the response carries both calendar_quarter and fiscal_quarter. Results are ordered by filing date descending.
Query parameters
One or more calendar quarters in YYYYQ# format. Repeat the parameter to filter on several at once (e.g., ?calendar_quarters=2024Q1&calendar_quarters=2024Q2). Mutually exclusive with fiscal_quarters.
The unique identifier of the company.
Type of filing to filter by.
One or more fiscal quarters in YYYYQ# format. Translated to the company's calendar quarters before filtering. Mutually exclusive with calendar_quarters.
When true, restrict the result set to documents that have at least one related Fundamentals row. When omitted or false, behavior is unchanged.
Number of results to return per page.
The initial index from which to return results.
Deprecated: use calendar_quarters. Single calendar quarter in YYYYQ# format (e.g., '2023Q1', '2024Q4').
Deprecated: use calendar_quarters. One or more calendar quarters in YYYYQ# format. Repeat the parameter to filter on several at once (e.g., ?periods=2024Q1&periods=2024Q2).
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}