Know what insiders are buying before the market catches on.
Real-time insider trading data across OMX Stockholm. Visual screener, REST API, and MCP server for AI agents.
5+ years
Historical data
Real-time
Signal updates
OMX Stockholm
Full coverage
3 interfaces
One dataset
Explore
See what insiders are buying -- before the market moves.
Filter, rank, and monitor insider transactions across OMX Stockholm. Save views, set alerts to Slack or Discord, and never miss a signal.
Alert configuration
Set up alerts on any saved view. Get notified when new transactions match your filters.
Custom webhook endpoints supported
AI-ready
Ask your AI for insider data. It just works.
Connect Claude, OpenAI, Cursor, or any MCP-compatible AI to Insiqta. Ask questions in plain English and get structured insider trading data back -- no code required.
{
"issuer": "Volvo",
"natureOfTransaction": ["Acquisition"],
"limit": 3
}I found 3 recent acquisitions by Volvo insiders:
All three transactions are direct purchases (not linked to option programmes). The CEO Martin Lundstedt made the largest acquisition at 12,400 shares. This looks like a cluster buying pattern across senior leadership.
Developer
REST API and WebSocket feed. Built for your stack.
Pull insider data through a stable REST API or subscribe to real-time updates via WebSocket. OpenAPI spec, typed SDKs, and clean JSON responses.
REST API
curl -s "https://api.insiqta.com/v1/insider-transactions?\
issuer=Volvo&\
natureOfTransaction=Acquisition&\
sortBy=transactionDate&\
sortOrder=desc&\
pageSize=5" \
-H "Authorization: Bearer <token_or_ak_your_key>"WebSocket (real-time)
const ws = new WebSocket(
"wss://api.insiqta.com/v1/insider/realtime?token=ak_your_key"
);
ws.onmessage = (event) => {
const msg = JSON.parse(event.data);
// msg.type === "transactions"
// msg.data === [{ issuer, pdmr, volume, ... }]
// msg.count === 3
// msg.timestamp === "2026-05-13T14:30:00.000Z"
};Response
{
"data": [
{
"id": "txn_01jx...",
"publicationDate": "2026-05-13T08:12:00Z",
"issuer": "Volvo AB",
"leiCode": "549300HGV012TJW...",
"pdmr": "Martin Lundstedt",
"position": "VD",
"closelyAssociated": false,
"amendment": false,
"initialNotification": true,
"linkedToShareOptionProgramme": false,
"natureOfTransaction": "Acquisition",
"instrumentType": "Share",
"instrumentName": "VOLV B",
"isin": "SE0000115446",
"transactionDate": "2026-05-12T00:00:00Z",
"volume": "12400",
"unit": "Quantity",
"price": "268.40",
"currency": "SEK",
"tradingVenue": "XSTO",
"status": "Current"
}
],
"pagination": {
"page": 1,
"pageSize": 5,
"total": 847,
"totalPages": 170
}
}Why Insiqta
Data infrastructure you can trust.
Real-time, always current
Transactions appear as reported -- in the screener, API, and MCP tool calls.
Consistent across interfaces
Same data model whether you filter visually, query the API, or call an MCP tool.
Deep Swedish coverage
Full OMX Stockholm coverage with local regulatory context.
AI-native from day one
Compact, typed records designed to minimize prompt noise and maximize accuracy.
Getting started
Up and running in minutes.
Sign up
Create an account in 30 seconds.
Explore
Open the screener to filter, rank, and set alerts on insider signals.
Integrate
Connect the API to your stack or the MCP server to your AI agents.
Pricing
Simple, transparent pricing.
Start tracking insider signals today.
Sign up in 30 seconds. Start exploring immediately.