E

eu-verify · US SEC Fundamentals

by eu-verify

GETBase

$0.01

per call · USD Coin on Base

As-filed XBRL fundamentals for any SEC-registered company, straight from the EDGAR companyconcept API (updated as filings are accepted). Query: ?cik=320193 (Apple) &tag=Revenues|Assets|NetIncomeLoss|EntityCommonStockSharesOutstanding... &taxonomy=us-gaap|dei (default us-gaap) &limit=N most recent facts per unit (1-40, default 8). Each fact carries period, value, fiscal year/period, form type and filing date, grouped by unit (USD, shares...). Served with a 12h cache.

Endpoint

GET https://data.greeneris.io/v1/us/sec-fundamentals

1

Calls / 30d

1

Unique payers / 30d

Aug 27

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://data.greeneris.io/v1/us/sec-fundamentals", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/us/sec-fundamentals?cik=320193&limit=2&tag=Revenues&taxonomy=us-gaap" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "cik": 320193,
  "entity": "Apple Inc.",
  "label": "Revenues",
  "source": "SEC EDGAR XBRL companyconcept API (US federal data, public domain)",
  "tag": "Revenues",
  "taxonomy": "us-gaap",
  "units": {
    "USD": [
      {
        "end": "2018-09-29",
        "filed": "2018-11-05",
        "form": "10-K",
        "fp": "FY",
        "fy": 2018,
        "start": "2017-10-01",
        "value": 265595000000
      }
    ]
  }
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from eu-verify & similar services