---
name: market.memoryapi.org
description: market.memoryapi.org provides a single-shot snapshot of major macro market indicators sourced from the FRED/St. Louis Fed database. It returns a fixed set of indices including S&P 500, NASDAQ, VIX, 10-Year Treasury yield, WTI Oil, Gold, and USD/EUR exchange rate. Data may lag by days and is not a real-time feed.
host: market.memoryapi.org
---

# market.memoryapi.org

This host serves agents that need a lightweight, no-input macro market context snapshot. It covers the most commonly referenced equity, volatility, rates, commodity, and FX indicators in a single call. It is a read-only, pull-based data source with no configuration or filtering options — useful for grounding analysis or decision logic in current macro conditions without requiring a full financial data subscription.

## When to use this host

Use this host when an agent needs a quick, no-configuration macro market context check covering equity indices (S&P 500, NASDAQ), volatility (VIX), rates (10Y Treasury), commodities (WTI Oil, Gold), or FX (USD/EUR). Do not use it for real-time or tick-level price data — use a dedicated market data provider with streaming capabilities instead. Do not use it for individual stock prices, crypto asset prices, or any asset outside the fixed indicator set. If the agent needs historical time-series or OHLCV data, this host cannot provide that; look for a host exposing FRED series queries or a financial data API with historical range support.

## Capabilities

### Macro Market Snapshot

Returns a single structured snapshot of major macro indicators — equity indices, volatility index, interest rates, commodity prices, and a key FX rate — sourced from FRED. One call, no inputs required.

- **`fetch-market-indices`** — Returns major market indices and macro indicators (S&P 500, NASDAQ, VIX, 10-Year Treasury, WTI Oil, Gold, USD/EUR) sourced from FRED / St. Louis Fed.

## Skill reference

### `fetch-market-indices`

**Memory Market Indices** — Returns major market indices and macro indicators (S&P 500, NASDAQ, VIX, 10-Year Treasury, WTI Oil, Gold, USD/EUR) sourced from FRED / St. Louis Fed.

*Use when:* Use when an agent needs a snapshot of key macro market indicators such as equity indices, volatility, interest rates, commodity prices, or FX rates for analysis or decision-making.

*Not for:* Do not use for real-time streaming price feeds or tick-level data; this is a single-shot snapshot with data that may lag by days. Not suitable for individual stock prices or crypto asset prices.

**Returns:** Returns success=true, an as_of timestamp, an indices object with up to seven macro indicators (some may be null), and a source attribution of FRED / St. Louis Fed.

**Example:** `GET https://market.memoryapi.org/x402/market/indices`

---
