epsm-api
  1. Volatility Strength
epsm-api
  • Dark Shorts
    • rest_v1_dark_shorts_ticker_GET
      GET
  • Powerdays
    • rest_v1_powerday_daily_reports_ticker_GET
      GET
  • Relative Market Rank
    • rest_v1_rmr_ticker_GET
      GET
  • Timing Momentum
    • timing_momentum_ticker_GET
      GET
  • Trend Indicator
    • rest_v1_trend_indicator_daily_reports_ticker_GET
      GET
  • Volatility Strength
    • rest_v1_volatility_strength_reports_ticker_GET
      GET
  • PEAD
    • rest_v1_pead_current_ticker_GET
      GET
  • Schemas
    • ChartPrice
    • Pead
  1. Volatility Strength

rest_v1_volatility_strength_reports_ticker_GET

GET
/rest-v1-volatility-strength/reports/{ticker}

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Path Params

Query Params

Responses

🟢200OK
application/json
Default Response
Body

🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠408Request Timeout
🔴500Internal Server Error
🔴503Service Unavailable
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/rest-v1-volatility-strength/reports/?date&pagination' \
--header 'x-api-key: <api-key>'
Response Response Example
200 - Example 1
{
    "data": [
        {
            "date": 0,
            "ticker": "string",
            "volatility_strength": 0,
            "volatility_strength_status": "string"
        }
    ],
    "metadata": {
        "total": 0,
        "pagination": {
            "offset": 0,
            "limit": 0,
            "nextPage": true
        }
    }
}
Modified at 2025-12-09 18:33:18
Previous
rest_v1_trend_indicator_daily_reports_ticker_GET
Next
rest_v1_pead_current_ticker_GET
Built with