Discover/sedarplus.ca API
live

sedarplus.ca APIsedarplus.ca

Access SEDAR+ company profiles, public filings, reporting issuers, cease trade orders, and disciplinary records via a structured JSON API.

Endpoints
6
Updated
1mo ago
Try it
Search keyword for company or issuer name
api.parse.bot/scraper/e36e248d-0f76-4830-81f5-ef5af8099599/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e36e248d-0f76-4830-81f5-ef5af8099599/search_profiles?query=Royal+Bank' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for issuer/company profiles by name or keyword. Returns up to 21 results matching the query term.

Input
ParamTypeDescription
queryrequiredstringSearch keyword for company or issuer name
Response
{
  "type": "object",
  "fields": {
    "data": "array of profile objects with name, profile_number, type, jurisdiction, status, and profile_id",
    "status": "string indicating success"
  },
  "sample": {
    "data": [
      {
        "name": "Royal Bank of Canada / Banque Royale du Canada",
        "type": "Company",
        "status": null,
        "profile_id": "000001161",
        "jurisdiction": "Québec",
        "profile_number": "000001161"
      }
    ],
    "status": "success"
  }
}

About the sedarplus.ca API

This API exposes 6 endpoints covering SEDAR+, Canada's public capital markets filing database. Use search_profiles to look up issuers by name and retrieve profile numbers, search_documents to pull regulatory filings with download URLs, and search_cease_trade_orders to query trading restrictions — all returning structured JSON with fields like profile_id, legal_name, jurisdiction, and submitted_date.

Company Profiles and Issuer Data

The search_profiles endpoint accepts a query string and returns up to 21 matching issuer records, each containing name, profile_number, type, jurisdiction, status, and profile_id. That profile_id feeds directly into get_profile, which returns the full record for a single issuer including legal_name, date_effective, and current status. The get_reporting_issuers_list endpoint returns a paginated set of all reporting issuers with name, profile number, type, and jurisdiction — useful for building or refreshing a comprehensive issuer index.

Filing Documents

search_documents accepts an optional query string and an optional profile_id to scope results to a specific company. Each document record includes profile, document_name, submitted_date, jurisdiction, file_size, and a download_url pointing directly to the filing. This makes it straightforward to retrieve the most recent filings for a given issuer or to search across the full document corpus by keyword.

Regulatory Enforcement Records

Two enforcement endpoints cover the disciplinary and trading-restriction sides of SEDAR+. search_disciplined_list accepts an optional query and returns records where each entry's details field is an array of column values — typically name, order number, date, type, and regulator. search_cease_trade_orders follows the same shape, returning cease trade order records with columns for name, reference, date, document, type, status, and jurisdiction. Both endpoints can be called without a query to retrieve the full list, or filtered by a search term.

Common use cases
  • Monitor new regulatory filings for a specific Canadian issuer using search_documents filtered by profile_id
  • Build an issuer directory by combining get_reporting_issuers_list results with full profiles from get_profile
  • Screen counterparties for active cease trade orders before executing transactions using search_cease_trade_orders
  • Flag individuals or companies under disciplinary action using search_disciplined_list as part of a KYC workflow
  • Track jurisdiction and status changes for a Canadian public company by polling get_profile over time
  • Aggregate filing metadata — submission dates, file sizes, jurisdictions — across multiple issuers for compliance reporting
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does SEDAR+ have an official developer API?+
SEDAR+ (operated by the Canadian Securities Administrators) does not publish a documented public developer API. Access to structured issuer, filing, and enforcement data is available through this Parse API.
What does `search_documents` return, and can I filter by company?+
Each result includes profile, document_name, submitted_date, jurisdiction, file_size, and download_url. You can pass a profile_id (obtained from search_profiles) to limit results to a single issuer, or a query string to search across document titles and content. Both parameters are optional and can be combined.
How are disciplinary and cease trade order records structured?+
Both search_disciplined_list and search_cease_trade_orders return arrays where each object contains a details field — an ordered array of column values rather than named keys. For disciplinary records the columns are typically name, order number, date, type, and regulator. For cease trade orders they include name, reference, date, document, type, status, and jurisdiction.
Does the API return the actual filing document content, or just metadata?+
The API returns filing metadata including a download_url for each document, not the parsed text content of the filing itself. Document body extraction is not currently covered. You can fork this API on Parse and revise it to add an endpoint that fetches and parses filing content from the download URL.
How many results does `search_profiles` return, and is there pagination?+
search_profiles returns up to 21 matching profiles per query. Pagination controls are not currently exposed — only the first result set is returned. The get_reporting_issuers_list endpoint provides a broader paginated issuer list for cases where exhaustive coverage is needed. You can fork this API on Parse and revise it to add pagination parameters to the profile search endpoint.
Page content last updated . Spec covers 6 endpoints from sedarplus.ca.
Related APIs in FinanceSee all →
sec.gov API
Search for publicly traded companies and instantly access their SEC filings with details like filing type, date, description, and accession numbers. Find the regulatory documents you need to research company financial information and compliance records.
annualreports.com API
Search for and access thousands of international company annual reports in PDF and HTML formats, while filtering by ticker, exchange, industry, sector, company size, and location. Browse company profiles and financial documents across different markets and industries to find the information you need.
13f.info API
13f.info API
morningstar.com API
Get comprehensive financial data including stock quotes, company profiles, historical financials, valuation metrics, ownership details, dividends, and market movers from Morningstar. Search securities and access the latest stock news to make informed investment decisions.
service.asic.gov.au API
Search and retrieve comprehensive information about Australian financial professionals and entities, including AFS and credit licensees, their representatives, liquidators, auditors, and managed investment schemes. Verify credentials, check regulatory status, and access detailed profiles of financial service providers registered with ASIC.
screener.in API
Search and analyze Indian stocks with real-time financial data, company details, IPO information, price history, and peer comparisons. Get instant access to stock screening results, market listings, and company announcements to make informed investment decisions.
secform4.com API
Track insider buying and selling activity, monitor institutional holdings, and analyze SEC filings to identify significant trades and market sentiment. Search company insider transactions, review 13D/13G filings, and access hedge fund portfolios to inform your investment decisions.
bundesanzeiger.de API
Search and retrieve official German business announcements, financial disclosures, and company filings from the Bundesanzeiger with full-text search and category filtering. Access detailed publication information and financial reports to monitor corporate announcements and regulatory filings.