FilingsPulse · Filings Quarterly
by FilingsPulse
$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/quarterly3
Calls / 30d
3
Unique payers / 30d
Aug 30
Last called
exact
Payment scheme
Call this service
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 -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
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from FilingsPulse & similar services
FilingsPulse · Filings Insider
filingspulse.theaslangroupllc.com
Insider trading / Form 4 analysis for any US-listed company — who is buying or selling, cluster-buy signals, and executive sentiment, with a directional read on what insiders are telling the market. From EDGAR Form 4 records plus live news, for investing and trading agents.
FilingsPulse · Filings Earnings
filingspulse.theaslangroupllc.com
Earnings brief for any US-listed company: the last 8 quarters of revenue, net income, and diluted EPS pulled verbatim from SEC XBRL with year-over-year deltas computed in code, an estimated next-report window from the company's own 8-K filing cadence, plus consensus/guidance context from live news (each figure source-attributed). Built for earnings-season research and equity-analysis agents.
FilingsPulse · Filings Muni Bond
filingspulse.theaslangroupllc.com
Municipal bond disclosure intelligence for a CUSIP or issuer — continuing-disclosure events (defaults, rating changes, draw notices) plus secondary trade/yield context, searched from public municipal-market sources including EMMA (MSRB) postings. Not a live structured EMMA data feed — see coverage_honesty in the response. For munis due-diligence and fixed-income research agents.