Skip to content

Try verified facts without an API key

GET
/api/sandbox/facts
curl --request GET \
--url 'https://api.stockalloy.com/api/sandbox/facts?ticker=example&metric=example'

Keyless verified-facts lookup for one ticker and one headline metric. Limited to 5 requests per day per IP — check the X-Sandbox-Remaining header.

ticker
required
string

Stock ticker, e.g. DECK.

metric
required
string

Headline metric in plain English, e.g. revenue.

Verified facts with evidence links (mirrors the authenticated facts shape).

Media typeapplication/json

Facts payload with per-row evidence links.

object
key
additional properties
any
Examplegenerated
{}
X-Sandbox-Remaining
integer

Sandbox requests remaining today for your IP.

Daily sandbox limit reached.

Media typeapplication/json

Returned when the daily sandbox allowance (5/day/IP) is used up.

object
error
object
code
string
Allowed value: SANDBOX_LIMIT
message
string
Example
{
"error": {
"code": "SANDBOX_LIMIT"
}
}
X-Sandbox-Remaining
integer

Sandbox requests remaining today for your IP.