Insider Transactions API

Federal securities laws require insiders, including officials, directors, and those holding more than 10% of a company's securities, to report their purchases, sales, and holdings. The API endpoint gives comprehensive information about each of the transactions. The data is available for a few thousand US companies. There is a limit of 50 records per API call.

API Endpoint

https://financialdata.net/api/v1/insider-transactions?identifier=MSFT

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security, or the central index key (CIK). The latter is assigned to the entity by the United States Securities and Exchange Commission.MSFT, 0000789019
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.50
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "MSFT",
    "central_index_key": "0000789019",
    "registrant_name": "MICROSOFT CORP",
    "insider_name": "Numoto Takeshi",
    "insider_central_index_key": "0001899931",
    "relationship_to_issuer": "EVP, Chief Marketing Officer",
    "is_derivatives_transaction": false,
    "title_of_security": "Common Stock",
    "transaction_date": "2024-12-04",
    "transaction_code": "S",
    "transaction_description": "Open market or private sale of non-derivative or derivative security",
    "amount_of_securities": 2000,
    "price_per_security": 437.317,
    "acquired_or_disposed": "D",
    "title_of_underlying_security": null,
    "amount_of_underlying_securities": null,
    "securities_owned_following_transaction": 51851,
    "ownership_form": "D",
    "nature_of_indirect_ownership": null
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.