List issuers
/api/v2/issuersCanonical issuer identities, identifiers, listings, and trailing activity metrics.
Interrogez les émetteurs, initiés, déclarations et couvertures de marché normalisés au moyen d’un contrat public stable.
First request
API keys are created from an authenticated account. Registration is currently limited, so join the waitlist if you do not already have access.
curl "https://api.openinsider.eu/api/v2/issuers?limit=10" \
-H "X-API-Key: ${OPENINSIDER_API_KEY}"curl "https://api.openinsider.eu/api/v2/filings?issuer_id=issuer:es:example&limit=25" \
-H "X-API-Key: ${OPENINSIDER_API_KEY}"{
"data": [
{
"id": "issuer:es:example",
"jurisdiction": "ES",
"legal_name": "Example Issuer, S.A.",
"display_name": "Example Issuer",
"primary_lei": "549300EXAMPLE000001",
"primary_isin": "ES0000000001"
}
],
"count": 1
}Resource map
The public site and generated TypeScript client consume the same v2 contract available to customers.
/api/v2/issuersCanonical issuer identities, identifiers, listings, and trailing activity metrics.
/api/v2/insidersNormalized people and legal entities with related issuers and known role labels.
/api/v2/filingsRegulatory disclosures with source identifiers, normalized amounts, and resolved entities.
/api/v2/transactionsRow-level trades including direction, instrument, quantity, price, currency, and venue.
/api/v2/jurisdictionsRegistry-backed country coverage with explicit live or planned status and source authority.
/api/v2/marketsMarket coverage metadata with canonical filing metrics populated only for live datasets.
/api/v2/insights/overviewSnapshot-backed public rankings with explicit ready, empty, and unavailable module states.
Access model
The website exposes a six-month public view through its protected gateway. Direct API access always requires an account-owned key.
| Capability | Open web | Free account | Pro |
|---|---|---|---|
| Authentication | No direct API access | API key | API key |
| Rate-limit identity | Website gateway | Account key | Account key |
| Issuer scope | Public browsing | One pinned issuer | All available issuers |
| Usage ledger | Not account-scoped | Included | Included |
Trust boundary
OpenInsider creates stable entities and fields without pretending the normalized record replaces its regulatory source.
Sign in to create an account-scoped key, or join the waitlist if registration is not yet available to you. Swagger and the OpenAPI JSON remain the authoritative operation and schema references.