File: WebAPI/economic_calendar_2.proto
Description of calendar event.
Type: sint32
Description: Provider ID.
Note: Metadata can be obtained via CalendarEventProviderListRequest.
Source: CalendarEventProvider.id.
Type: string
Description: Unique identifier of the calendar event.
Required: yes.
Type: google.protobuf.Timestamp
Description: Time of this event (can be in the future).
Type: bool
Description: Note: True means that event_utc_timestamp is an exact time of the event, False means that only a date of the event is provided.
Type: string
Description: Period (in a free format) for which the event was published.
Example: ‘Feb’, ‘Mar 9’, ‘Mar-May’, ‘Q1’, ‘to Nov 30’, ‘Week Ending’, ‘12/26’, ‘12/7/2025’.
Type: string
Description: Description.
Type: string
Description: The Venue where the event will occur.
Type: string
Description: A URL link to more information about the event.
Type: string
Description: The name of the company/organization the event refers to.
Type: string
Description: The ticker symbol for the company if it’s a company related event.
Type: string
Description: A URL with information about the company/organization.
Type: CalendarEventDetail
Description: Collection of event details.
Type: bool
Description: Note: True if it’s key event.
Required: yes.
Type: sint32
Description: Country ID.
Note: Metadata can be obtained via metadata_2.CountryListRequest.
Source: metadata_2.CountryMetadata.country_id.
Type: bool
Description: True means that an actual update is expected when the event occurs.
Type: string
Description: Provider event category ID.
Note: The tuple of {country_id, provider_id, provider_event_category_id} can be used for filtering of similar events.