sedarplus.ca API: search_financial_disclosure_range
sedarplus.ca via Parse · government_public
Search SEDAR+ financial disclosure documents within a bounded date range. Returns filing metadata (profile, document name, exact submitted timestamp with seconds and timezone, jurisdiction, file size, language) without downloading any PDFs. Pagination is deterministic: the caller controls page and page_size (default 100, max 500). Date ranges are limited to max_days (default and hard maximum 31 days). Each call makes 2 upstream requests (session + search) plus 1 per additional upstream page needed (upstream pages hold 30 items). The upstream_request_count field reports the actual number of SEDAR+ requests made. When language is not 'all', client-side filtering is applied to the current page; total_results reflects the unfiltered upstream count. document_url is a session-scoped link valid only during the SEDAR+ session. Empty result pages are valid. Canadian public filing database (SEDAR+) API for retrieving company profiles, regulatory filings, reporting issuers, and disciplinary records. Fulfilled by Parse from sedarplus.ca.
- b2b-directory
- finance
- government-public
- parse
- platform-key
- sedarplus-ca
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e36e248d-0f76-4830-81f5-ef5af8099599/search_financial_disclosure_range
- Interface artifact
- sha256:80e1e2cb4aa47e12dbac5795d2c7620b3cd861990da57bb351124ca900cfc2d5
- Manifest digest
- sha256:f603c78afdc3b7095b6dab564403173f05fcbcb374bc16bd7399a1e612cd332d
Request fields
- page (integer): Page number (1-based).
- end_date (string, required): End of the date range in YYYY-MM-DD format (inclusive). Must be on or after start_date and within max_days of start_date.
- language (string): Filter results by document language. Applied client-side to the fetched page; total_results reflects the unfiltered upstream count.
- max_days (integer): Maximum allowed span between start_date and end_date in days. Clamped to 1–31.
- page_size (integer): Number of items per page. Clamped to 1–500.
- start_date (string, required): Start of the date range in YYYY-MM-DD format (inclusive).
- document_type (string): Filing-type category to filter documents by.
Example queries
- {"end_date":"2026-08-29","language":"all","start_date":"2026-08-23","document_type":"Financial Statements"}