Commodity Channel Index (CCI)
GET {{baseUrl}}/query?function=CCI&symbol=<string>&interval=<string>&time_period=<string>
This API returns the commodity channel index (CCI) values.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
function | string | ||
symbol | string | The stocker ticker symbol. | |
interval | string | The interval for series (1min, 5min, 15min, 30min, 60min) | |
time_period | string | Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200) |