# DarrylBots Standard Research Report

> DarrylBots Standard Research Report is a paid API for AI agents from darrylbots.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a curated standard stock screening report ranking equities by quality, momentum, and durable execution metrics

## Facts

- Endpoint: GET https://darrylbots.com/api/research-report-standard
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/darrylbots-standard-research-report-421e13b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZergRn6rkDS3AQDjHmVwp

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 darrylbots-standard-research-report-421e13b3
```

Example prompt: Pull me the standard DarrylBots stock screening report — I want to see the full quality, momentum, and durable execution rankings with thesis and risk notes for each name.

## When to prefer this

Use this endpoint when you need a pre-screened, opinionated ranked list of stocks with written thesis and risk per name, rather than raw financial data or custom screener logic. Best for quick equity research reads on quality-momentum names without building a screen from scratch.

## Known failure modes

- Missing or malformed properties parameter may return empty or error response
- Payment not fulfilled via x402 protocol returns 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Stale data if report has not been refreshed for current period

## How this service works

Darrylbots paid research: Standard Stock Screen: Quality, Momentum, and Durable Execution

## Output

A structured JSON report including a ranked list of equities with name, symbol, rank, thesis, risk, live quote, and market cap, plus a report title, summary narrative, and disclaimer. Also includes pricing metadata and a purchased flag.

## Example request

```json
{
 "properties": "quality,momentum,durable_execution"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "report": {
   "id": "stock-screen-standard-2026-06",
   "lens": "standard",
   "price": {
    "amount": "0.001",
    "network": "Base",
    "currency": "USDC",
    "amount_atomic": "1000",
    "network_caip2": "eip155:8453"
   },
   "title": "Standard Stock Screen: Quality, Momentum, and Durable Execution",
   "summary": "The strongest standard candidates are semiconductor capital-equipment and AI infrastructure names, with CASY, FSLR, FTAI, and TGTX included for diversification outside the pure AI hardware cluster.",
   "disclaimer": "This report is research for Darrylbots only. It is not financial, investment, tax, or legal advice and is not a recommendation to buy, sell, or hold any security. Prices can move quickly, especially in Hail Mary candidates; verify live data before acting.",
   "full_rankings": [
    {
     "name": "KLA Corp",
     "rank": 1,
     "risk": "Premium valuation and semiconductor-capex cyclicality.",
     "quote": 256.42,
     "symbol": "KLAC",
     "thesis": "Best quality semicap/process-control compounder in the slate; exceptional margin/cash-flow profile and clear AI/WFE demand signal.",
     "market_cap": "315.0B"
    },
    {
     "name": "Lam Research Corp",
     "rank": 2,
     "risk": "Sensitive to memory and wafer-fab equipment cycles.",
     "quote": 388.92,
     "symbol": "LRCX",
     "thesis": "Record revenue, strong cash generation, memory/DRAM exposure, and large capital returns.",
     "market_cap": "453.4B"
    },
    {
     "name": "Applied Materials Inc",
     "rank": 3,
     "risk": "Already priced for strong execution.",
     "quote": 585.78,
     "symbol": "AMAT",
     "thesis": "Broadest semicap platform with record EPS, strong balance sheet, and AI materials/advanced-packaging partnerships.",
     "market_cap": "438.8B"
    }
   ]
  },
  "purchased": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/darrylbots-standard-research-report-421e13b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from darrylbots.com](https://www.zero.xyz/host/darrylbots.com/llms.txt)
