{"uid":"cap_jkwLfO4htCQTW3hbKgO57","slug":"x402stock-insider-trades-by-ticker-64324846","name":"x402stock Insider Trades by Ticker","description":"Pay-per-call market and economic data API for AI agents: US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities, US and global macro (Fed, CPI, jobs, GDP, Treasury, World Bank), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 on Base.","url":"https://x402stock.xyz/api/v1/insider-trades/%7Bticker%7D","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["limit"],"properties":{"limit":{"type":"integer","default":5,"maximum":25,"exclusiveMinimum":0}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["ticker","data","source","as_of"],"properties":{"data":{"type":"object","required":["filings_parsed","transaction_count","summary","transactions"],"properties":{"summary":{"type":"object","required":["buys","sells","shares_bought","shares_sold","net_shares","signal"],"properties":{"buys":{"type":"number"},"sells":{"type":"number"},"signal":{"enum":["net_buying","net_selling","neutral"],"type":"string"},"net_shares":{"type":"number"},"shares_sold":{"type":"number"},"shares_bought":{"type":"number"}},"additionalProperties":false},"transactions":{"type":"array","items":{"type":"object","required":["owner_name","is_director","is_officer","officer_title","is_ten_percent_owner","filing_date","accession","url","security","transaction_date","code","code_label","shares","price_per_share","acquired_disposed","shares_owned_after","is_derivative"],"properties":{"url":{"type":"string"},"code":{"anyOf":[{"type":"string"},{"type":"null"}]},"shares":{"anyOf":[{"type":"number"},{"type":"null"}]},"security":{"anyOf":[{"type":"string"},{"type":"null"}]},"accession":{"type":"string"},"code_label":{"anyOf":[{"type":"string"},{"type":"null"}]},"is_officer":{"type":"boolean"},"owner_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"filing_date":{"type":"string"},"is_director":{"type":"boolean"},"is_derivative":{"type":"boolean"},"officer_title":{"anyOf":[{"type":"string"},{"type":"null"}]},"price_per_share":{"anyOf":[{"type":"number"},{"type":"null"}]},"transaction_date":{"anyOf":[{"type":"string"},{"type":"null"}]},"acquired_disposed":{"anyOf":[{"enum":["A","D"],"type":"string"},{"type":"null"}]},"shares_owned_after":{"anyOf":[{"type":"number"},{"type":"null"}]},"is_ten_percent_owner":{"type":"boolean"}},"additionalProperties":false}},"filings_parsed":{"type":"number"},"transaction_count":{"type":"number"}},"additionalProperties":false},"as_of":{"anyOf":[{"type":"string"},{"type":"null"}]},"source":{"type":"string","const":"sec_edgar"},"ticker":{"type":"string"}},"additionalProperties":false}}}}},"responseSchema":{"type":"json","example":{"data":{"summary":{"buys":0,"sells":1,"signal":"net_selling","net_shares":-50000,"shares_sold":50000,"shares_bought":0},"transactions":[{"url":"https://www.sec.gov/Archives/edgar/data/320193/000114036126023363/form4.xml","code":"S","shares":50000,"security":"Common Stock","accession":"0001140361-26-023363","code_label":"Open-market or private sale","is_officer":true,"owner_name":"WILLIAMS JEFFREY E","filing_date":"2026-05-29","is_director":false,"is_derivative":false,"officer_title":"COO","price_per_share":311.02,"transaction_date":"2026-05-27","acquired_disposed":"D","shares_owned_after":3764576,"is_ten_percent_owner":false}],"filings_parsed":1,"transaction_count":1},"as_of":"2026-05-29T00:00:00.000Z","source":"sec_edgar","ticker":"AAPL"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.03","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.03/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.03","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.03","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Z2OFuP-OoLuIzr7ujxMEu","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.03","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns recent SEC Form 4 insider trading filings for a given US stock ticker, including transaction details and a net buying/selling signal.","exampleAgentPrompt":"Pull the 10 most recent insider trades for NVDA from SEC filings — show me who bought or sold, how many shares, at what price, and whether the overall signal is net buying or net selling.","exampleUseCases":null,"resultDescription":"A JSON object containing: a summary with total buys, sells, shares bought/sold, net shares, and a signal enum (net_buying, net_selling, neutral); an array of individual transactions with owner name, role (director/officer/10% owner), security type, transaction date, transaction code and label, shares, price per share, acquired/disposed flag, shares owned after, and a link to the SEC filing; plus metadata including ticker, source (sec_edgar), and as_of timestamp.","failureModes":["Invalid or unknown ticker returns empty data or 404","limit parameter must be between 1 and 25; out-of-range values rejected","No recent filings available for a ticker results in empty transactions array","Payment failure (402) if USDC balance is insufficient or x402 not configured","SEC EDGAR data may have a lag of 1-2 business days from actual filing"],"whenToPreferThis":"Use this endpoint when you need structured, parsed insider trading data (SEC Form 4) for a specific US stock ticker, including net signal summaries, without needing to parse raw EDGAR XML yourself. Prefer this over direct EDGAR scraping when you want clean JSON with buy/sell signals and officer metadata. Choose this over general financial data APIs when insider sentiment and compliance-relevant transaction details are the primary need.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-08T12:56:12.730Z","isFirstParty":false}