File size: 3,848 Bytes
70f153b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2ee4315
 
 
 
f2e219e
 
2ee4315
 
 
f2e219e
2ee4315
f2e219e
 
 
 
2ee4315
 
 
f2e219e
2ee4315
f2e219e
 
 
 
 
 
 
 
 
 
2ee4315
f2e219e
2ee4315
f2e219e
 
 
 
 
2ee4315
 
 
f2e219e
2ee4315
f2e219e
 
 
 
 
2ee4315
 
 
f2e219e
2ee4315
f2e219e
2ee4315
f2e219e
 
 
 
2ee4315
f2e219e
2ee4315
 
 
f2e219e
 
 
2ee4315
f2e219e
 
 
 
2ee4315
 
 
f2e219e
2ee4315
f2e219e
 
 
 
 
 
 
 
 
 
 
2ee4315
 
 
f2e219e
 
 
 
 
 
 
2ee4315
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
license: mit
language:
- en
task_categories:
- time-series-forecasting
- tabular-classification
- tabular-regression
tags:
- forex
- economic-calendar
- financial-data
- macro-economics
- trading-strategy
- time-series
- market-events
- selenium
- pandas
- scraper
pretty_name: Forex Factory Economic Calendar (2007–2025)
size_categories:
- 10K<n<100K
---

# πŸ“… Forex Factory Economic Calendar Dataset (2007-01-01 to 2025-04-07)

This dataset contains a comprehensive archive of macroeconomic calendar events sourced from [Forex Factory](https://www.forexfactory.com/calendar), spanning from **January 1, 2007** to **April 7, 2025**.  
Each row captures a specific event with detailed metadata including currency, event type, market impact level, reported values, and descriptive context.

---

## πŸ“¦ Dataset Summary

- **Total timespan:** 2007-01-01 β†’ 2025-04-07  
- **Format:** CSV (UTF-8)  
- **Timezone:** Asia/Tehran  
- **Detailed fields included**

---

## 🧾 Columns

| Column      | Description                                                                 |
|-------------|-----------------------------------------------------------------------------|
| `DateTime`  | Date and time of the event in ISO 8601 format                               |
| `Currency`  | Currency affected by the event (e.g., USD, EUR, GBP)                        |
| `Impact`    | Impact level: Low, Medium, or High Impact Expected                          |
| `Event`     | Name of the economic event                                                  |
| `Actual`    | Reported value of the indicator (if available)                              |
| `Forecast`  | Forecasted value                                                            |
| `Previous`  | Previously reported value                                                   |
| `Detail`    | Rich description including source, frequency, and why it matters to traders |

---

## πŸ” Example

```csv
2007-01-01T04:30:00+03:30,CNY,High Impact Expected,Manufacturing PMI,54.8,,55.3,"Source: CFLP (latest release) | Measures: Level of a diffusion index based on surveyed purchasing managers..."
```

---

## πŸ’Ό Use Cases

- Financial time series forecasting  
- Event-driven backtesting in algorithmic trading  
- Economic policy impact analysis  
- Macro indicators modeling for global trends  
- Educational purposes in finance and economics

---

## βš™οΈ How It Was Built

The data was collected using a custom Python scraper using:

- [Selenium](https://pypi.org/project/selenium/) (via `undetected-chromedriver`)  
- [pandas](https://pandas.pydata.org/) for CSV export and manipulation  
- Incremental scraping and detailed event parsing  
- Timezone-aware timestamping

GitHub repository (scraper code): [πŸ”— Link to repository](https://github.com/ehsanrs2/forexfactory-scraper)

---

## πŸ›‘ Disclaimer

This dataset is intended for **educational and research purposes only**.

Data was collected from [Forex Factory](https://www.forexfactory.com/) using publicly accessible web content.  
This project is **not affiliated, endorsed, or sponsored by Forex Factory** in any way.

Please respect [Forex Factory’s Terms of Use](https://www.forexfactory.com/notices). Do not use this dataset for commercial purposes or redistribution without checking the original source's policies.

---

## πŸ“š Citation

If you use this dataset in your work, please cite it as:

```
@misc{forexcalendar2025,
  title={Forex Factory Economic Calendar Dataset (2007–2025)},
  author={Ehsan},
  year={2025},
  howpublished={\url{https://huggingface.co/datasets/yourusername/forex-factory-calendar}},
  note={Accessed: YYYY-MM-DD}
}
```

---

## 🏷 Tags

`forex` `financial-data` `economic-calendar` `macro-economics`  
`time-series` `trading-strategy` `pandas` `selenium` `market-events`

```