Endpoints

/

Insider Trades

Get insider trade data

Fetch insider trading data on notable individuals linked to a company, including their transactions and trade dates.

OVERVIEW

Discover the insider trades endpoint

Discover what the insider trades endpoint has to offer and how it can be integrated into your project within seconds.

Request

AAPL INsiders

curl --request GET \
     --url https://api.synthfinance.com/insider-trades?ticker=AAPL&max_value=3 \
     --header 'Authorization: Bearer Your API Key' \
     --header 'accept: application/json'

Response

JSON

Content

{
  "data": {
    "ticker": "AAPL",
    "name": "Cook Timothy D",
    "position": "CEO",
    "transaction_date": "2024-04-01",
    "transaction_type": "Exercise/Conversion",
    "shares": 196410,
    "post_transaction_shares": 3476590,
    "filing_link": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000049/xslF345X05/wk-form4_1712183493.xml"

ENDPOINTS

Explore other endpoints

Discover all the other endpoints available within the Synth API.

Ready to build?

Get started today with 1000 free API calls. Ship apps faster with a modern fintech API and get the data you need.

No credit card required