AI Answer-Ready

Key Facts

Page
Pce
Section
API Data Docs
Canonical URL
https://fxmacrodata.com/api-data-docs/usd/pce
Source
BEA
Last Updated
2016-06-30

Provenance And Trust

Cite the canonical URL and source field above. Where available, this page maps to official publisher releases and timestamped updates.

What Changed

Latest change vs prior release: 0.0000 (0.00%)

Quick Q&A

What is this page about? This page explains Pce with directly usable context for trading, research, and API workflows.

What source should be cited? Use the canonical URL and the listed source field; cite official publisher references when available.

How fresh is this content? The last updated value above reflects the page metadata or latest available data timestamp.

Can this be used in AI assistants? Yes. This section is intentionally structured for retrieval and citation in chat assistants.

Prompt Packs

Use these in ChatGPT, Claude, Gemini, Mistral, Perplexity, or Grok for consistent source-aware outputs.

Índice de Preços PCE (USD)

O índice de preços de Despesas de Consumo Pessoal (PCE) principal publicado pelo BEA.

Latest reading: 0.8 %YoY · Last updated: · Source: BEA

Category: Economy

API Endpoint

/api/v1/announcements/usd/pce

Optional Indicator Availability (USD)

Optional indicators use per-currency fetcher capability checks and may be temporarily hidden while source coverage is being remediated.

foreign_reserves
Available
cb_assets
Available
inflation_mom
Available

About Índice de Preços PCE (USD)

Personal Consumption Expenditures (PCE) is a broad price index for the United States economy that covers all goods and services consumed by households. The Federal Reserve prefers PCE over CPI as its primary inflation gauge.

Why FX traders watch it

Because the Fed targets 2% PCE inflation, surprises in this release can directly reprice Federal Funds rate expectations and drive significant moves in the usd. It is typically released as part of the monthly Personal Income and Outlays report.

How to interpret the data

PCE above 2% (year-on-year) signals the Fed may need to hold rates higher for longer, supporting the usd. A rapid decline toward or below 2% increases the likelihood of rate cuts, which is usd-negative.

Historical Índice de Preços PCE (USD)

Source: BEA  ·  Monthly  ·  %YoY

Data provided by FXMacroData via the /api/v1/announcements/usd/pce endpoint. For access, see pricing.

Data Source

Primary Source

BEA

Official Series ID

PCEPI

Data Format and Properties

Data Frequency

Monthly

Unit of Measure

%YoY

JSON Response Structure

The endpoint returns a chronological list of observations in JSON format.

{
    "currency": "USD",
    "indicator": "pce",
    "has_official_forecast": false,
    "start_date": "2023-01-01",
    "end_date": "2023-12-31",
    "data": [
        {
            "date": "2024-07-01",
            "val": 4.2,
            "announcement_datetime": 1722456000
        }
    ]
}

Request Parameters & Usage

Parameter Required Format Description
start_date NO YYYY-MM-DD Optional lower bound for the requested history.
end_date NO YYYY-MM-DD Optional upper bound. Defaults to the current date.
api_key CONDITIONAL string Required for non-USD announcement requests. USD announcement requests are public without an API key.

Example Usage

To retrieve Índice de Preços PCE data for USD from 2023:

GET https://fxmacrodata.com/api/v1/announcements/usd/pce?start_date=2023-01-01&end_date=2023-12-31

Frequently Asked Questions

Why does the Fed prefer PCE over CPI?
PCE covers a broader range of expenditures, adjusts weights dynamically as consumers substitute goods, and tends to run slightly below CPI—making it a more stable policy anchor.