ToolAssay

Stock screener for finding and ranking stronger or persistent trend equity candi

Stock screener for finding and ranking stronger or persistent trend equity candidates using Stock Trends trend state, trend persistence, trend maturity, relative performance, and volume signal fields.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
919 msmedian answer time
$0.5listed price per call
$0.5price 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/agent/screener/top

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

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.5 919 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": 10,
    "min_rsi": 40
  },
  "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": {
              "default": 25,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            },
            "min_rsi": {
              "default": 40,
              "type": "integer"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "metadataUrl": {
      "type": "string"
    },
    "output": {
      "additionalProperties": true,
      "description": "Ranked instruments with Stock Trends signal fields and filter summary.",
      "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