You're viewing a demo portfolio

Join the waitlist
PRSM

get_edgar_company

Active

Tool of LastLook Data

declared in 2.12.0

Returns financial fundamentals for any US public company from SEC EDGAR XBRL filings: revenue, net income, total assets, stockholders equity, and EPS. Includes both annual (10-K) and quarterly (10-Q) data for the most recent periods. Works for any ticker listed on a US exchange (AAPL, MSFT, TSLA, AMZN, NVDA, GOOGL, META, JPM, BAC, etc.). Source: SEC EDGAR. Priced at $0.75 USDC via x402 on Base.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "ticker"
  ],
  "properties": {
    "ticker": {
      "type": "string",
      "maxLength": 5,
      "minLength": 1,
      "description": "Stock ticker symbol e.g. AAPL, MSFT, TSLA, AMZN, NVDA, GOOGL"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

LastLook Data

https://github.com/zev-lll/lastlook-data

1/7 registries
View full server →