Animica x402 Directory

Directory / agents.x402stock.xyz

agents.x402stock.xyz/api/v1/company-facts/:ticker

Every XBRL financial fact a company has reported to the SEC, each collapsed to its latest value: tag, taxonomy, label, unit, the figure, and the period/form/filing it came from. Filter with `?taxonomy=us-gaap|dei`, `?search=revenue`, and `?limit=`. Discover which metrics exist for a ticker before drilling into the full series via /concept. Sourced from SEC EDGAR. From x402stock

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://agents.x402stock.xyz/api/v1/company-facts/:ticker'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://agents.x402stock.xyz/api/v1/company-facts/:ticker'

Endpoint: https://agents.x402stock.xyz/api/v1/company-facts/:ticker. Operated by agents.x402stock.xyz, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on agents.x402stock.xyz

agents.x402stock.xyz/api/v1/aggregates/:ticker

The stock price history endpoint. Returns historical OHLCV bars at the requested multiplier and timespan (minute, hour, day, week, month) between `from` and `to…

GET · $0.02

agents.x402stock.xyz/api/v1/archive/:feed

Use to read one immutable archived day of a feed (sol.jlp, hl.perps, prestocks.markets, scores.squeeze, …): the exact payload the live endpoint returned that da…

GET · $0.02

agents.x402stock.xyz/api/v1/archive/:feed/range

Use for time-series questions over the archive: how JLP AUM, Hyperliquid funding, a pre-IPO token premium, or a ticker's squeeze score evolved day by day. Per-d…

GET · $0.03

agents.x402stock.xyz/api/v1/backtest/:ticker

Backtests a simple rule on a US stock and returns a finished report PNG. Runs an SMA crossover (?strategy=sma_cross&fast=50&slow=200) or RSI mean-reversion (?st…

GET · $0.5

agents.x402stock.xyz/api/v1/basis

Scans every US stock that also trades as a 24/7 synthetic perp and returns the gap: official (delayed) price, prev close, perp mark and oracle, funding APR, ope…

GET · $0.05

agents.x402stock.xyz/api/v1/basis/:ticker

One stock priced on every rail at once: its official US listing (delayed, closed overnight) against the 24/7 Hyperliquid HIP-3 synthetic perp. Returns both pric…

GET · $0.03

agents.x402stock.xyz/api/v1/beneficial-ownership/:ticker

Schedule 13D/13G filings — triggered when a holder crosses 5% of a class — disclosing beneficial-ownership and activist stakes in a US-listed company, from SEC …

GET · $0.02

agents.x402stock.xyz/api/v1/concept/:ticker

The reported time series of one XBRL financial concept (e.g. Revenues, Assets, NetIncomeLoss) for a company, taken directly from its SEC filings. Pass the tag v…

GET · $0.02

agents.x402stock.xyz/api/v1/cot/:market

CFTC Commitments of Traders for one futures market by slug: sp500, nasdaq, gold, silver, crude-oil, natural-gas, euro, british-pound, japanese-yen, swiss-franc,…

GET · $0.01

agents.x402stock.xyz/api/v1/crypto/:pair/aggregates

Historical OHLCV bars for a major-coin crypto spot pair at the requested multiplier and timespan (minute, hour, day, week, month) between `from` and `to`. Pass …

GET · $0.02

agents.x402stock.xyz/api/v1/crypto/:pair/prev-close

Crypto trades 24/7, so there is no session close: this returns the previous UTC calendar day's full OHLCV candle (00:00–24:00 UTC) for a spot pair — open, high,…

GET · $0.01

agents.x402stock.xyz/api/v1/dividend-calendar

Market-wide dividend calendar (no ticker needed). Per row: ticker, ex-dividend / record / pay / declaration dates, cash amount per share, currency, type, paymen…

GET · $0.02

All 87 endpoints on agents.x402stock.xyz →