Event Historical Table Widget

The Event Historical Table Widget is used to show the historical data of a calendar event as a table. Each row contains the date and time of each event occurrence as well as the actual, deviation and consensus values.

Parameters

To learn how to set the widget parameters dynamically, please read this.

event-id

Required.

The recurrent event ID. It can be retrieved using the Economic Calendar API.

Examples

  • 5e5f6e2f-7e6f-404e-bd1a-456558f0de11 - Gross Domestic Product (MoM) - UK
  • 9cdf56fd-99e4-4026-aa99-2b6c0ca92811 - Nonfarm Payrolls - US

culture

Optional.

Sets the language in which the widget should be displayed. The language codes can be found here.

Default: en (English)

timezone-offset

Optional.

Sets the timezone in which the dates and times should be displayed, represented as the time zone difference (in minutes), from the desired timezone to UTC. Please see a list of all timezones, here.

Default: 0 (Coordinated Universal Time - UTC+00:00)

caution

The time-zone offset is the difference, in minutes, from the desired time to UTC. Note that this means that the offset is positive if the local timezone is behind UTC and negative if it is ahead.

For example, for time zone UTC+10:00 (Australian Eastern Standard Time, Vladivostok Time, Chamorro Standard Time), -600 will be the correct parameter value.

Usage

<!-- UTC+01:00 -- Central European Time -->
timezone-offset="-60"
<!-- UTC-05:00 -- Central Daylight Time (North America) -->
timezone-offset="300"
<!-- User browser timezone -->
timezone-offset="new Date().getTimezoneOffset()"

height

Optional.

Default: 100%