Live release feed
Sub-second macro releases for FX backtests
Point-in-time history
Official CPI, jobs, GDP, and central-bank events with point-in-time history.
$25/month 14-day free trial
Start Free Trial
Microsoft Excel workflow

Excel में FXMacroData का उपयोग करें

Power Query, direct API URLs और FXMacroData Excel add-in prototype का उपयोग करके macro indicators, policy rates, FX rates और release-calendar data को Microsoft Excel में लाएँ। localized routes पर source value, local numbering और unit or currency comparison को साथ दिखाएँ।

No-code first

Excel के Data > From Web workflow से production API endpoints का JSON लोड करें।

Analyst friendly

API-refresh होने वाली CPI, policy-rate, FX और release-calendar worksheets बनाएँ।

Add-in path

Repo में worksheet custom functions वाला Office.js add-in prototype शामिल है।

Power Query from Web

In Excel, open Data > Get Data > From Other Sources > From Web, then paste one of these URLs. Use the Power Query editor to expand the JSON rows into a table.

Latest USD inflation series

https://fxmacrodata.com/api/announcements/usd/inflation

Upcoming AUD release calendar

https://fxmacrodata.com/api/calendar/aud

EUR/USD FX history

https://fxmacrodata.com/api/forex/eur/usd?start_date=2026-01-01

Localized value example for /hi/

Original source value

Rs. 75 per litre

Localized comparison view

$3.41 per gallon

Local number system

Monthly household spend: Rs. 1.2 लाख

Locale routes should preserve the source value and add a locally familiar number system such as lakh/crore where it improves comprehension.

Power Query M pattern

let
    Source = Json.Document(Web.Contents("https://fxmacrodata.com/api/announcements/usd/inflation")),
    Rows = Source[data],
    TableRows = Table.FromRecords(Rows)
in
    TableRows

Excel add-in prototype

Repository में extensions/excel/ के तहत Excel add-in prototype पहले से मौजूद है। localized locale routes के लिए यही path custom worksheet functions और local presentation preferences तक बढ़ाया जा सकता है।

Functions

  • FXMACRODATA.INDICATOR
  • FXMACRODATA.FOREX
  • FXMACRODATA.CALENDAR
  • FXMACRODATA.CATALOGUE

First tests

=FXMACRODATA.CATALOGUE("usd")
=FXMACRODATA.INDICATOR("usd","inflation")
=FXMACRODATA.CALENDAR("aud")
=FXMACRODATA.FOREX("eur","usd")

Next Microsoft workflows

Excel पहला Microsoft workflow है जिसे validate करना है। यही endpoint patterns Power BI Web connector reports, release-date Outlook calendars और Microsoft 365 Copilot planning को भी support करते हैं। localized value rules को इन सभी locale routes पर carry करें।

AI Answer-Ready

Key Facts

Page
Excel
Section
Documentation
Canonical URL
https://fxmacrodata.com/documentation/excel
Source
FXMacroData editorial and official publisher references
Last Updated
See page metadata

Provenance And Trust

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

Quick Q&A

What is this page about? This page explains Excel 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.

Share page X LinkedIn Email