Fetch macro economic report for a specific market. Returns report metadata and optionally the full report content. This is a synchronous endpoint - results are returned immediately.
format=json, the response includes the report file URL:
include_content=true, the content field contains the full report data instead of null.
format=pdf, the response includes the PDF URL:
API key passed as Bearer token
Market name (e.g., 'United States', 'Japan', 'Germany')
Response format: 'json' or 'pdf'
json, pdf For JSON format: embed the full report content in the response
Report date in YYYY-MM-DD format. Omit to get the latest report.
Macro report retrieved successfully
Whether the request was successful
Market name
Report date
Response format
json, pdf URL to JSON report file (when format=json)
Full report content (when format=json and include_content=true)
URL to PDF report file (when format=pdf)