Planned Insider Sales

Insiders who have told the SEC they intend to sell a US public company's stock, from the Form 144 notices filed on or before the sale — the forward-looking counterpart…

$0.0100 per call POST /v1/tools/planned-insider-sales

Call it

The first response is 402 with the exact price and every rail you can pay with. Pay, repeat the request with the proof, and you get the result.

curl -X POST https://api.glianalabs.com/v1/tools/planned-insider-sales \
  -H 'content-type: application/json' \
  -d '{"ticker":"AAPL"}'

When to use it

Insiders who have told the SEC they intend to sell a US public company's stock, from the Form 144 notices filed on or before the sale — the forward-looking counterpart to insider-trades, which reports sales after they happen. Use when an agent asks who is about to sell or whether a sale was pre-planned. Returns notices[] with person, relationship, shares, marketValue, pctOfOutstanding, approxSaleDate, broker, how the shares were acquired, tradingPlanAdopted (10b5-1 plan dates), sales in the past 3 months and a link. limit is notices read, default 5, max 20. A notice of intent, not a completed sale; electronic 144s start April 2023.

What it costs

$0.0100 per successful call — flat, with no plan, minimum or monthly fee. A call that fails validation is refused before it runs, so it is never charged.

Not sure this is the right endpoint? GET /v1/consult?intent=… is free and answers that.