epsm-api
  1. Timing Momentum
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. Timing Momentum

/timing-momentum/{ticker}

GET
/timing-momentum/{ticker}
There are 5 proprietary signals that encompass Timing Momentum this end-point lets you capture the number of "green" positive signals out of the 5 at any given point in time on any stock.
The timing momentum direction : Timing Momentum Direction; This field tracks the number of days TM has been increasing over the last 10 days. For example : if TM is 1 1 1 1 1 1 1 1 1 2 the TM direction is 1 because it has been increasing once in the last 10 days. Any dowtrun will reset the counter. other example : if TM is 1 2 3 2 1 0 0 1 3 the TM direction is 2 other example : if TM is 5 4 3 2 1 1 0 0 0 The TM direction is -4 because it has been decreasing 4 times in the last 10 days. other example : if TM is 1 2 3 4 5 4 3 2 3 the TM direction is 1 because it grew just one day in the last 10 days.

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 '/timing-momentum/?date&pagination'
Response Response Example
200 - Example 1
{
    "data": [
        {
            "ticker": "string",
            "date": 0,
            "timing_momentum": 0,
            "timing_momentum_direction": 0
        }
    ],
    "metadata": {
        "total": 0,
        "pagination": {
            "offset": 0,
            "limit": 0,
            "nextPage": true
        }
    }
}
Modified at 2025-12-03 20:46:57
Previous
Timing Momentum
Next
Trend Indicator
Built with