Aave vs US Dollar Historical Data Downloader
A desktop app that downloads Aave vs US Dollar (AVEUSD) price history on your own machine, written straight to your disk as CSV or JSON. History runs from 2021-09-15 — around 5 years — at every timeframe from raw ticks to monthly candles. A complete Aave vs US Dollar 1-minute series is roughly 2.5M rows, about 127 MB as CSV.
Preview a Aave vs US Dollar download →Windows, macOS, Linux · €5.60 one-time for the entry licence · get the app
What the app fetches for Aave vs US Dollar
| Symbol | AVEUSD |
|---|---|
| Instrument | Aave vs US Dollar |
| Asset class | Crypto |
| Tick & 1-second data from | 2000-01-01 |
| 1–30 minute candles from | 2021-10-01 |
| Hourly & 4-hour candles from | 2021-10-01 |
| Daily & monthly candles from | 2021-09-15 |
| Timeframes | Tick → 1s → 1m → 5m → 15m → 30m → 1h → 4h → Daily → Monthly |
| Price types | Bid & Ask |
| File formats | CSV, JSON (MetaTrader, NinjaTrader, Parquet & SQLite/DuckDB from the Pro licence) |
| Coverage | 2021-09-15 → 2026-08-01 (last completed trading day) |
| Retrieval | Local — your machine connects directly to Dukascopy Bank SA |
| Runs on | Windows, macOS, Linux |
Aave vs US Dollar timeframes the app supports
- Tick (every quote)
- 1 second
- 1 minute
- 5 minutes
- 15 minutes
- 30 minutes
- 1 hour
- 4 hours
- Daily
- Monthly
Aave vs US Dollar coverage & file size, timeframe by timeframe
Every Aave vs US Dollar timeframe shares the same 2021-09-15 start date, but not the same scale — coarser candles stay small while tick and intraday files grow fast. Current through 2026-08-01:
| Timeframe | History from | Approx. rows | Approx. CSV |
|---|---|---|---|
| Tick (every quote) | 2000-01-01 | very large | — |
| 1 second | 2000-01-01 | very large | — |
| 1 minute | 2021-10-01 | ~2.5M | ~127 MB |
| 5 minutes | 2021-10-01 | ~508K | ~25 MB |
| 15 minutes | 2021-10-01 | ~169K | ~8 MB |
| 30 minutes | 2021-10-01 | ~84,700 | ~4 MB |
| 1 hour | 2021-10-01 | ~42,300 | ~2 MB |
| 4 hours | 2021-10-01 | ~10,600 | ~529 KB |
| Daily | 2021-09-15 | ~1,800 | ~89 KB |
| Monthly | 2021-09-15 | ~60 | ~3 KB |
Counts are approximate, derived from crypto session hours across the available history. Tick and 1-second runs are queued and resumable rather than fetched in one pass. See the data methodology for how candles are built.
Working with the Aave vs US Dollar series
Aave's ticker hides a discontinuity: the protocol migrated from ETHLend's LEND token in October 2020 at 100:1 — price history under the old ticker exists and is sometimes stitched onto AAVE charts, redenomination included. Know which convention any external data you join uses. This listed series starts September 2021, post-migration and near the cycle top, so the file itself is clean of the swap but opens into drawdown.
What's inside the Aave vs US Dollar file
timestamp,open,high,low,close
One row per candle; tick files instead carry timestamp,bid,ask on every quote. All timestamps are UTC. Worked examples and import steps are in the CSV & JSON format guide.
About Aave vs US Dollar
Aave vs US Dollar (AVEUSD) is a cryptocurrency with 5 years of retrievable history. It is commonly used for backtesting crypto trading bots, volatility and drawdown analysis, on-chain/price correlation studies and training machine-learning models. Pick any date range from 2021-09-15 onward, choose a timeframe and the bid or ask side, and the app fetches and writes the files locally — no scripting.
Frequently asked questions
- How far back does Aave vs US Dollar data go?
- Aave vs US Dollar history runs from 2021-09-15 — roughly 5 years — up to the last completed trading day, at every timeframe from raw ticks to monthly candles. Every licence tier reaches all of it.
- How large is a full Aave vs US Dollar download?
- The complete Aave vs US Dollar 1-minute history is roughly 2.5M rows, about 127 MB as CSV. Daily candles over the same instrument are far smaller — around 1,800 rows, 89 KB. Tick and 1-second runs are larger again and are queued and resumable rather than fetched in one pass. Sizes are approximate; nothing is priced by volume.
- What columns are in the Aave vs US Dollar CSV file?
- OHLC files contain a timestamp plus open, high, low and close columns; tick files contain a timestamp with bid and ask prices. All timestamps are UTC. The files import directly into Excel, Google Sheets, Python (pandas read_csv), R, MetaTrader, NinjaTrader and TradingView.
- Do you sell Aave vs US Dollar data?
- No — we sell software. The MarketData Hub client retrieves Aave vs US Dollar (AVEUSD) on your own machine, under your instruction, directly from the source; we never host, cache or relay it. Your use of the retrieved data is subject to the source's terms.
Guides
- Get the app — Windows, macOS, Linux
- How to download historical crypto data
- CSV & JSON format — columns explained
- Tick data vs OHLC candles
- Backtesting with historical data