# Economic Event Calendar – Full 30-Day Macro Data Schedule

**Use case:** 

Full 30-day economic event calendar across all importance levels. Returns event names, scheduled times, forecasts, and prior values from multiple sources.

## Input

```json
{
  "daysAhead": 30,
  "daysBack": 0,
  "country": [
    "US"
  ],
  "importance": "high",
  "eventTypes": [
    "release",
    "meeting",
    "statement",
    "press_conference",
    "minutes",
    "beige_book"
  ],
  "includeFinviz": true,
  "includeFed": true,
  "includeInvesting": true,
  "limit": 0
}
```

## Output

```json
{
  "scheduledAt": {
    "label": "Scheduled (UTC)",
    "format": "string"
  },
  "eventName": {
    "label": "Event name",
    "format": "string"
  },
  "importance": {
    "label": "Importance",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "actual": {
    "label": "Actual",
    "format": "number"
  },
  "consensus": {
    "label": "Consensus",
    "format": "number"
  },
  "prior": {
    "label": "Prior",
    "format": "number"
  },
  "unit": {
    "label": "Unit",
    "format": "string"
  },
  "surpriseDirection": {
    "label": "Surprise direction",
    "format": "string"
  },
  "surpriseVsConsensus": {
    "label": "Surprise vs consensus",
    "format": "number"
  },
  "eventType": {
    "label": "Event type",
    "format": "string"
  },
  "sourceName": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Economic Calendar & Fed Watch - FOMC, CPI, NFP, Macro Events](https://apify.com/michael_b/economic-calendar-fed-watch) with a specific input configuration. Visit the [Actor detail page](https://apify.com/michael_b/economic-calendar-fed-watch) to learn more, explore other use cases, and run it yourself.