E

eu-verify · EU Policy Rates

by eu-verify

GETBase

$0.002

per call · USD Coin on Base

Current levels of the three ECB key interest rates -- main refinancing operations (MRR_FR), deposit facility (DFR) and marginal lending facility (MLFR) -- straight from the official ECB Data Portal (dataflow FM, daily levels). Query: ?last=N (1-60, default 1) to include the N most recent daily observations per rate. Returns latest values plus dated series, in percent per annum; served with a 6h cache.

Endpoint

GET https://data.greeneris.io/v1/eu/policy-rates

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/policy-rates", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/eu/policy-rates?last=1" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "as_of": "2026-06-17",
  "latest": {
    "deposit_facility": 2.25,
    "main_refinancing": 2.4,
    "marginal_lending": 2.65
  },
  "series": {
    "deposit_facility": [
      {
        "date": "2026-06-17",
        "rate": 2.25
      }
    ],
    "main_refinancing": [
      {
        "date": "2026-06-17",
        "rate": 2.4
      }
    ],
    "marginal_lending": [
      {
        "date": "2026-06-17",
        "rate": 2.65
      }
    ]
  },
  "source": "European Central Bank Data Portal, dataflow FM (reuse permitted with attribution to the ECB)",
  "unit": "percent per annum"
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from eu-verify & similar services