# TwelveX MACD Technical Indicator Endpoint

> TwelveX MACD Technical Indicator Endpoint is a paid API for AI agents from twelvix402.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-08).

Returns MACD (Moving Average Convergence Divergence) technical indicator values for a given financial symbol and interval, powered by Twelve Data.

## Facts

- Endpoint: GET https://twelvix402.vercel.app/api/macd/%7Bsymbol%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelvex-macd-technical-indicator-endpoint-232504ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VfMByZx17mQ-qHySIn6lq

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 twelvex-macd-technical-indicator-endpoint-232504ce
```

Example prompt: Can you pull the MACD indicator for AAPL on the 1-hour interval so I can check for a bullish crossover signal?

## When to prefer this

Use this endpoint when you need MACD technical indicator data specifically — signal line, MACD line, and histogram — for stocks, forex pairs, or crypto assets across multiple time intervals. Prefer this over general price endpoints when performing momentum-based or trend-following technical analysis.

## Known failure modes

- Invalid or unsupported ticker symbol returns an error response
- Unsupported interval string causes a bad request error
- Payment of 0.1 USDC not fulfilled results in 402 Payment Required response
- Rate limiting or upstream Twelve Data API outage returns 5xx error
- Missing required symbol path parameter returns 400 or 404 error

## How this service works

Premium financial data API — 25 endpoints for stocks, forex, crypto, and technical analysis. Powered by Twelve Data.

## Output

Returns MACD line values, signal line values, and histogram data points for the requested symbol at the specified time interval, enabling momentum and trend analysis.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelvex-macd-technical-indicator-endpoint-232504ce/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twelvix402.vercel.app](https://www.zero.xyz/host/twelvix402.vercel.app/llms.txt)
