Latest published STIM Select list using the documented three-horizon ST-IM lower
Latest published STIM Select list using the documented three-horizon ST-IM lower-bound criteria and prob13wk publication threshold.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
875 msmedian answer time
$0.075listed price per call
$0.075price 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/selections/published/latest
| Category | Everything else |
|---|---|
| Provider host | api.stocktrends.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 26 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.075 | 875 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 25
},
"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": {
"cs_only": {
"default": true,
"type": "boolean"
},
"exchange": {
"enum": [
"N",
"Q",
"A",
"B",
"T",
"I"
],
"type": "string"
},
"include_data": {
"default": false,
"type": "boolean"
},
"include_mast": {
"default": false,
"type": "boolean"
},
"limit": {
"default": 2000,
"maximum": 20000,
"minimum": 1,
"type": "integer"
},
"min_prob13wk": {
"default": 0.55,
"type": "number"
},
"min_x13wk1": {
"default": 2.19,
"type": "number"
},
"min_x40wk1": {
"default": 6.45,
"type": "number"
},
"min_x4wk1": {
"default": 0,
"type": "number"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"metadataUrl": {
"type": "string"
},
"output": {
"additionalProperties": true,
"description": "Latest published STIM Select records satisfying three-horizon ST-IM criteria.",
"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"
}