SEC Form 4 (US) + Finansinspektionen (SE) + OpenInsider insider filings.
curl -s "https://tlyddvcmpcbhotxhbiao.supabase.co/functions/v1/api-v1/insiders?ticker=AAPL&limit=10" \
-H "Authorization: Bearer isk_live_xxx"
{
"data": [
{
"ticker": "AAPL",
"company": "Apple Inc.",
"exchange": "NASDAQ",
"currency": "USD",
"insider_name": "Example Director",
"insider_role": "Director",
"action": "buy",
"shares": 2000,
"price_local": 212.40,
"total_value_local": 424800,
"total_value_sek": 4540000,
"filing_date": "2026-07-03",
"transaction_date": "2026-07-01",
"source": "SEC",
"source_url": "https://www.sec.gov/..."
}
],
"meta": { "tier": "hobby", "delayed": false, "count": 1, "remaining_today": 942, "disclaimer": "…" }
}