Pay-per-request access to Financial Datasets AI through x402 and MPP.
Price
from $0.0200
per request
Network
base
Category
ai
On-chain txns
28
Uptime
100%
Avg latency
267ms
Checks
77
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Company metadata: name, exchange, sector, industry, SIC, location.
Tickers covered by /company/facts.
Most-recent earnings filings for a ticker. Omit ticker for the cross-ticker feed.
SEC filings index for a company.
CIKs covered by filings.
Extracted item-level text from a specific filing (e.g., 10-K Item 1A Risk Factors).
Enumerable item codes per filing type.
Tickers covered by filings.
Valuation, profitability, liquidity, leverage, efficiency, growth, and per-share ratios over history.
Tickers supported by the metrics snapshot endpoint.
Income, balance sheet, and cash flow statements in one response.
Normalized balance sheets.
Balance sheet segment breakdowns.
Normalized cash flow statements.
Cash flow segment breakdowns.
Normalized income statements.
Revenue, operating income, and depreciation segmented by product and reporting segment.
Pull specific line items across a list of tickers.
Stock screener: filter companies by fundamental criteria (gross_margin, revenue_growth, sector, etc.).
All segmented financials across statements in one call.
SEC 13F positions. Pivot by held security (ticker) or by filer (filer_cik).
Find investor (filer) CIK by name prefix.
Tickers held in any 13F.
Historical policy rates for a central bank.
Current policy rate for a single central bank.
Recent articles. With ticker: company news. Without: market news.
Real-time single-ticker price quote.
Real-time snapshots across the full covered US universe.
Tickers supported by the snapshot endpoint.
Tickers supported by the historical /prices endpoint.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://stablefinance.dev \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://stablefinance.devimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://stablefinance.dev", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.