DAX {quarks} | R Documentation |
German Stock Market Index (DAX) Financial Time Series Data
Description
A dataset that contains the daily financial data of the DAX from 2000 to December 2023 (currency in EUR).
Usage
DAX
Format
A data frame with 6094 rows and 11 variables:
- ticker
id of the stock
- ref_date
date in format YY-MM-DD
- price_open
opening price (daily)
- price_high
highest price (daily)
- price_low
lowest price (daily)
- price_close
closing price (daily)
- volume
trading volume
- price_adjusted
adjusted closing price (daily)
- ret_adjusted_prices
returns obtained from the adj. closing prices
- ret_closing_prices
returns obtained from the closing prices
- cumret_adjusted_prices
accumulated arithmetic/log return for the period
Source
The data was obtained from Yahoo Finance.
[Package quarks version 1.1.4 Index]