A

AnswerPool XBRL Compare · Xbrl Compare

by AnswerPool XBRL Compare

GETBase

$0.05

per call · USD Coin on Base

Compare one XBRL metric across up to 10 tickers — latest reported value per company, ranked, with period ends and tags. Use instead of N companyfacts downloads and a fiscal-alignment headache. Pay per call (x402 USDC or prepaid card credits); no subscription, no API key signup.

Endpoint

GET https://answerpool.io/v1/sec/xbrl/compare

5

Calls / 30d

4

Unique payers / 30d

Sep 5

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://answerpool.io/v1/sec/xbrl/compare", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://answerpool.io/v1/sec/xbrl/compare?metric=revenue&tickers=NVDA%2CAAPL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "as_of": "2026-08-31T14:00:00Z",
  "count": 2,
  "latest": [
    {
      "cik": "0000320193",
      "end": "2026-06-28",
      "tag": "Revenues",
      "ticker": "AAPL",
      "value": 94000000000
    },
    {
      "cik": "0001045810",
      "end": "2026-07-27",
      "tag": "Revenues",
      "ticker": "NVDA",
      "value": 46700000000
    }
  ],
  "metric": "revenue"
}

Payment details

Pay to0xb3ba3ca99f9742b32fc527cf62688c83b39aed8c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from AnswerPool XBRL Compare & similar services