---
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

## Changes

- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-08-01** `e30753df924e` — 1 info
  - added the optional property `trend/trending` to the response with the `200` status
- **2020-05-26** `c5b8e420b78c` — 1 warning, 1 info
  - removed the optional property `trend/trending` from the response with the `200` status
  - api tag `Default` removed

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/scan/technical-indicator/get.md)

---

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