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.
https://financialdata.net/api/v1/insider-transactions?identifier=MSFT| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The 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 |
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 50 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"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
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.