Discover/insidertrading.org API
live

insidertrading.org APIinsidertrading.org

Access SEC Form 4 insider trading data via 5 endpoints. Filter buy/sell transactions by ticker, insider name, date range, and get top-traded stock rankings.

Endpoints
5
Updated
14d ago
Try it
Page number for pagination.
Max results per page.
Stock ticker symbol or comma-separated list to filter results.
Filter by insider name.
Transaction type filter: 'all', 'purchase', or 'sale'.
Filing date preset in days (e.g., '730' for last 2 years, '30' for last month, '7' for las
api.parse.bot/scraper/35448f06-f2d3-406e-9570-b9cdb989fc8b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/35448f06-f2d3-406e-9570-b9cdb989fc8b/get_insider_trading?page=1&count=50&trade_type=all' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Fetch insider trading transactions with flexible filters. Returns paginated results from the OpenInsider screener sorted by most recent filing date.

Input
ParamTypeDescription
pageintegerPage number for pagination.
countintegerMax results per page.
tickerstringStock ticker symbol or comma-separated list to filter results.
insiderstringFilter by insider name.
trade_typestringTransaction type filter: 'all', 'purchase', or 'sale'.
filing_datestringFiling date preset in days (e.g., '730' for last 2 years, '30' for last month, '7' for last week). Omitting returns all dates.
Response
{
  "type": "object",
  "fields": {
    "count": "integer, number of results returned",
    "results": "array of insider trading transaction objects"
  },
  "sample": {
    "data": {
      "count": 50,
      "results": [
        {
          "1d": "",
          "1m": "",
          "1w": "",
          "6m": "",
          "qty": "-11,000",
          "flags": "",
          "owned": "71,347",
          "price": "$30.69",
          "title": "Group Chief Accounting Officer",
          "value": "-$337,644",
          "ticker": "HG",
          "form_url": "http://www.sec.gov/Archives/edgar/data/1593275/000199960426000004/xslF345X03/wk-form4_1778194079.xml",
          "ticker_url": "http://openinsider.com/HG",
          "trade_date": "2026-05-05",
          "trade_type": "S - Sale",
          "company_url": "http://openinsider.com/HG",
          "filing_date": "2026-05-07 18:48:01",
          "insider_url": "http://openinsider.com/insider/Deegan-Brian-John/1999604",
          "company_name": "Hamilton Insurance Group, Ltd.",
          "insider_info": "71,347 direct shares\nC/O Hamilton Insurance Group, Ltd.",
          "insider_name": "Deegan Brian John",
          "own_change_pct": "-13%"
        }
      ]
    },
    "status": "success"
  }
}

About the insidertrading.org API

This API exposes SEC Form 4 insider trading data across 5 endpoints, covering purchase and sale transactions, filing dates, insider names, share counts, and company details sourced from OpenInsider. The get_insider_trading endpoint accepts flexible filters including ticker symbol, insider name, trade type, and a filing date range preset, while get_top_traded_stocks returns insider activity ranked by transaction value for a given time period.

What the API Returns

Each endpoint returns a count integer and a results array of transaction objects drawn from SEC Form 4 filings indexed on OpenInsider. Transaction objects include filing dates, insider names, company identifiers, ticker symbols, trade type (purchase or sale), share quantities, and transaction values. The get_insider_trading endpoint is the most configurable: it accepts ticker (single symbol or comma-separated list), insider (name string), trade_type (all, purchase, or sale), filing_date (preset in days — 7, 30, 730, etc.), page, and count for pagination.

Focused Endpoints for Common Workflows

get_insider_buying and get_insider_selling are narrowed variants that return only purchase-type or sale-type filings respectively, both accepting an optional ticker filter. get_latest_filings returns the most recently submitted Form 4 filings across all insiders and companies, also filterable by ticker. These three endpoints are useful when you need a quick snapshot without constructing a full filter query.

Top Traded Stocks

get_top_traded_stocks accepts a period parameter (day, week, or month) and returns stocks ranked by aggregate insider transaction value within that window. This endpoint is distinct from the others: instead of individual filing records, it surfaces aggregated ranking data, making it suitable for identifying which companies saw the heaviest insider activity over a rolling time frame.

Common use cases
  • Alert system that notifies when a tracked ticker appears in new Form 4 filings via get_latest_filings.
  • Screen for recent insider purchases on a watchlist using get_insider_buying filtered by ticker.
  • Rank companies by insider conviction by querying get_top_traded_stocks with the week or month period.
  • Backtest insider trading signals by pulling historical transactions via get_insider_trading with a filing_date preset of 730 days.
  • Monitor a specific corporate insider's activity across all their transactions using the insider name filter on get_insider_trading.
  • Build a dashboard comparing insider buy vs. sell volume for a given ticker using get_insider_buying and get_insider_selling in parallel.
  • Feed insider transaction data into a quantitative model by paginating through results with the page and count parameters.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does OpenInsider have an official developer API?+
OpenInsider (insidertrading.org) does not publish an official developer API or documented public endpoints for programmatic access.
What does the `filing_date` parameter in `get_insider_trading` actually control?+
It filters results to filings submitted within a trailing window expressed in days. For example, passing 30 returns filings from the last 30 days, 730 covers roughly the last two years. Omitting the parameter returns results without a date cutoff. This is a preset value, not a specific calendar date, so arbitrary date ranges (e.g., a custom start and end date) are not directly supported.
Can I retrieve historical transaction data going back further than two years?+
The filing_date parameter on get_insider_trading supports presets up to 730 days (approximately two years). Filings older than that window are not exposed through the current endpoints. You can fork this API on Parse and revise it to add an endpoint that targets a longer historical range if your use case requires deeper history.
Does the API return SEC Form 4 footnotes or amendment data (Form 4/A)?+
The current response fields cover transaction-level data such as insider name, ticker, trade type, share count, filing date, and transaction value. Footnote text and amendment indicators from Form 4/A filings are not included in the response objects. You can fork this API on Parse and revise it to add an endpoint that surfaces amendment or footnote detail.
Is insider data available for non-US companies or OTC-traded securities?+
The data is sourced from OpenInsider, which indexes SEC Form 4 filings — a US regulatory requirement. Coverage is limited to companies that file with the SEC, which includes US-listed and SEC-reporting foreign private issuers, but not companies that file only with foreign regulators. OTC and pink-sheet coverage depends on whether those companies submit Form 4s to the SEC.
Page content last updated . Spec covers 5 endpoints from insidertrading.org.
Related APIs in FinanceSee all →
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
13f.info API
13f.info API
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.