PODB Plus Global Calendar Data
收藏资源简介:
The Prepper Open Data Bank (PODB) provides a wide range of datasets that are pre-processed and ready for immediate use, eliminating the need for time-consuming data preparation. PODB GLOBAL CALENDAR delivers calendar data for major countries worldwide. In addition to standard date and day-of-week information, the dataset includes national holidays and substitute holidays, along with a variety of pre-defined business indicators. These indicators are designed from both financial and consumer activity perspectives to highlight dates and periods that may influence business performance and marketing activities. The dataset is structured for immediate use in data analytics, forecasting, and machine learning applications that leverage daily time-series data. Historical data is available from January 1, 2020 onward. Updates for the following calendar year are provided after official holiday and substitute holiday schedules are published by the relevant authorities in each country. Currently, the dataset includes calendar data for the following countries and regions: - Australia (AU) - Canada (CA) - China (CN) - Germany (DE) - European Union (EU) - United Kingdom (GB) - India (IND) - Japan (JP) - South Korea (KR) - Singapore (SG) - United States (US) We are continuously expanding our country coverage to support a broader range of global business and analytics use cases.
数据集概要
名称: PODB Plus Global Calendar Data
提供方: truestar inc.
定价: 年度计划(具体金额未显示)
更新频率: 每年更新
时间覆盖: 以日为粒度,历史数据从2020年1月1日起
交付方式: Secure share
类别: Cortex AI Ready、金融、市场分析、营销
描述
该数据集是 Prepper Open Data Bank (PODB) 系列的一部分,提供全球主要国家的日历数据,已预处理好可供直接使用。除标准日期和星期信息外,还包含:
- 国定假日与调休假日
- 从金融和消费者活动角度设计的多种预定义业务指标,用于标识可能影响业务绩效和营销活动的日期/时期
数据适用于基于日时间序列的数据分析、预测和机器学习应用。
覆盖国家/地区
澳大利亚 (AU)、加拿大 (CA)、中国 (CN)、德国 (DE)、欧盟 (EU)、英国 (GB)、印度 (IND)、日本 (JP)、韩国 (KR)、新加坡 (SG)、美国 (US)
业务应用场景
- 市场分析:餐厅分析假日对客流和销售的影响;日历应用平台提供额外信息;旅行公司制定契合假期的行程和活动;结合日期属性分析时间序列数据中的波动原因
数据字典(部分示例)
包含多个对象,例如:
- JP_FINANCIAL_CALENDAR:日本每日金融日历,包含东京证券交易所交易日标志、衍生品到期日指标、交易日位置指标
- US_FINANCIAL_CALENDAR
- JP_RETAIL_CALENDAR
- US_RETAIL_CALENDAR
- 另有17个其他对象
以 US_FINANCIAL_CALENDAR 为例,字段包括:Date、YEAR、MONTH、DAY、DAY_OF_WEEK、DAY_OF_WEEK_NUM、WEEK_OF_YEAR、IS_WEEKEND、IS_NYSE_TRADING_DAY、IS_MONTHLY_EXPIRY、IS_QUARTERLY_EXPIRY、IS_EXPIRY_WEEK、IS_FIRST_TRADING_DAY_OF_MONTH、IS_LAST_TRADING_DAY_OF_MONTH、IS_FIRST_TRADING_DAY_OF_QUARTER、IS_LAST_TRADING_DAY_OF_QUARTER、IS_FIRST_TRADING_DAY_OF_YEAR、IS_LAST_TRADING_DAY_OF_YEAR、TRADING_DAYS_LEFT_IN_MONTH、TRADING_DAYS_LEFT_IN_QUARTER
使用示例
查询2024年美国每个月的NYSE交易日数: sql SELECT month, COUNT(date) AS nyse_trading_days FROM US_FINANCIAL_CALENDAR WHERE year = 2024 AND is_nyse_trading_day = TRUE GROUP BY month ORDER BY month ASC




