# BaseBuilder Stocks Technical Analysis

> BaseBuilder Stocks Technical Analysis is a paid API for AI agents from bb-stocks.vercel.app, paid per call via x402, $0.188326/call, status unknown (last checked 2026-09-14).

Returns technical analysis indicators and signals for a given stock ticker symbol

## Facts

- Endpoint: POST https://bb-stocks.vercel.app/api/stocks/technical
- Price: $0.188326/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-stocks-technical-analysis-eec7399f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hLuD_A42HnCrTKI1ozYK9

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 basebuilder-stocks-technical-analysis-eec7399f -d '<json body>'
```

Example prompt: Can you run a technical analysis on AAPL stock and tell me what the RSI, MACD, and moving averages are saying about the current trend?

## When to prefer this

Use this endpoint when you need quantitative technical analysis indicators and trading signals for a specific stock ticker, especially when building automated trading tools, screeners, or financial dashboards that rely on computed momentum and trend metrics rather than raw price data.

## Known failure modes

- Invalid or unknown ticker symbol returns an error
- Missing required ticker parameter returns 400
- Rate limiting or payment failure returns 402
- Endpoint unavailable returns 503
- No data available for the requested symbol

## How this service works

BaseBuilder Stocks API hub - 21 paid endpoints

## Output

Returns computed technical analysis indicators such as RSI, MACD, moving averages, Bollinger Bands, and related buy/sell signals for the requested stock ticker.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-stocks-technical-analysis-eec7399f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-stocks.vercel.app](https://www.zero.xyz/host/bb-stocks.vercel.app/llms.txt)
