Static 2026 macro calendar
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
342 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://alphapipeline-eu.onrender.com/v1/calendar/macro-dday
| Category | Everything else |
|---|---|
| Provider host | alphapipeline-eu.onrender.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 342 ms |
Example input (from the provider)
{
"method": "GET",
"type": "http"
}
Promised output schema (from the provider)
{
"$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": {