epsm-api
  1. Trend Indicator
epsm-api
  • Dark Shorts
    • Dark Shorts
      GET
  • PEAD Post Earnings Announcement Drift
    • /rest-v1-pead/{ticker}
      GET
    • /rest-v1-pead/quarterly-reports/{ticker}
      GET
  • Powerdays
    • /rest-v1-powerday/daily-reports/{ticker}
      GET
  • Relative Market Rank
    • /rest-v1-rmr/{ticker}
      GET
  • Timing Momentum
    • /timing-momentum/{ticker}
      GET
  • Trend Indicator
    • /rest-v1-trend-indicator/daily-reports/{ticker}
      GET
  • Volatility Strength
    • /rest-v1-volatility-strength/reports/{ticker}
      GET
  • Schemas
    • ChartPrice
    • Pead
  1. Trend Indicator

/rest-v1-trend-indicator/daily-reports/{ticker}

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

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'
Response Response Example
200 - Example 1
{
    "data": [
        {
            "date": 0,
            "ticker": "string",
            "trend_indicator": {
                "trend_indicator_raw": 0,
                "trend_indicator_final": 0,
                "trend_indicator_final_status": "string"
            }
        }
    ],
    "metadata": {
        "total": 0,
        "pagination": {
            "offset": 0,
            "limit": 0,
            "nextPage": true
        }
    }
}
Modified at 2025-12-03 20:49:39
Previous
Trend Indicator
Next
/rest-v1-volatility-strength/reports/{ticker}
Built with