Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot extract the features (columns) for the split 'train' of the config 'default' of the dataset.
Error code:   FeaturesError
Exception:    ParserError
Message:      Error tokenizing data. C error: Expected 3 fields in line 11, saw 4

Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 243, in compute_first_rows_from_streaming_response
                  iterable_dataset = iterable_dataset._resolve_features()
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 4379, in _resolve_features
                  features = _infer_features_from_batch(self.with_format(None)._head())
                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2661, in _head
                  return next(iter(self.iter(batch_size=n)))
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2839, in iter
                  for key, pa_table in ex_iterable.iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2377, in _iter_arrow
                  yield from self.ex_iterable._iter_arrow()
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/csv/csv.py", line 198, in _generate_tables
                  for batch_idx, df in enumerate(csv_file_reader):
                                       ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/pandas/io/parsers/readers.py", line 1843, in __next__
                  return self.get_chunk()
                         ~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/pandas/io/parsers/readers.py", line 1985, in get_chunk
                  return self.read(nrows=size)
                         ~~~~~~~~~^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/pandas/io/parsers/readers.py", line 1923, in read
                  ) = self._engine.read(  # type: ignore[attr-defined]
                      ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      nrows
                      ^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/pandas/io/parsers/c_parser_wrapper.py", line 234, in read
                  chunks = self._reader.read_low_memory(nrows)
                File "pandas/_libs/parsers.pyx", line 850, in pandas._libs.parsers.TextReader.read_low_memory
                File "pandas/_libs/parsers.pyx", line 905, in pandas._libs.parsers.TextReader._read_rows
                File "pandas/_libs/parsers.pyx", line 874, in pandas._libs.parsers.TextReader._tokenize_rows
                File "pandas/_libs/parsers.pyx", line 891, in pandas._libs.parsers.TextReader._check_tokenize_status
                File "pandas/_libs/parsers.pyx", line 2061, in pandas._libs.parsers.raise_parser_error
              pandas.errors.ParserError: Error tokenizing data. C error: Expected 3 fields in line 11, saw 4

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

EURUSD & DAX (M1) Price Data with Macroeconomic Event Calendar

License & Data Sourcing Notice

This dataset is released without a formal open-source license ("Unlicensed").

Data was deliberately sourced from established, reputable providers (FXOpen and Investing.com) to ensure relevance and accuracy for the underlying analysis.
The data contained in this repository originates from third-party providers and is published here for educational and academic research purposes only. The author is not the original creator of the underlying market data or economic calendar data. This dataset is not intended for commercial use.

A note on data sourcing:

  • Price data (EURUSD, DAX): Sourced via the QuotesDownloader 3 application provided by FXOpen. At the time of writing, no explicit restriction on non-commercial redistribution was identified in FXOpen's publicly available Terms and Conditions. It is worth noting, however, that the underlying price feed may be subject to upstream licensing agreements between FXOpen and its own liquidity/data providers, which are not publicly disclosed. Users planning any commercial use are encouraged to verify this independently with FXOpen.

  • Economic calendar data: Manually copied from the Investing.com (Fusion Media Ltd.). Investing.com's Terms of Use include restrictions on the reproduction and redistribution of their content. This data is shared here strictly for non-commercial, educational purposes; users intending broader or commercial use should consult Investing.com's Terms and Conditions directly.

Intended use: Academic research and educational purposes only. Not intended for trading, investment decisions, or any commercial application.


Data Sources

File(s) Source Provider
eurusd_ask_m1.csv, eurusd_bid_m1.csv Downloaded via QuotesDownloader 3 app FXOpen
dax_ask_m1.csv, dax_bid_m1.csv Downloaded via QuotesDownloader 3 app FXOpen
calendar.csv Manually copied from the Economic Calendar Investing.com

Price data reflects raw bid/ask minute (M1) OHLC quotes as provided by the FXOpen quote feed.
Economic calendar data reflects event records manually copied from the Investing.com economic calendar tool.

All timestamps across all files are in GMT.


Intended Use

The goal of this dataset is to identify and quantify the impact of macroeconomic events on the price dynamics and volatility of the DAX stock index and the EUR/USD currency pair, using event study methodology combined with GARCH volatility modeling, across four time frames (M1, M5, M15, M30).

The data window (2020-02-20 to 2026-06-30) was chosen to focus primarily on three distinct periods: the COVID-19 pandemic, the subsequent energy crisis, and the current AI era.


Files

eurusd_ask_m1.csv / eurusd_bid_m1.csv

Minute-level (M1) OHLCV quotes for the EUR/USD currency pair.

Column Description
date_time Timestamp of the candle (GMT), minute resolution
open Opening price
close Closing price
low Lowest price in the interval
high Highest price in the interval
volume Tick/trade volume in the interval

Separate bid and ask files are provided; mid-price should be computed as the average of bid and ask when spread-neutral analysis is required.

dax_ask_m1.csv / dax_bid_m1.csv

Minute-level (M1) OHLCV quotes for the DAX index (GDAXI), same column structure as above.

calendar.csv

Economic calendar events, manually copied from Investing.com.

Column Description
Time Date and time of the scheduled/actual event release (GMT)
Cur. Currency/region associated with the event (e.g., USD, EUR)
Event Name of the economic indicator/event (e.g., "US Non-Farm Payrolls", "ECB Interest Rate Decision")
Actual Actual released value
Forecast Consensus forecast value prior to release
Previous Value from the previous release

Time Coverage

All files cover the period 2020-02-20 to 2026-06-30, in GMT.


Methodology Context (Summary)

Placeholder — to be completed upon finalization of the analysis.


Usage Example

from datasets import load_dataset

ds = load_dataset(
    "thomas819/eurusd-dax-calendar-data",
    data_files={
        "eurusd_ask": "eurusd_ask_m1.csv",
        "eurusd_bid": "eurusd_bid_m1.csv",
        "dax_ask": "dax_ask_m1.csv",
        "dax_bid": "dax_bid_m1.csv",
        "calendar": "calendar.csv",
    }
)

Note: all CSV files use ; as the column separator.

ds_calendar = load_dataset(
    "thomas819/eurusd-dax-calendar-data",
    data_files="calendar.csv",
    sep=";"
)
Downloads last month
35