Insider Trades

Who inside a US public company bought or sold its stock, parsed from the Form 4s they are legally required to file.

$0.0150 per call POST /v1/tools/insider-trades

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/insider-trades \
  -H 'content-type: application/json' \
  -d '{"ticker":"AAPL"}'

When to use it

Use when an agent asks what executives or directors are doing with their own shares. Returns trades[] with person, their relationship to the company, date, what they did in words (sale, open-market purchase, grant, option exercise), shares, price per share and total value. Reported trades only — not a signal, and a Form 4 can be filed up to two business days after the trade.

What it costs

$0.0150 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.