💡 Troubleshooting:
If you see CORS errors, serve this file through a local web server:
# Option 1: Python
cd D:\CursorProjects\ht-bff
python -m http.server 8080
# Then open: http://localhost:8080/tools/endpoint-testing/endpoint_tester.html
# Option 2: Node.js (npx)
npx serve -p 8080
# Then open: http://localhost:8080/tools/endpoint-testing/endpoint_tester.html
Calendar Events Endpoints
Default: Returns next 7 days of events with limit of 100
Uses econ_today_matters_v view - returns only high-impact and important medium-impact events for today
Filter events by currency code
Filter events by impact level
Combined filters: currency + impact + custom limit
Custom date range query (ISO 8601 format)
Limit to 5 events for quick testing