CALENDAR
Get the upcoming, or historical, economic calendar of global events.
Syntax
=OBB.ECONOMY.CALENDAR([start_date],[end_date],[country],[importance],[group],[calendar_id])
Examples
=OBB.ECONOMY.CALENDAR()
=OBB.ECONOMY.CALENDAR("2020-03-01","2020-03-31")
Parameters
Name | Type | Description | Required |
---|---|---|---|
start_date | Text | Start date of the data, in YYYY-MM-DD format. | False |
end_date | Text | End date of the data, in YYYY-MM-DD format. | False |
country | Text | Country of the event. Multiple comma separated items allowed. | False |
importance | Text | Importance of the event. Options: low, medium, high. | False |
group | Text | Grouping of events. Options: interest_rate, inflation, bonds, consumer, gdp, government, housing, labour, markets, money, prices, trade, business. | False |
calendar_id | Any | Get events by TradingEconomics Calendar ID. Multiple comma separated items allowed. | False |
Data
- tradingeconomics
Name | Description |
---|---|
date | The date of the data. |
country | Country of event. |
category | Category of event. |
event | Event name. |
importance | The importance level for the event. |
source | Source of the data. |
currency | Currency of the data. |
unit | Unit of the data. |
consensus | Average forecast among a representative group of economists. |
previous | Value for the previous period after the revision (if revision is applicable). |
revised | Revised previous value, if applicable. |
actual | Latest released value. |
change | Value change since previous. |
change_percent | Percentage change since previous. |
last_updated | Last updated timestamp. |
created_at | Created at timestamp. |