# AgentServices Stock Dossier

> AgentServices Stock Dossier is a paid API for AI agents from agentservices.to, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a comprehensive data dossier for a given stock ticker or crypto symbol, including market and fundamental intelligence.

## Facts

- Endpoint: POST https://agentservices.to/v1/skills/stock-dossier
- 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/agentservices-stock-dossier-f8177703
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-mzLmmD9rKEypJXXAEX6D

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 agentservices-stock-dossier-f8177703 -d '<json body>'
```

Example prompt: Pull a full stock dossier on NVIDIA — I want market data, fundamentals, and any relevant intelligence you can get me.

## When to prefer this

Choose this endpoint when you need a comprehensive, all-in-one dossier for a stock or crypto symbol rather than a single metric. Ideal when an agent needs to research an asset holistically — fundamentals, price, and overview — in a single $0.05 call via x402 micropayments on Base, without stitching together multiple free APIs.

## Known failure modes

- Unknown or invalid symbol returns an error or empty result
- Symbol ambiguity between crypto and stock tickers may return unexpected data
- Payment failure via x402 micropayment prevents data retrieval
- Response schema is unspecified so output structure may vary or be incomplete
- Rate limiting or service unavailability returns an error

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

A structured dossier containing market and financial data for the requested stock ticker or crypto symbol, potentially including price, market cap, fundamentals, company or project overview, and related intelligence metrics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "symbol": {
   "type": "string",
   "description": "Crypto symbol or stock ticker"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-stock-dossier-f8177703/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
