Stock Fundamentals

What a US public company REPORTED, straight from its SEC filings — revenue, net income, assets, cash, shares outstanding — per fiscal period, newest first.

$0.0100 per call POST /v1/tools/stock-fundamentals

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

When to use it

Use when an agent needs audited figures rather than a screen-scraped summary. concept picks one XBRL tag (e.g. Revenues, NetIncomeLoss, Assets); omit it for the standard set. Returns company { name, ticker, cik } and facts[] with concept, unit, period, end, value and the form each figure came from. NOT a share price: EDGAR is what companies file, not what the stock trades at.

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.