Economic Calendar API

The MacroSignal Economic Calendar API provides normalized release metadata across government sources (BEA, BLS, EIA, Treasury) with consistent fields and units for your automated systems.


Key fields

  • event_definition_id
  • reference_date
  • timestamp (ISO 8601)
  • actual_value, forecast_value, previous_value
  • impact_score, importance

Example

curl -H "Authorization: Bearer <YOUR_KEY>" "https://api.macrosignal/v1/events/next?country=US"

Back