# Market Economic Event Calendar (FRED + FMP)

> Market Economic Event Calendar (FRED + FMP) is a paid API for AI agents from market.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns an upcoming economic event calendar combining FRED scheduled releases with sector performance data from Financial Modeling Prep.

## Facts

- Endpoint: GET https://market.memoryapi.org/x402/market/calendar
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-memoryapi-org-0cd1e56f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jX-XcNlVX1j_UbAhOWmyc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability market-memoryapi-org-0cd1e56f
```

Example prompt: What major economic events and data releases are scheduled for this week, and how are the key market sectors currently performing?

## When to prefer this

Use this endpoint when an agent needs to stay aware of upcoming macro economic events (Fed meetings, CPI, jobs reports, GDP releases) combined with sector performance context. Prefer over generic news feeds when structured, scheduled release data is needed. Best for trading strategy preparation, risk management timing, or macro-aware portfolio decisions.

## Known failure modes

- FRED API unavailable — may return partial data or error
- FMP API unavailable — sector performance portion may be missing
- No events scheduled in the requested time window — returns empty calendar
- Rate limit or payment failure — 402 response requiring valid x402 payment
- Invalid date range parameter — returns 400 bad request

## How this service works

Economic event calendar from FRED with sector performance from FMP. Upcoming key economic releases.

## Output

A list of upcoming economic events sourced from FRED (e.g. CPI, NFP, FOMC announcements) with scheduled release dates and times, combined with current sector performance metrics from FMP, allowing the agent to correlate market-moving events with sector momentum.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market-memoryapi-org-0cd1e56f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from market.memoryapi.org](https://www.zero.xyz/host/market.memoryapi.org/llms.txt)
