---
title: "Get technical indicator historical data by name"
method: GET
path: "/marketdata/indicators/{name}/histdata"
tags: ["MarketData API"]
---

# Get technical indicator historical data by name

`GET /marketdata/indicators/{name}/histdata`

Get technical indicator historical data by name

## Path parameters

- `name` string, required

## Query parameters

- `symbol` string, required
- `tf` string, required
- `from` string, date-time
- `to` string, date-time
- `count` integer
- `params` string

## Response `200`

Successful operation

- number[]

## Other responses

- `404` — Not found
- `500` — Error

---

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