ToolAssay

Deterministic pre-trade stock analysis and equity evaluation combining Stock Tre

Deterministic pre-trade stock analysis and equity evaluation combining Stock Trends signal context with market regime context for investment research and decision support.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
839 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

POST https://api.stocktrends.com/v1/decision/evaluate-symbol

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 839 ms

Example input (from the provider)

{
  "body": {
    "symbol_exchange": "IBM-N"
  },
  "bodyType": "json",
  "method": "POST",
  "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": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "exchange": {
              "enum": [
                "N",
                "Q",
                "A",
                "B",
                "T",
                "I"
              ],
              "type": "string"
            },
            "symbol": {
              "type": "string"
            },
            "symbol_exchange": {
              "pattern": "^[A-Z0-9.]+-[A-Z]$",
              "type": "string"
            }
          },
          "required": [
            "symbol_exchange"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "metadataUrl": {
      "type": "string"
    },
    "output": {
      "additionalProperties": true,
      "description": "Deterministic symbol decision with Stock Trends signal and regime context.",
      "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