ToolAssay

Director transactions and insider transactions at Belgian and German listed comp

Director transactions and insider transactions at Belgian and German listed companies — managers transactions (directors' dealings) under MAR Article 19, as notified to the FSMA and BaFin: are the company's managers buying or selling? Issuer-level aggregate over a rolling 12 months — counts, gross buy and sell amounts, net flow, breakdown by declarer category, and the underlying notifications. BE: 10-digit enterprise number. DE: LEI or ISIN. No individual is ever named.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.sirenic.eu/v1/eu/entreprise/:pays/:id/transactions-dirigeants

CategoryCompany and compliance
Provider hostapi.sirenic.eu
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days8 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "id": "0428750985",
    "pays": "BE"
  },
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "id": {
              "description": "BE: 10-digit enterprise number (KBO/BCE), e.g. 0428750985. DE: LEI (20 chars) or ISIN (12 chars), e.g. 529900D6BF99LW9R2E68 \u2014 BaFin publishes no register number. An issuer absent from the register returns 404 emetteur_inconnu; a malformed German identifier returns 400.",
              "type": "string"
            },
            "pays": {
              "description": "ISO-3166 alpha-2 country code. BE (FSMA) or DE (BaFin) ONLY: any other country returns 404 pays_non_couvert.",
              "type": "string"
            }
          },
          "required": [
            "pays",
            "id"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {
            "depuis": {
              "description": "Optional start date YYYY-MM-DD; omitted = rolling 12 months. A malformed value returns 400 parametre_invalide (payment cancelled).",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON