Population-level empirical profile of what separated eventual 5x stocks at the moment of p
Population-level empirical profile of what separated eventual 5x stocks at the moment of purchase: measurable entry valuation/size/quality specs, twin-engine return decomposition (multiple expansion vs. earnings growth), 5x->25x graduation base rates, drawdown/kill-zone path characteristics, and sector-regime sensitivity. Synthesized and fully cited from Bessembinder, Yartseva, Mayer, Alta Fox, LSV, Novy-Marx, and Morgan Stanley. Clean JSON payload. Descriptive research, not advice.
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-03
updated
Provider
alpha402x.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x73AcE32013985f715B5e00E5A341259cCE17D220",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"base_rates": {
"5x_to_25x": "...",
"lifetime_5x_rate": "...",
"median_time_trough_to_5x_months": 0
},
"entry_profile": {
"fcf_yield": "{...}",
"forward_pe": "{...}",
"gross_margin": "{...}",
"market_cap": "{...}"
},
"full_content_markdown": "<complete 12-section cited report>",
"key_takeaways": [
"<11 headline empirical findings>"
],
"last_updated": "YYYY-MM-DD",
"return_engine": {
"earnings_growth": "{...}",
"multiple_expansion": "{...}"
},
"sources": [
{
"author": "...",
"title": "...",
"url": "..."
}
],
"summary": "Population-level empirical profile of U.S. stocks that achieved a 5x return...",
"title": "Empirical Profile of 5x Return Stocks — Population-Level Targeting Specifications",
"type": "research_report"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://alpha402x.com/5x-stock-empirical-profile" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://alpha402x.com/5x-stock-empirical-profile");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://alpha402x.com/5x-stock-empirical-profile")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/2642.json, and this resource appears in /discovery/resources and /discovery/search.