Skip to main content
POST
/
api
/
iapd
/
firms
/iapd/firms
curl --request POST \
  --url https://api.anysite.io/api/iapd/firms \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "crd": "<string>",
  "timeout": 300,
  "include_previous": true
}
'
[
  {
    "crd": 123,
    "@type": "IapdFirm",
    "firm_name": "<string>",
    "other_names": [],
    "ia_scope": "<string>",
    "is_ia_firm": true,
    "legacy_report_status": "<string>",
    "adv_filing_at": 123,
    "has_pdf": true,
    "ia_sec_number": "<string>",
    "ia_sec_number_type": "<string>",
    "crs_type": "<string>",
    "office_address": {
      "@type": "IapdAddress",
      "street1": "<string>",
      "street2": "<string>",
      "city": "<string>",
      "state": "<string>",
      "country": "<string>",
      "postal_code": "<string>"
    },
    "is_sec_registered": true,
    "is_state_registered": true,
    "is_era_registered": true,
    "is_sec_era_registered": true,
    "is_state_era_registered": true,
    "registration_statuses": [],
    "notice_filings": [],
    "exempt_reporting_advisers": [],
    "is_part2_exempt": true,
    "brochures": [],
    "report_editions": [],
    "form_adv_url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
crd
string
required

Central Registration Depository (CRD) number of the investment adviser firm

Examples:

"105958"

"107342"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
include_previous
boolean
default:true

Include previous registration history

Response

Successful Response

crd
integer
required
@type
string
default:IapdFirm
firm_name
string | null
other_names
string[]
ia_scope
string | null
is_ia_firm
boolean | null
legacy_report_status
string | null
adv_filing_at
integer | null
has_pdf
boolean | null
ia_sec_number
string | null
ia_sec_number_type
string | null
crs_type
string | null
office_address
object | null
is_sec_registered
boolean | null
is_state_registered
boolean | null
is_era_registered
boolean | null
is_sec_era_registered
boolean | null
is_state_era_registered
boolean | null
registration_statuses
object[]
notice_filings
object[]
exempt_reporting_advisers
object[]
is_part2_exempt
boolean | null
brochures
object[]
report_editions
object[]
form_adv_url
string | null