company
: Filter by internal Company ID (Number).
company_isin
: Filter by Company ISIN (String, Case-insensitive).
lei
: Filter by Company Legal Entity Identifier (LEI) (String).
countries
: Filter by Company country ISO Alpha-2 code(s). Comma-separated for multiple values (e.g., US,GB,DE
) (String).
languages
: Filter by filing language ISO 639-1 code(s). Comma-separated for multiple values (e.g., en,de
) (String).
language
: Filter by a single filing language ISO 639-1 code (e.g., en
) (String).
added_to_platform_from
: Filter by date added to platform (inclusive start date, YYYY-MM-DDTHH:MM:SSZ
format) (DateTime).
added_to_platform_to
: Filter by date added to platform (inclusive end date, YYYY-MM-DDTHH:MM:SSZ
format) (DateTime).
dissemination_datetime_from
: Filter by dissemination datetime (inclusive start, YYYY-MM-DDTHH:MM:SSZ
format) (DateTime).
dissemination_datetime_to
: Filter by dissemination datetime (inclusive end, YYYY-MM-DDTHH:MM:SSZ
format) (DateTime).
release_datetime_from
: Filter by release datetime (inclusive start, YYYY-MM-DDTHH:MM:SSZ
format) (DateTime).
release_datetime_to
: Filter by release datetime (inclusive end, YYYY-MM-DDTHH:MM:SSZ
format) (DateTime).
type
: Filter by Filing Type code (e.g., ANNREP
) (String).
source
: Filter by Source ID (likely internal ID or name, exact field depends on default filter generation) (String/Number).
sector
: Filter by GICS Sector code (String).
industry_group
: Filter by GICS Industry Group code (String).
industry
: Filter by GICS Industry code (String).
sub_industry
: Filter by GICS Sub-Industry code (String).
countries
: Filter by Company country ISO Alpha-2 code(s). Comma-separated for multiple values (e.g., US,GB,DE
) (String).
page
(Integer): The page number for pagination (default is 1).
page_size
(Integer): The number of results per page (default is 20, max is 100).
search
(String): A general search term. Supported fields vary by endpoint (see endpoint descriptions).
ordering
(String): Field name to order results by. Prefix with -
for descending order. Supported fields vary (e.g., /filings/
supports release_datetime
, added_to_platform
).
200 OK
: Request successful.
400 Bad Request
: Invalid request parameters or format. Check the detail
message.
401 Unauthorized
: No API key provided or key is invalid/inactive (AuthenticationFailed
).
403 Forbidden
: API key is valid, but lacks permission for the requested resource or action (or potentially plan-related restrictions).
404 Not Found
: The requested resource (e.g., specific company ID) does not exist.
429 Too Many Requests
: Rate limit exceeded.
500 Internal Server Error
: An unexpected error occurred on the server.