Stock Trends Market Intelligence · Regime Latest
by Stock Trends Market Intelligence
Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.
GET https://api.stocktrends.com/v1/market/regime/latestListed in 3 directories: bazaar, x402-list, x402-new. First seen 5 Sept 2026.
Call this service
The endpoint answers an unpaid request with an HTTP 402 and a payment challenge. @x402/fetch signs it, pays in USDC, and retries — you get the result back in one call.
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const pay = wrapFetchWithPayment(fetch, account);
const res = await pay("https://api.stocktrends.com/v1/market/regime/latest", {
method: "GET",
});
console.log(await res.json());More from api.stocktrends.com
Latest sector, industry-group, or industry breadth snapshot derived from Stock Trends signal distribution.
Latest Stock Trends leadership summary identifying overall, sector, and industry-group leaders using relative performance and trend-alignment filters.
Historical sector leadership rotation derived from Stock Trends trend distribution, relative performance, and trend maturity measures.
Historical sector, industry-group, or industry breadth series derived from Stock Trends signal distribution.
Latest base ST-IM selection universe ranked by prob13wk descending, without the published STIM Select threshold filter.
Historical weekly Stock Trends indicator series for a symbol. Stock Trends indicators are part of a multi-decade classification framework with records extending back to 1980. Their value comes from consistent semantics across market history: trend state, trend persistence, relative performance, relative performance direction, and volume activity are encoded in a stable doctrine designed for longitudinal research.
Uptime and compliance: x402-list.com (CC BY 4.0). Safety scores: x402.direct. Call and payer counts: x402.new. AMNT indexes this endpoint and does not host, operate or vouch for it.