---
title: "Aggregate Indicators"
method: GET
path: "/scan/technical-indicator"
tags: ["Default"]
---

# Aggregate Indicators

`GET /scan/technical-indicator`

Get aggregate signal of multiple technical indicators such as MACD, RSI, Moving Average v.v. A full list of indicators can be found <a href="https://docs.google.com/spreadsheets/d/1MWuy0WuT2yVlxr1KbPdggVygMZtJfunDnhe-C0GEXYM/edit?usp=sharing" target="_blank">here</a>.

## Query parameters

- `symbol` string, required
- `resolution` string, required

## Response `200`

successful operation

- AggregateIndicators
  - `technicalAnalysis` TechnicalAnalysis
    - `count` Indicator
      - `buy` integer — Number of buy signals
      - `neutral` integer — Number of neutral signals
      - `sell` integer — Number of sell signals
    - `signal` string — Aggregate Signal
  - `trend` Trend
    - `adx` number, float — ADX reading
    - `trending` boolean — Whether market is trending or going sideway

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
