# SML Sovereign Signal — 365-Day Anchor

> SML Sovereign Signal — 365-Day Anchor is a paid API for AI agents from squeezeos-api.onrender.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns a 365-day anchor signal for a given stock ticker, providing a long-term structural market intelligence indicator.

## Facts

- Endpoint: GET https://squeezeos-api.onrender.com/api/signals/365/AAPL
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sml-sovereign-signal-365-day-anchor-7103e096
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YngZbzVYGIVPaCWAOX1i3

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 sml-sovereign-signal-365-day-anchor-7103e096
```

Example prompt: What's the SqueezeOS 365-day anchor signal for AAPL right now — is it showing any long-term structural conviction?

## When to prefer this

Use this endpoint when you need a long-horizon (365-day) structural signal for a specific equity ticker from the SML Sovereign Signal system. Prefer this over shorter-duration sibling endpoints (e.g. Triple Lock, 741 alignment) when you want the broadest anchor perspective on a stock's long-term structural trend rather than a near-term or multi-factor consensus view.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty signal
- Service unavailability on Render free tier causing cold-start latency or timeout
- Missing symbol path parameter results in a 400 or routing error
- Payment not processed (x402) results in a 402 Payment Required response before data is returned
- Rate limiting if credit pack is exhausted

## How this service works

SML Sovereign Signal — 365-day anchor

## Output

A JSON object containing the 365-day anchor signal verdict for the requested ticker, reflecting long-term structural market intelligence derived from the SML Sovereign Signal methodology. The response includes the signal outcome and associated indicator data for the symbol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input",
  "output"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "queryParams"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "const": "GET"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "symbol": {
       "type": "string",
       "description": "Ticker mirrored from URL path"
      }
     },
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type",
    "example"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "json"
    },
    "example": {
     "type": "object"
    }
   },
   "additionalProperties": false
  }
 },
 "additionalProperties": false
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sml-sovereign-signal-365-day-anchor-7103e096/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from squeezeos-api.onrender.com](https://www.zero.xyz/host/squeezeos-api.onrender.com/llms.txt)
