Skip to main content
POST
/
api
/
sedar
/
issuers
/sedar/issuers
curl --request POST \
  --url https://api.anysite.io/api/sedar/issuers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "profile_number": "<string>",
  "timeout": 300
}
'
[
  {
    "@type": "SedarIssuer",
    "profile_number": "<string>",
    "status": "<string>",
    "name_en": "<string>",
    "name_fr": "<string>",
    "operating_name": "<string>",
    "previous_name_en": "<string>",
    "previous_name_fr": "<string>",
    "previous_name_effective_up_to_date": "<string>",
    "effective_date": "<string>",
    "is_investment_fund_manager": true,
    "is_underwriter": true,
    "head_office_address": "<string>",
    "mailing_address": "<string>",
    "phone": "<string>",
    "fax": "<string>",
    "email": "<string>",
    "web_url": "<string>",
    "lei": "<string>",
    "is_reporting_issuer": true,
    "is_otc_issuer": true,
    "exchangeable_or_credit_support": "<string>",
    "is_capital_pool_company": true,
    "is_short_form_prospectus_eligible": true,
    "principal_jurisdiction": "<string>",
    "reporting_jurisdictions": [
      "<string>"
    ],
    "formation_date": "<string>",
    "formation_type": "<string>",
    "formation_jurisdiction": "<string>",
    "ceo": "<string>",
    "cfo": "<string>",
    "financial_year_end_type": "<string>",
    "financial_year_end": "<string>",
    "naics": "<string>",
    "issuer_size": "<string>",
    "is_listed": true,
    "listed_exchange": "<string>",
    "cusip": "<string>",
    "isin": "<string>",
    "transfer_agent": {
      "name": "<string>",
      "@type": "SedarContact",
      "address": "<string>",
      "phone": "<string>",
      "fax": "<string>",
      "email": "<string>"
    },
    "auditor": {
      "name": "<string>",
      "@type": "SedarContact",
      "address": "<string>",
      "phone": "<string>",
      "fax": "<string>",
      "email": "<string>"
    },
    "has_previous_issuers": true,
    "is_organized_under_canada_law": true,
    "fund_start_date": "<string>",
    "investment_fund_manager": "<string>",
    "investment_fund_group": "<string>",
    "general_partner": "<string>",
    "portfolio_manager": "<string>",
    "trustee": "<string>",
    "custodian": "<string>",
    "principal_distributor": "<string>",
    "promoter": "<string>",
    "net_asset_value": "<string>",
    "net_asset_value_date": "<string>",
    "investment_fund_category": "<string>",
    "investment_fund_type": "<string>",
    "security_types": "<string>",
    "class_or_series_via_prospectus": "<string>",
    "class_or_series_via_exempt_market": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json

Payload for SEDAR+ issuer profile get-by-id.

profile_number
string
required

SEDAR+ profile number (zero-padded 9 digits)

Examples:

"000001177"

"1177"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:SedarIssuer
profile_number
string | null
status
string | null
name_en
string | null
name_fr
string | null
operating_name
string | null
previous_name_en
string | null
previous_name_fr
string | null
previous_name_effective_up_to_date
string | null
effective_date
string | null
is_investment_fund_manager
boolean | null
is_underwriter
boolean | null
head_office_address
string | null
mailing_address
string | null
phone
string | null
fax
string | null
email
string | null
web_url
string | null
lei
string | null
is_reporting_issuer
boolean | null
is_otc_issuer
boolean | null
exchangeable_or_credit_support
string | null
is_capital_pool_company
boolean | null
is_short_form_prospectus_eligible
boolean | null
principal_jurisdiction
string | null
reporting_jurisdictions
string[] | null
formation_date
string | null
formation_type
string | null
formation_jurisdiction
string | null
ceo
string | null
cfo
string | null
financial_year_end_type
string | null
financial_year_end
string | null
naics
string | null
issuer_size
string | null
is_listed
boolean | null
listed_exchange
string | null
cusip
string | null
isin
string | null
transfer_agent
object | null

An associated entity (transfer agent / registrar or auditor).

auditor
object | null

An associated entity (transfer agent / registrar or auditor).

has_previous_issuers
boolean | null
is_organized_under_canada_law
boolean | null
fund_start_date
string | null
investment_fund_manager
string | null
investment_fund_group
string | null
general_partner
string | null
portfolio_manager
string | null
trustee
string | null
custodian
string | null
principal_distributor
string | null
promoter
string | null
net_asset_value
string | null
net_asset_value_date
string | null
investment_fund_category
string | null
investment_fund_type
string | null
security_types
string | null
class_or_series_via_prospectus
string | null
class_or_series_via_exempt_market
string | null