Finance
SEC Form 4 logo

SEC Form 4 API

secform4.com

SEC Form 4 - insider filings, Schedule 13D/G listings, company profiles, and market indices.

Actions
3
Category
Finance
Login
Not required
Output
JSON

Call the SEC Form 4 API

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

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_secform4_homepage_dashboard_ssr",
    "params": {}
  }'

3 actions on secform4.com

Read

  • Homepage Dashboard

    act_secform4_homepage_dashboard_ssrread1 credit / call

    Returns market indices, top searched companies and insiders, and recent purchase highlights.

  • Insider Buys Listing

    act_secform4_insider_buys_listingread1 credit / call

    Returns recent insider buys with date, company, ticker, insider, shares, price, and value.

    view_date_index
    string
  • Schedule 13D Filings Listing

    act_secform4_schedule_13d_filings_listingread1 credit / call

    Returns 13D and 13G filings with date, form type, issuer, filer, shares, and ownership percent.

SEC Form 4 API questions

Is there an API for SEC Form 4?
SEC Form 4 does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for secform4.com. 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 SEC Form 4 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 secform4.com changes its markup, Anakin updates the action.
Do I need a SEC Form 4 account?
No. Every SEC Form 4 action listed here runs anonymously — no account and no credentials required.
What does the SEC Form 4 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