A built-in list.prices dataset for examples, tests, and offline
experimentation. It contains deterministic daily CAD-denominated price rows
across 2021-2023 for the main coin set used by the package's report and
integration-test workflows.
Format
A data frame with 13140 rows and 11 variables:
- timestamp
POSIXct timestamp for the fixture row.
- slug
Coin slug used by CoinMarketCap-style lookups.
- name
Display name of the asset.
- currency
Ticker symbol, such as
BTCorUSD.- open
Opening price used for the fixture row.
- close
Closing price used for the fixture row.
- spot.rate_USD
USD-denominated spot rate when relevant.
- CAD.rate
USD-to-CAD conversion used for the fixture row when relevant.
- spot.rate2
Final CAD-denominated spot rate used by
match_prices().- date
Date column retained for compatibility with
list.pricesoutputs.- date2
Date used by
match_prices()joins.
