Finance
Finra.Org logo

Finra.Org API

finra.org

FINRA regulatory site for BrokerCheck broker and firm lookup, registration and disciplinary history, regulatory data catalog, and investor education resources.

Actions
9
Category
Finance
Login
Not required
Output
JSON

Call the Finra.Org API

Submit a task, then poll the job until it settles. This example runs act_finra_org_brokercheck_individual_search.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_finra_org_brokercheck_individual_search",
    "params": {
      "search_query": "Smith"
    }
  }'

9 actions on finra.org

Read

  • BrokerCheck Individual Search

    act_finra_org_brokercheck_individual_searchread2 credits / call

    Searches BrokerCheck by name and returns matching brokers with CRD ids and employment history.

    search_query
    string · required
    start
    string
    nrows
    string
    hl
    string
    sort
    string
    wt
    string
    searchInFirms
    string
    includePrevious
    string
  • Disciplinary Actions Overview

    act_finra_org_disciplinary_actions_overview_pageread1 credit / call

    Returns the disciplinary actions overview with monthly enforcement report links.

  • Disciplinary Actions Search Portal

    act_finra_org_disciplinary_actions_search_pageread1 credit / call

    Returns the disciplinary actions search portal metadata and available query fields and filters.

  • Homepage

    act_finra_org_finra_homepage_ssrread1 credit / call

    Returns the FINRA homepage title, tagline, and navigation structure.

  • Investor Insights

    act_finra_org_investor_insights_pageread1 credit / call

    Lists investor insight articles with titles, sections, and links.

  • Investor Resources Hub

    act_finra_org_investor_resources_pageread1 credit / call

    Returns the investor resources hub with education tools, guides, and article links.

  • Regulatory Data Catalog Listing

    act_finra_org_regulatory_data_catalog_listingread2 credits / call

    Lists FINRA data catalog datasets for a category, with descriptions, access type, and fees.

    category_id
    string · required
  • Regulatory Data Catalog Page

    act_finra_org_regulatory_data_catalog_pageread2 credits / call

    Browses the FINRA data catalog by category, returning dataset cards and metadata.

    category_id
    string · required
  • Rules and Guidance Hub

    act_finra_org_regulatory_guidance_pageread1 credit / call

    Returns the Rules & Guidance hub with regulatory and enforcement resource links.

Finra.Org API questions

Is there an API for Finra.Org?
Finra.Org does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for finra.org. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Finra.Org data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when finra.org changes its markup, Anakin updates the action.
Do I need a Finra.Org account?
No. Every Finra.Org action listed here runs anonymously — no account and no credentials required.
What does the Finra.Org API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites