F

FilingsPulse · Filings Quarterly

by FilingsPulse

GETBaseSolanaArbitrumPolygonFraxtalWorld ChainMonadX LayerHyperEVMAlgorandXRP LedgerBNB Chain

$0.02

per call · USD Coin on Base

Eight quarters of a US public company's reported fundamentals, straight from SEC XBRL. Answers "Apple revenue last 8 quarters", "is NVDA net income growing", "MSFT EPS trend". Revenue, net income, diluted EPS per quarter with computed YoY changes and the exact XBRL tag used — every number verbatim from data.sec.gov companyfacts, nothing modeled. Accepts ticker, company name, or CIK. No LLM, no key.

Endpoint

GET https://filingspulse.theaslangroupllc.com/api/filings/quarterly

3

Calls / 30d

3

Unique payers / 30d

Aug 30

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://filingspulse.theaslangroupllc.com/api/filings/quarterly", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://filingspulse.theaslangroupllc.com/api/filings/quarterly?company=AAPL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "company": {
    "cik": "0000320193",
    "name": "Apple Inc.",
    "ticker": "AAPL"
  },
  "deterministic": true,
  "quarters": [
    {
      "eps_diluted": 2.01,
      "fiscal": "FY2026 Q2",
      "net_income": 29578000000,
      "period_end": "2026-03-28",
      "revenue": 111184000000,
      "revenue_yoy_pct": 16.6
    }
  ]
}

Payment details

Pay to0x50ab2018c06c6e4eaa9ba52057eb55ed284912fc
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon, Fraxtal, World Chain, Monad, X Layer, HyperEVM, Algorand, XRP Ledger, BNB Chain
Schemesexact

Is this your API?

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

Get featured →

More from FilingsPulse & similar services