epsm-api
  1. Trend Indicator
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. Trend Indicator

rest_v1_trend_indicator_daily_reports_ticker_GET

GET
/rest-v1-trend-indicator/daily-reports/{ticker}
Trend Signal - This is a short-term trend signal that uses Average True Range and the distance to the stock’s 20 day Moving Average. This indicator which we calculate every 15 minutes shows the stock in one of three states. Green - Up Trend, Red- Downtrend, Yellow - Oscillating. The latest Signal is furthest to the right and its trend history can be seen over time and should be viewed in tandem with the price chart.

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-trend-indicator/daily-reports/?date&pagination' \
--header 'x-api-key: <api-key>'
Response Response Example
200 - Example 1
{
    "data": [
        {
            "date": 0,
            "ticker": "string",
            "trend_indicator": {
                "trend_indicator_final": 0,
                "trend_indicator_final_status": "string"
            }
        }
    ],
    "metadata": {
        "total": 0,
        "pagination": {
            "offset": 0,
            "limit": 0,
            "nextPage": true
        }
    }
}
Modified at 2025-12-09 18:33:18
Previous
Trend Indicator
Next
rest_v1_volatility_strength_reports_ticker_GET
Built with