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

rest_v1_pead_current_ticker_GET

GET
/rest-v1-pead/current/{ticker}

Request

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

Query Params

Responses

🟢200
application/json
Default Response
Body

🟠400
🟠401
🟠403
🟠408
🔴500
🔴503
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/rest-v1-pead/current/?filter' \
--header 'x-api-key: <api-key>'
Response Response Example
200 - Example 1
{
    "data": {
        "ticker": "string",
        "drift_unit": {
            "name": "seasonal",
            "value": "string"
        },
        "sample_count": 0,
        "forecast": 0,
        "actual": 0,
        "accuracy": [
            {
                "drift_point": "string",
                "depends_on_type": true,
                "was_prediction_correct": true,
                "value": 0
            }
        ],
        "earning_day": 0,
        "min": [
            {
                "date": 0,
                "time_point": "open",
                "price": 0
            }
        ],
        "max": [
            {
                "date": 0,
                "time_point": "open",
                "price": 0
            }
        ],
        "avg": [
            {
                "date": 0,
                "time_point": "open",
                "price": 0
            }
        ]
    }
}
Modified at 2025-12-09 18:33:18
Previous
rest_v1_volatility_strength_reports_ticker_GET
Next
ChartPrice
Built with