E

eu-verify · Global Leading Indicators

by eu-verify

GETBase

$0.01

per call · USD Coin on Base

OECD Composite Leading Indicator (amplitude-adjusted, long-term trend = 100), the reference early signal of business-cycle turning points. Query: ?area=USA&n=6 (area codes: USA, DEU, FRA, GBR, JPN, G20...; n = last N monthly values, 1-36). Returns monthly observations plus a computed cycle_signal (expansion/downturn/slowdown/recovery). Published ~mid-month by OECD; 24h cache.

Endpoint

GET https://data.greeneris.io/v1/global/leading-indicators

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/global/leading-indicators", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/global/leading-indicators?area=USA&n=6" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "area": "USA",
  "area_name": "United States",
  "cycle_signal": "expansion",
  "frequency": "monthly",
  "indicator": "composite_leading_indicator_amplitude_adjusted",
  "observations": [
    {
      "period": "2026-05",
      "value": 100.7588
    },
    {
      "period": "2026-06",
      "value": 100.8024
    }
  ],
  "source": "OECD Composite Leading Indicators, sdmx.oecd.org (CC BY 4.0)",
  "trend_level": 100
}

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