# GlianaAI Stock Fundamentals

> GlianaAI Stock Fundamentals is a paid API for AI agents from api.glianalabs.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Retrieves US public company fundamental financial data from SEC filings and market sources for a given stock ticker

## Facts

- Endpoint: GET https://api.glianalabs.com/x402/tools/stock-fundamentals
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glianaai-stock-fundamentals-7a5503bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_un89kCIj7pwXHKW1frhJu

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability glianaai-stock-fundamentals-7a5503bb
```

Example prompt: Can you pull up the stock fundamentals for Tesla — revenue, earnings, P/E ratio, market cap, and any key balance sheet figures?

## When to prefer this

Use this endpoint when you need structured US public company financial fundamentals — revenue, earnings, valuation ratios, balance sheet — sourced from SEC filings, and want pay-per-call access with no signup via USDC micropayment. Prefer this over general web search when you need structured, machine-readable financial data rather than news articles or analyst commentary.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Non-US or OTC companies may not be supported
- Stale data if SEC filings have not been indexed recently
- Payment failure (insufficient USDC balance) results in HTTP 402 before data is returned
- Rate limiting or network errors from upstream data providers

## How this service works

One endpoint for 90+ generative AI models, live market data, SEC filings and identity APIs — image, video, music, speech, LLM chat, crypto and FX rates, DEX liquidity, gas, US company fundamentals and insider trades, document OCR and face matching. Pay per request in USDC on Tempo, Base, Solana, Algorand or BNB Chain with no signup, or top up a prepaid balance in rupiah.

## Output

Returns structured financial fundamentals for a US publicly traded company, including income statement metrics (revenue, net income, EPS), balance sheet data, valuation ratios (P/E, market cap), and data sourced from SEC filings and market data providers. Response is a JSON object tagged with the tool identifier 'tools/stock-fundamentals'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tool": "tools/stock-fundamentals"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glianaai-stock-fundamentals-7a5503bb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.glianalabs.com](https://www.zero.xyz/host/api.glianalabs.com/llms.txt)
