S

StableFinance · Income Statements Segments

by StableFinance

GETBaseSolana

$0.02

per call · USD Coin on Base

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

Endpoint

GET https://stablefinance.dev/api/financials/income-statements/segments

1

Calls / 30d

1

Unique payers / 30d

Aug 22

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/financials/income-statements/segments", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://stablefinance.dev/api/financials/income-statements/segments?limit=4&period=annual&ticker=AAPL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "segmented_financials": [
    {
      "period": "annual",
      "report_period": "2024-09-28",
      "revenue": {
        "product": [
          {
            "label": "iPhone",
            "value": 201183000000
          },
          {
            "label": "Mac",
            "value": 29984000000
          },
          {
            "label": "Services",
            "value": 96169000000
          }
        ]
      },
      "ticker": "AAPL"
    }
  ]
}

Payment details

Pay to0xbd17480bf6ff056f7b91d9adc9dfda001eb7283d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from StableFinance & similar services