ToolAssay

Latest Stock Trends leadership summary identifying overall, sector, and industry

Latest Stock Trends leadership summary identifying overall, sector, and industry-group leaders using relative performance and trend-alignment filters.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
866 msmedian answer time
$0.25listed price per call
$0.25price 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/summary/latest

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.25 866 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "exchange": "N",
    "min_mt_cnt": 4,
    "min_rsi": 40,
    "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": {
            "exchange": {
              "enum": [
                "N",
                "Q",
                "A",
                "B",
                "T",
                "I"
              ],
              "type": "string"
            },
            "limit_bucket": {
              "default": 20,
              "maximum": 200,
              "minimum": 1,
              "type": "integer"
            },
            "limit_overall": {
              "default": 50,
              "maximum": 1000,
              "minimum": 1,
              "type": "integer"
            },
            "min_mt_cnt": {
              "default": 4,
              "maximum": 500,
              "minimum": 0,
              "type": "integer"
            },
            "min_rsi": {
              "default": 40,
              "maximum": 500,
              "minimum": 0,
              "type": "integer"
            },
            "type": {
              "default": "CS",
              "type": "string"
            },
            "weekdate": {
              "format": "date",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "metadataUrl": {
      "type": "string"
    },
    "output": {
      "additionalProperties": true,
      "description": "Latest leadership groups with overall, sector, and industry-group leaders ranked by Stock Trends RSI and trend-category maturity filters.",
      "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