Returns a time-series of filing counts bucketed by granularity. Optionally filter to a specific company (cik) and/or form type. Granularity controls bucket size: week, month, quarter, year. Use year to scope the series to a single calendar year (e.g. year=2020). Use from_date to set an arbitrary start date; omit for full history. Useful for visualising a company’s filing cadence over time.
Returns a time-series of filing counts, optionally scoped to a single company, form type, or calendar year. Useful for charting a company’s disclosure cadence or monitoring market-wide activity over time.Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
granularity parameter controls the size of each bucket in the series array:
| Value | Bucket size | Example period |
|---|---|---|
week | ISO calendar week | 2024-01-01 |
month | Calendar month | 2024-03-01 |
quarter | Calendar quarter | 2024-07-01 |
year | Calendar year | 2024-01-01 |
period values are the start date of their bucket (ISO 8601 date).
year parameter to restrict the series to one calendar year. This is more convenient than combining from_date / to_date and works with any granularity.
year is supplied it takes precedence over from_date. Valid range: 1993–current year.
The company_id parameter accepts any company identifier:
| Format | Example |
|---|---|
TICKER:EXCHANGE | TSLA:NASDAQ, SHEL:LON |
CC:external_id | GB:00445790, US:0001318605 |
| UUID | 3f2a1b4c-... |
| Bare CIK | 0001318605 |
Filter to a specific company (UUID, CC:external_id, or CIK)
Bucket size: week | month | quarter | year
Filter by form type, e.g. 10-K, 8-K
Start date (YYYY-MM-DD). Omit for full history.
Scope results to a single calendar year, e.g. 2020. Takes precedence over from_date when both are supplied.