---
title: "Support/Resistance"
method: GET
path: "/scan/support-resistance"
tags: ["Default"]
---

# Support/Resistance

`GET /scan/support-resistance`

Get support and resistance levels for a symbol.

## Query parameters

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

## Response `200`

successful operation

- SupportResistance
  - `levels` number[] — Array of support and resistance levels.

## Changes

- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-06-11** `26499f908d78` — 1 breaking, 1 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `levels` to the response with the `200` status
- **2020-05-26** `c5b8e420b78c` — 1 breaking, 1 warning, 1 info
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `levels` from the response with the `200` status
  - api tag `Default` removed

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/scan/support-resistance/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)
