EOD Historical Data · Schema
Insider Transaction
SEC Form 4 insider transaction record returned by the /insider-transactions endpoint
FintechMarket DataStocksETFsFundamentalsOptionsForexCryptoMacroeconomicTechnical IndicatorsNewsSentimentHistorical Data
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Ticker symbol of the company |
| exchange | string | Exchange where the stock is listed |
| date | string | Report date of the transaction |
| reportDate | string | Date the transaction was reported to the SEC |
| ownerCik | stringnull | Unique identifier for the owner in SEC filings |
| ownerName | string | Name of the insider who executed the transaction |
| ownerRelationship | stringnull | Relationship of the owner to the company (e.g., Director) |
| ownerTitle | string | Title or role of the insider in the company |
| transactionDate | string | Date when the transaction occurred |
| transactionCode | string | Type of transaction: 'P' for Purchase, 'S' for Sale |
| transactionAmount | integer | Number of shares involved in the transaction |
| transactionPrice | number | Price per share at the time of the transaction |
| transactionAcquiredDisposed | string | Indicates whether securities were Acquired (A) or Disposed (D) |
| postTransactionAmount | integernull | Total number of shares held by the insider post-transaction |
| link | string | Link to the original SEC filing document |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://eodhd.com/schemas/insider-transaction",
"title": "Insider Transaction",
"description": "SEC Form 4 insider transaction record returned by the /insider-transactions endpoint",
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "Ticker symbol of the company"
},
"exchange": {
"type": "string",
"description": "Exchange where the stock is listed"
},
"date": {
"type": "string",
"format": "date",
"description": "Report date of the transaction"
},
"reportDate": {
"type": "string",
"format": "date",
"description": "Date the transaction was reported to the SEC"
},
"ownerCik": {
"type": ["string", "null"],
"description": "Unique identifier for the owner in SEC filings"
},
"ownerName": {
"type": "string",
"description": "Name of the insider who executed the transaction"
},
"ownerRelationship": {
"type": ["string", "null"],
"description": "Relationship of the owner to the company (e.g., Director)"
},
"ownerTitle": {
"type": "string",
"description": "Title or role of the insider in the company"
},
"transactionDate": {
"type": "string",
"format": "date",
"description": "Date when the transaction occurred"
},
"transactionCode": {
"type": "string",
"enum": ["P", "S"],
"description": "Type of transaction: 'P' for Purchase, 'S' for Sale"
},
"transactionAmount": {
"type": "integer",
"description": "Number of shares involved in the transaction"
},
"transactionPrice": {
"type": "number",
"format": "float",
"description": "Price per share at the time of the transaction"
},
"transactionAcquiredDisposed": {
"type": "string",
"enum": ["A", "D"],
"description": "Indicates whether securities were Acquired (A) or Disposed (D)"
},
"postTransactionAmount": {
"type": ["integer", "null"],
"description": "Total number of shares held by the insider post-transaction"
},
"link": {
"type": "string",
"format": "uri",
"description": "Link to the original SEC filing document"
}
},
"required": ["code", "exchange", "date", "ownerName", "transactionCode", "transactionAmount", "transactionPrice"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/insider-transaction"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.