Proposed Sales API

When an executive officer, director, or affiliate of a company places an order to sell its stock within a three-month period in which the sale exceeds 5,000 shares or the aggregate sales price exceeds $50,000, the order must be reported to the US Securities and Exchange Commission. Our API provides comprehensive information for each of these transactions. The data is available for a few thousand US companies. There is a limit of 100 records per API call.

API Endpoint

https://financialdata.net/api/v1/proposed-sales?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.100
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",
    "seller_name": "Althoff Judson",
    "relationship_to_issuer": "Officer",
    "title_of_security": "Common",
    "broker_name": "Fidelity Brokerage Services LLC",
    "amount_of_securities_to_be_sold": 25000,
    "market_value": 10425000.0,
    "amount_of_securities_outstanding": 7434880776,
    "approximate_date_of_sale": "2024-11-22",
    "exchange": "NASDAQ",
    "acquisition_period_start": "2023-08-30",
    "acquisition_period_end": "2023-08-31",
    "nature_of_acquisition_transaction": "Restricted Stock Vesting",
    "names_of_persons_from_whom_acquired": "Issuer"
  },
  ...
]
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.