Triucore

Triucore Insider

In development

Clean SEC Form 4 insider trading alerts.

Triucore Insider is a financial data API that monitors public SEC Form 4 filings and transforms them into normalized, developer-friendly data. Form 4 filings disclose insider transactions by directors, officers, and significant shareholders of public companies. The raw SEC data can be difficult to parse because filings may include XML, inconsistent reporting structures, transaction codes, derivative and non-derivative holdings, and issuer/person metadata. Triucore Insider makes this data easier to use by turning public filings into structured events. Users can subscribe to tickers, sectors, people, transaction types, or dollar thresholds and receive alerts when relevant insider buying or selling is reported.

Triucore Insider provides public filing data and does not constitute financial advice. Always consult a qualified professional before making investment decisions.

The problem

  • SEC filings are public but clunky to consume.
  • Developers do not want to normalize XML filing structures.
  • Analysts want alerts, not manual EDGAR searches.
  • Insider transactions need context and filtering.
  • Existing finance APIs may bundle this data into expensive plans.

Data delivered

  • Filing accession number
  • Issuer name and ticker
  • Insider name and role
  • Transaction date and filing date
  • Transaction code and type
  • Shares transacted and price
  • Transaction value
  • Ownership after transaction
  • Direct/indirect ownership
  • Source filing URL

Example use cases

Alert when executives buy shares in their own company.
Track insider activity by ticker.
Build a public-market signal dashboard.
Feed insider transaction data into financial models.
Monitor large transactions above a threshold.

Built for

Retail investors Financial newsletters Boutique research firms Quant developers Trading dashboard builders Analysts Fintech app developers

Example API response

Here's what a typical response looks like. All endpoints return versioned, structured JSON.

GET /v1/insider/... json
{
  "ticker": "ABCD",
  "issuer_name": "Example Holdings Inc.",
  "insider_name": "Jane Smith",
  "insider_role": "Chief Financial Officer",
  "transaction_type": "purchase",
  "transaction_date": "2026-05-27",
  "shares": 10000,
  "price": 12.45,
  "transaction_value": 124500,
  "filing_url": "https://www.sec.gov/..."
}

Interested in Triucore Insider?

This product is currently in development. Join early access to get notified when it launches.