Skip to main content
POST
/
api
/
finra
/
firms
/finra/firms
curl --request POST \
  --url https://api.anysite.io/api/finra/firms \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "crd": "<string>",
  "timeout": 300,
  "include_previous": true
}
'
[
  {
    "crd": 123,
    "@type": "FinraFirm",
    "firm_name": "<string>",
    "other_names": [],
    "bc_scope": "<string>",
    "ia_scope": "<string>",
    "is_legacy": true,
    "is_finra_registered": true,
    "is_ia_firm": true,
    "district_name": "<string>",
    "firm_type": "<string>",
    "firm_size": "<string>",
    "firm_status": "<string>",
    "regulator": "<string>",
    "formed_state": "<string>",
    "formed_at": 123,
    "firm_status_at": 123,
    "finra_last_approval_at": 123,
    "fiscal_month_end": "<string>",
    "bd_sec_number": "<string>",
    "ia_sec_number": "<string>",
    "ia_sec_number_type": "<string>",
    "crs_type": "<string>",
    "office_address": {
      "@type": "FinraAddress",
      "street1": "<string>",
      "street2": "<string>",
      "city": "<string>",
      "state": "<string>",
      "country": "<string>",
      "postal_code": "<string>"
    },
    "mailing_address": {
      "@type": "FinraAddress",
      "street1": "<string>",
      "street2": "<string>",
      "city": "<string>",
      "state": "<string>",
      "country": "<string>",
      "postal_code": "<string>"
    },
    "business_phone": "<string>",
    "has_bd_disclosure": true,
    "has_ia_disclosure": true,
    "disclosures": [],
    "approved_finra_registration_count": 123,
    "approved_sec_registration_count": 123,
    "approved_sro_registration_count": 123,
    "approved_state_registration_count": 123,
    "business_type_count": 123,
    "has_affiliation": true,
    "refer_other_bd": true,
    "registered_states": [],
    "direct_owners": [],
    "non_registered_affiliate_disclosure_count": 123
  }
]

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 firm

Examples:

"7784"

"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:FinraFirm
firm_name
string | null
other_names
string[]
bc_scope
string | null
ia_scope
string | null
is_legacy
boolean | null
is_finra_registered
boolean | null
is_ia_firm
boolean | null
district_name
string | null
firm_type
string | null
firm_size
string | null
firm_status
string | null
regulator
string | null
formed_state
string | null
formed_at
integer | null
firm_status_at
integer | null
finra_last_approval_at
integer | null
fiscal_month_end
string | null
bd_sec_number
string | null
ia_sec_number
string | null
ia_sec_number_type
string | null
crs_type
string | null
office_address
object | null
mailing_address
object | null
business_phone
string | null
has_bd_disclosure
boolean | null
has_ia_disclosure
boolean | null
disclosures
object[]
approved_finra_registration_count
integer | null
approved_sec_registration_count
integer | null
approved_sro_registration_count
integer | null
approved_state_registration_count
integer | null
business_type_count
integer | null
has_affiliation
boolean | null
refer_other_bd
boolean | null
registered_states
string[]
direct_owners
object[]
non_registered_affiliate_disclosure_count
integer | null