Skip to main content
POST
/
api
/
sedar
/
issuers
/
search
/sedar/issuers/search
curl --request POST \
  --url https://api.anysite.io/api/sedar/issuers/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "profile": "",
  "operator": "contains",
  "naics": "<string>",
  "stock_symbol": "<string>"
}
'
[
  {
    "name": "<string>",
    "@type": "SedarIssuerSummary",
    "profile_number": "<string>",
    "profile_type": "<string>",
    "principal_jurisdiction": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json

Payload for the SEDAR+ profile/issuer search.

count
integer
required

Maximum number of results to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
profile
string
default:""

Profile name or profile number to match

Examples:

"Bombardier"

"000001177"

operator
enum<string>
default:contains

How to match the profile text

Available options:
starts_with,
contains
profile_type
enum<string> | null

Restrict to a profile type

Available options:
industry_participant,
company,
investment_fund,
investment_fund_group,
third_party_filer
reporting_obligation
enum<string> | null

Restrict by reporting-issuer obligation

Available options:
only_reporting,
only_non_reporting
principal_jurisdiction
enum<string> | null

Principal jurisdiction of the issuer

Available options:
alberta,
british_columbia,
manitoba,
new_brunswick,
nova_scotia,
ontario,
quebec,
saskatchewan,
none
reporting_jurisdiction
enum<string> | null

A jurisdiction where the issuer is a reporting issuer

Available options:
alberta,
british_columbia,
manitoba,
new_brunswick,
newfoundland_and_labrador,
northwest_territories,
nova_scotia,
nunavut,
ontario,
prince_edward_island,
quebec,
saskatchewan,
yukon
prospectus_eligible
enum<string> | null

Eligibility for a short form prospectus

Available options:
eligible,
not_eligible
listed_exchange
enum<string> | null

Exchange or marketplace the issuer is listed on

Available options:
tsx,
tsx_venture,
cboe_canada,
cse,
cse_senior_tier,
nasdaq_canada,
nex,
tsx_alpha,
other_canada,
nyse,
nasdaq,
nyse_american,
us_bse_cboe_chx_ise_phlx_pcx,
otc_markets,
otc_bulletin_board,
other_usa,
australia_asx,
euronext_paris,
frankfurt,
hong_kong,
mexico_bmv,
santiago,
shanghai,
shenzhen,
taiwan,
tokyo,
london,
london_aim,
other_outside_canada_usa
naics
string | null

NAICS industry code or description to match

year_end_type
enum<string> | null

Financial year-end type

Available options:
floating,
fixed
org_or_individual
enum<string> | null

Restrict to organizations or individuals

Available options:
organizations,
individuals
stock_symbol
string | null

Trading (stock) symbol to match

default_status
enum<string> | null

Whether the issuer is currently in default

Available options:
in_default,
not_in_default
active_cto
enum<string> | null

Whether the issuer has an active cease trade order

Available options:
with_active_cto,
without_active_cto
disciplinary_action
enum<string> | null

Whether the issuer has a disciplinary action

Available options:
with_disciplinary_action,
without_disciplinary_action

Response

Successful Response

name
string
required
@type
string
default:SedarIssuerSummary
profile_number
string | null
profile_type
string | null
principal_jurisdiction
string | null