Relative Strength Index (RSI)
GET {{baseUrl}}/query?function=RSI&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>
This API returns the relative strength index (RSI) 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) | |
series_type | string | The desired price type in the time series. Four types are supported: close, open, high, low |