ToolAssay

Historical sector leadership rotation derived from Stock Trends trend distributi

Historical sector leadership rotation derived from Stock Trends trend distribution, relative performance, and trend maturity measures.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
904 msmedian answer time
$0.3listed price per call
$0.3price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.stocktrends.com/v1/leadership/rotation/history

CategoryMarket data
Provider hostapi.stocktrends.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days28 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.3 904 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "exchange": "N",
    "group_by_week": true,
    "top_k": 5,
    "type": "CS"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": true,
  "properties": {
    "category": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "family": {
      "type": "string"
    },
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "end": {
              "format": "date",
              "type": "string"
            },
            "exchange": {
              "enum": [
                "N",
                "Q",
                "A",
                "B",
                "T",
                "I"
              ],
              "type": "string"
            },
            "group_by_week": {
              "default": true,
              "type": "boolean"
            },
            "limit": {
              "default": 2000,
              "maximum": 50000,
              "minimum": 1,
              "type": "integer"
            },
            "min_constituents": {
              "default": 25,
              "maximum": 5000,
              "minimum": 1,
              "type": "integer"
            },
            "start": {
              "format": "date",
              "type": "string"
            },
            "top_k": {
              "default": 5,
              "maximum": 50,
              "minimum": 1,
              "type": "integer"
            },
            "type": {
              "default": "CS",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "metadataUrl": {
      "type": "string"
    },
    "output": {
      "additionalProperties": true,
      "description": "Historical sector leadership rotation with bullish share, average RSI, trend maturity, leadership_score, and weekly rank.",
      "properties": {
        "example": {},
        "format": {
          "type": "string"
        },
        "type": {
          "const": "json",
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    },
    "pricing_catalog": {
      "type": "string"
    },
    "schemaUrl": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "tools_manifest": {
      "type": "string"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON