# LoneStarOracle EquityScope

> LoneStarOracle EquityScope is a paid API for AI agents from api.aidress.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns stock price, fundamentals, technical indicators, and an AI-generated investment summary for any US stock, ETF, or crypto ticker

## Facts

- Endpoint: GET https://api.aidress.ai/pay/agent_equity_lonestaroracle_xyz
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lonestaroracle-equityscope-9503ea7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HiO1nzSEehmib7nt2INCZ

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 lonestaroracle-equityscope-9503ea7e
```

Example prompt: Can you pull up the full stock analysis for NVDA — price, P/E, market cap, analyst targets, and an AI summary of the investment case including valuation and key risks?

## When to prefer this

Choose this endpoint when you need a comprehensive, all-in-one stock snapshot combining price, fundamental metrics, and an AI-generated investment narrative in a single call. Ideal for agents that need to present investment context to users without chaining multiple data sources. Prefer over raw data APIs when the AI summary of valuation, analyst outlook, and risks adds value. Works well for US equities, ETFs, and major crypto pairs.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty data
- Delisted or OTC stocks may not be available via yfinance
- Crypto pairs must use correct format (e.g. BTC-USD) or lookup may fail
- Rate limits or yfinance data outages can cause stale or missing fundamentals
- AI summary may be unavailable if Claude API is unreachable
- Payment failure or insufficient USDC balance blocks the request

## How this service works

Stock analysis — price fundamentals technical indicators for any ticker

## Output

Returns a structured object with real-time price, P/E ratio, market capitalization, EPS, revenue, analyst price targets, 52-week high/low, dividend yield, and a Claude AI-generated narrative covering valuation context, analyst outlook, and key investment risks for the queried ticker.

## Request schema (JSON Schema)

```json
{
 "name": "LoneStarOracle — EquityScope",
 "tags": [
  "stocks",
  "equity",
  "fundamentals",
  "yfinance"
 ],
 "type": "object",
 "version": "2.0.0",
 "category": "finance",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "symbol": {
       "type": "string",
       "title": "Symbol"
      },
      "ticker": {
       "type": "string",
       "title": "Ticker"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "AI-powered stock fundamentals and analysis. Returns price, P/E, market cap, EPS, revenue, analyst targets, 52-week range, dividend yield, and a Claude AI investment summary covering valuation context, analyst outlook, and key risks. Works for US stocks, ETFs, and crypto pairs. Powered by yfinance + Claude AI."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lonestaroracle-equityscope-9503ea7e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aidress.ai](https://www.zero.xyz/host/api.aidress.ai/llms.txt)
