Introduction

What Macro by Mark is and who it's for.

Welcome to Macro by Mark

Macro by Mark is a curated macroeconomic data API that gives developers, quants, and data scientists a single, consistent interface to time-series data from central banks, statistical agencies, and international organizations.

Instead of stitching together a dozen provider SDKs, normalizing incompatible date formats, and chasing broken download links, you make one authenticated HTTP call and get clean, structured JSON back.

What you can do

Who is this for?

AudiencePrimary use case
Quantitative researchersBacktesting macro strategies with point-in-time data
Data engineersBuilding automated ETL pipelines that stay in sync with source releases
Product teamsEmbedding live economic indicators in dashboards and apps
Economists & analystsQuick, ad-hoc exploration of cross-country macro data

Data coverage

Macro by Mark aggregates data from leading providers including:

  • FRED (Federal Reserve Bank of St. Louis) - 800,000+ US economic series
  • World Bank - Global development indicators
  • OECD - Standardized cross-country statistics
  • BLS - US Bureau of Labor Statistics
  • Eurostat - European statistical data
  • IMF - International financial statistics

See the Providers page for the full coverage table and data freshness SLAs.

Quick start

  1. Get an API key from your dashboard.
  2. Make your first request:
curl -G https://macrobymark.com/api/indicators/search \
  --data-urlencode "q=CPI" \
  -H "X-API-Key: YOUR_API_KEY"
  1. Explore the full API Reference.