Ownership Changes

Who holds more than 5% of a US public company, from the Schedule 13D and 13G filings a holder must make.

$0.0100 per call POST /v1/tools/ownership-changes

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

When to use it

A 13D means the holder may seek to influence the company (activist); a 13G is a passive stake, typically an index fund. Use when an agent asks who the big holders are or whether an activist has moved in. type is "13d" or "13g"; omit for both. Returns stakes[] with form, activist, filed and event dates, holders[] { name, cik, shares, percent, type }, the stated purpose for a 13D, and a link. limit is filings read, default 5, max 10. Filings before December 2024 are free-form: holder names only, share counts null.

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.