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

timing_momentum_ticker_GET

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

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 '/timing-momentum/?date&pagination' \
--header 'x-api-key: <api-key>'
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-09 18:33:18
Previous
Timing Momentum
Next
Trend Indicator
Built with