Static 2026 macro calendar - countdown to the nearest FOMC rate decision, US CPI, or US Em
Static 2026 macro calendar - countdown to the nearest FOMC rate decision, US CPI, or US Employment Situation (NFP) release, with impact tags and the next few upcoming events. No live external API call is made; dates are pre-loaded from official Fed/BLS schedules. Paid in USDC on Base.
10000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-03
updated
Provider
alphapipeline-eu.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x2bcfA4F7E1fA5E96934846A7dEa623398Ed7f752",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"type": "http"
},
"output": {
"example": {
"d_day": 13,
"data_source": "static_2026_macro_calendar",
"description": "Federal Reserve interest rate decision and policy statement.",
"event_datetime": {
"kst": "2026-09-17 03:00:00 KST",
"utc": "2026-09-16T18:00:00Z"
},
"event_name": "FOMC 금리 결정 (9월, SEP 포함)",
"event_type": "FOMC",
"generated_at": {
"kst": "2026-09-03 21:00:00 KST",
"utc": "2026-09-03T12:00:00Z"
},
"impact_level": "HIGH",
"notice": "이 캘린더는 2026년 FOMC 금리 결정, 미국 CPI, 미국 고용지표(NFP) 일정을 공식 연준(Fed)/BLS 발표 기준으로 정적으로 내장한 것입니다 - 실시간 외부 API를 호출하지 않습니다. 일정은 연준/BLS가 추후 변경할 수 있고 2027년 일정은 아직 포함되어 있지 않으니, 중요한 의사결정 전에는 공식 소스(federalreserve.gov, bls.gov)로 재확인하세요.",
"tags": [
"rate-decision",
"fomc",
"interest-rates"
],
"time_remaining": {
"days": 13,
"hours": 6,
"minutes": 0
},
"upcoming_events": [
{
"event_datetime": {
"kst": "2026-10-14 21:30:00 KST",
"utc": "2026-10-14T12:30:00Z"
},
"event_name": "CPI (2026년 9월 기준)",
"event_type": "CPI",
"impact_level": "HIGH",
"tags": [
"inflation",
"cpi",
"cpi-report"
]
},
{
"event_datetime": {
"kst": "2026-10-02 21:30:00 KST",
"utc": "2026-10-02T12:30:00Z"
},
"event_name": "NFP (2026년 9월 기준)",
"event_type": "NFP",
"impact_level": "HIGH",
"tags": [
"employment",
"nfp",
"jobs-report"
]
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"d_day": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "D Day"
},
"data_source": {
"title": "Data Source",
"type": "string"
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Description"
},
"event_datetime": {
"anyOf": [
{
"properties": {
"kst": {
"title": "Kst",
"type": "string"
},
"utc": {
"title": "Utc",
"type": "string"
}
},
"required": [
"utc",
"kst"
],
"title": "TimestampPair",
"type": "object"
},
{
"type": "null"
}
],
"default": null
},
"event_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Event Name"
},
"event_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Event Type"
},
"generated_at": {
"properties": {
"kst": {
"title": "Kst",
"type": "string"
},
"utc": {
"title": "Utc",
"type": "string"
}
},
"required": [
"utc",
"kst"
],
"title": "TimestampPair",
"type": "object"
},
"impact_level": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Impact Level"
},
"notice": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Notice"
},
"tags": {
"default": [],
"items": {
"type": "string"
},
"title": "Tags",
"type": "array"
},
"time_remaining": {
"anyOf": [
{
"properties": {
"days": {
"title": "Days",
"type": "integer"
},
"hours": {
"title": "Hours",
"type": "integer"
},
"minutes": {
"title": "Minutes",
"type": "integer"
}
},
"required": [
"days",
"hours",
"minutes"
],
"title": "TimeRemaining",
"type": "object"
},
{
"type": "null"
}
],
"default": null
},
"upcoming_events": {
"default": [],
"items": {
"properties": {
"event_datetime": {
"properties": {
"kst": {
"title": "Kst",
"type": "string"
},
"utc": {
"title": "Utc",
"type": "string"
}
},
"required": [
"utc",
"kst"
],
"title": "TimestampPair",
"type": "object"
},
"event_name": {
"title": "Event Name",
"type": "string"
},
"event_type": {
"title": "Event Type",
"type": "string"
},
"impact_level": {
"title": "Impact Level",
"type": "string"
},
"tags": {
"default": [],
"items": {
"type": "string"
},
"title": "Tags",
"type": "array"
}
},
"required": [
"event_name",
"event_type",
"event_datetime",
"impact_level"
],
"title": "MacroCalendarEventBrief",
"type": "object"
},
"title": "Upcoming Events",
"type": "array"
}
},
"required": [
"generated_at",
"data_source"
],
"title": "MacroDdayResponse",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://alphapipeline-eu.onrender.com/v1/calendar/macro-dday" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://alphapipeline-eu.onrender.com/v1/calendar/macro-dday");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://alphapipeline-eu.onrender.com/v1/calendar/macro-dday")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8003.json, and this resource appears in /discovery/resources and /discovery/search.