← Back to marketplace

StableFinance

external

Pay-per-request access to Financial Datasets AI through x402 and MPP.

by Stablefinance30 endpoints100% uptime267ms avg

Price

from $0.0200

per request

Network

base

Category

ai

On-chain txns

28

Uptime

100%

Avg latency

267ms

Checks

77

Status

Healthy

Base URL

https://stablefinance.dev

Endpoints (30)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

GET/api/company/facts
base$0.0200

Company metadata: name, exchange, sector, industry, SIC, location.

GET/api/company/facts/tickers
base$0.0200

Tickers covered by /company/facts.

GET/api/earnings
base$0.0200

Most-recent earnings filings for a ticker. Omit ticker for the cross-ticker feed.

GET/api/filings
base$0.0200

SEC filings index for a company.

GET/api/filings/ciks
base$0.0200

CIKs covered by filings.

GET/api/filings/items
base$0.0200

Extracted item-level text from a specific filing (e.g., 10-K Item 1A Risk Factors).

GET/api/filings/items/types
base$0.0200

Enumerable item codes per filing type.

GET/api/filings/tickers
base$0.0200

Tickers covered by filings.

GET/api/financial-metrics
base$0.0200

Valuation, profitability, liquidity, leverage, efficiency, growth, and per-share ratios over history.

GET/api/financial-metrics/snapshot/tickers
base$0.0200

Tickers supported by the metrics snapshot endpoint.

GET/api/financials
base$0.0200

Income, balance sheet, and cash flow statements in one response.

GET/api/financials/balance-sheets
base$0.0200

Normalized balance sheets.

GET/api/financials/balance-sheets/segments
base$0.0200

Balance sheet segment breakdowns.

GET/api/financials/cash-flow-statements
base$0.0200

Normalized cash flow statements.

GET/api/financials/cash-flow-statements/segments
base$0.0200

Cash flow segment breakdowns.

GET/api/financials/income-statements
base$0.0200

Normalized income statements.

GET/api/financials/income-statements/segments
base$0.0200

Revenue, operating income, and depreciation segmented by product and reporting segment.

POST/api/financials/search/line-items
base$0.0200

Pull specific line items across a list of tickers.

POST/api/financials/search/screener
base$0.0200

Stock screener: filter companies by fundamental criteria (gross_margin, revenue_growth, sector, etc.).

GET/api/financials/segments
base$0.0200

All segmented financials across statements in one call.

GET/api/institutional-holdings
base$0.0200

SEC 13F positions. Pivot by held security (ticker) or by filer (filer_cik).

GET/api/institutional-holdings/investors
base$0.0200

Find investor (filer) CIK by name prefix.

GET/api/institutional-holdings/tickers
base$0.0200

Tickers held in any 13F.

GET/api/macro/interest-rates
base$0.0200

Historical policy rates for a central bank.

GET/api/macro/interest-rates/snapshot
base$0.0200

Current policy rate for a single central bank.

GET/api/news
base$0.0200

Recent articles. With ticker: company news. Without: market news.

GET/api/prices/snapshot
base$0.0200

Real-time single-ticker price quote.

GET/api/prices/snapshot/market
base$0.0200

Real-time snapshots across the full covered US universe.

GET/api/prices/snapshot/tickers
base$0.0200

Tickers supported by the snapshot endpoint.

GET/api/prices/tickers
base$0.0200

Tickers supported by the historical /prices endpoint.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# 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.dev
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { 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();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

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.