S

StableFinance · Earnings

by StableFinance

GETBaseSolana✓ Curated

$0.02

per call · USD Coin on Base

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

Endpoint

GET https://stablefinance.dev/api/earnings

1

Calls / 30d

1

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://stablefinance.dev/api/earnings", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://stablefinance.dev/api/earnings?limit=4&ticker=AAPL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "earnings": [
    {
      "filing_date": "2025-10-30",
      "filing_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/0000320193-25-000079-index.htm",
      "filing_window": "AFTER_HOURS",
      "fiscal_period": "FY2025",
      "report_period": "2025-09-27",
      "source_type": "10-K",
      "ticker": "AAPL"
    }
  ]
}

Payment details

Pay to0xbd17480bf6ff056f7b91d9adc9dfda001eb7283d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from StableFinance & similar services