ToolAssay

Constructs a deterministic equal-weight portfolio from eligible Stock Trends sig

Constructs a deterministic equal-weight portfolio from eligible Stock Trends signal candidates.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
922 msmedian answer time
$1.00listed price per call
$1.00price 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/portfolio/construct

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$1.00 922 ms

Example input (from the provider)

{
  "body": {
    "bias": "auto",
    "count": 5,
    "universe": "top"
  },
  "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": {
            "bias": {
              "default": "auto",
              "enum": [
                "auto",
                "bullish",
                "bearish"
              ],
              "type": "string"
            },
            "count": {
              "default": 5,
              "maximum": 10,
              "minimum": 1,
              "type": "integer"
            },
            "exchange": {
              "enum": [
                "N",
                "Q",
                "A",
                "T"
              ],
              "type": "string"
            },
            "universe": {
              "default": "top",
              "enum": [
                "top"
              ],
              "type": "string"
            }
          },
          "required": [],
          "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": "Constructed equal-weight portfolio with signal, decision, ST-IM tiebreaker, and regime fields.",
      "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