# Alpha Vantage Company Overview via Locus x402

> Alpha Vantage Company Overview via Locus x402 is a paid API for AI agents from alphavantage.x402.paywithlocus.com, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).

Retrieves comprehensive company overview data (fundamentals, financials, description) for a given stock ticker symbol, paid per-call via USDC microtransaction.

## Facts

- Endpoint: POST https://alphavantage.x402.paywithlocus.com/alphavantage/company-overview
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alpha-vantage-company-overview-via-locus-x402-47fe2c83
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FV4gJvF_iFk-CCnJ60LXm

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 alpha-vantage-company-overview-via-locus-x402-47fe2c83 -d '<json body>'
```

Example prompt: Pull up the full company overview for NVDA — I want the sector, market cap, P/E ratio, EPS, and analyst target price.

## When to prefer this

Choose this endpoint when you need comprehensive company fundamentals and overview data for a publicly traded stock in a single call, especially in agentic workflows where per-call microtransaction pricing (via x402/USDC) is acceptable and you do not want to manage Alpha Vantage API keys directly. Prefer this over raw Alpha Vantage API calls when you need a managed, pay-per-use gateway with no subscription setup.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty or error data object
- Payment failure or insufficient USDC balance results in 402 response before data is returned
- Delisted or OTC stocks may return incomplete or no data
- Rate limiting by the underlying Alpha Vantage API may cause delayed or failed responses
- Network timeout if the upstream Alpha Vantage service is unavailable

## How this service works

Financial market data — stock prices, forex, crypto, commodities, economic indicators, technical analysis, and news sentiment.

## Output

Returns a JSON object containing company fundamentals such as name, description, exchange, currency, sector, industry, fiscal year end, market capitalization, EBITDA, P/E ratio, EPS, dividend yield, 52-week high/low, analyst target price, and other key financial metrics for the requested ticker symbol.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alpha-vantage-company-overview-via-locus-x402-47fe2c83/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from alphavantage.x402.paywithlocus.com](https://www.zero.xyz/host/alphavantage.x402.paywithlocus.com/llms.txt)
