---
title: "Technical Indicators"
method: POST
path: "/indicator"
tags: ["Default"]
---

# Technical Indicators

`POST /indicator`

Return technical indicator with price data. List of supported indicators can be found <a href="https://docs.google.com/spreadsheets/d/1ylUvKHVYN2E87WdwIza8ROaCpd48ggEl1k5i5SgA29k/edit?usp=sharing" target="_blank">here</a>.

## Query parameters

- `symbol` string, required
- `resolution` string, required
- `from` integer, required
- `to` integer, required
- `indicator` string, required

## Request body

- IndicatorFields

## Response `200`

successful operation

- TechnicalIndicator

## Changes

- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-06-27** `c6979711d973` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/indicator/post.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/b9cd697cee6d/schema)
