E

eu-verify · EU Yield Curve

by eu-verify

GETBase

$0.005

per call · USD Coin on Base

Latest euro area risk-free spot yields from the ECB Data Portal (dataset YC, AAA-rated central government bonds, Svensson model; updated each business day ~12:00 CET). Query: ?tenors=3M,1Y,2Y,5Y,10Y,30Y (1-8 tenors from 3M to 30Y). Returns yields_pct per tenor, observation date, and the 2s10s spread in bp when 2Y and 10Y are requested. 1h cache.

Endpoint

GET https://data.greeneris.io/v1/eu/yield-curve

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/eu/yield-curve", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/eu/yield-curve?tenors=3M%2C1Y%2C2Y%2C5Y%2C10Y%2C30Y" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "date": "2026-07-09",
  "source": "ECB Data Portal, dataset YC (euro area AAA central government bonds, Svensson spot rates)",
  "spread_2s10s_bp": 51.46,
  "yields_pct": {
    "10Y": 3.1292,
    "1Y": 2.5258,
    "2Y": 2.6146,
    "30Y": 3.6265,
    "3M": 2.3222,
    "5Y": 2.7629
  }
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from eu-verify & similar services