Stock Filings

Recent SEC filings for a US public company, newest first, each with its form type, date and a direct link to the document.

$0.0050 per call POST /v1/tools/stock-filings

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/stock-filings \
  -H 'content-type: application/json' \
  -d '{"ticker":"AAPL","form":"10-K"}'

When to use it

Use when an agent needs the source document — the 10-K, the 10-Q, the 8-K announcing something. form filters to one type (e.g. "10-K", "4"); omit for all. Returns company name, CIK and filings[].

What it costs

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