---
title: "Full MACD series"
method: GET
path: "/ta/{slug}/macd"
tags: ["Technical Analysis"]
---

# Full MACD series

`GET /ta/{slug}/macd`

LEGACY — prefer /agentFriendly/ta/{slug}/macd (agent-optimized output) or /ta/{slug}/allLatest for all indicators at once. Use this legacy endpoint only when you need a custom start/end range or non-default periods — the agentFriendly variant computes a fixed recent window.

## Path parameters

- `slug` string, required

## Query parameters

- `start` integer
- `end` integer
- `short` integer
- `long` integer
- `signal` integer
- `fetchInterval` 'm1' | 'm5' | 'm15' | 'm30' | 'h1' | 'h2' | 'h6' | 'h12' | 'd1'
- `includeOriginal` string

## Response `200`

Full MACD series

---

[API](https://skmtc.dev/coincap/apis/coincap-api.md) · [All operations](https://skmtc.dev/coincap/apis/coincap-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coincap/coincap-api/revisions/e3d3739c2c03/schema)
