Data/cfd/readme.md
QuantConnect hosts CFD data provided by Oanda. The data contains only Quote data. All data are stored in zip files, each containing a single CSV file. You can explore CFD data on our website at https://www.quantconnect.com/data/tree/cfd
CFD data supports the following Resolutions:
The markets we currently support are:
CFD data operates in multiple timezones, so please confirm with the market hours database for the specific timezone of your asset.
Second/minute files are located in the cfd / market / resolution / symbol folder.
The ZIP files have the filename format: YYYYMMDD_quote.zip. The CSV file contained within has the filename format: YYYYMMDD_symbol_resolution_quote.csv
Second/minute quote format and example data is as follows:
| Time | Bid Open | Bid High | Bid Low | Bid Close | Last Bid Size | Ask Open | Ask High | Ask Low | Ask Close | Last Ask Size |
|---|---|---|---|---|---|---|---|---|---|---|
| 113000 | 55.01 | 55.95 | 54.80 | 55.50 | 18968 | 55.10 | 56 | 54.85 | 55.55 | 2913 |
Hour/daily files are located in the cfd / market / resolution folder.
The ZIP files have the filename format: symbol.zip. The CSV file contained within has the filename format: symbol.csv
Hour/daily quote format and example data is as follows:
| Time | Bid Open | Bid High | Bid Low | Bid Close | Last Bid Size | Ask Open | Ask High | Ask Low | Ask Close | Last Ask Size |
|---|---|---|---|---|---|---|---|---|---|---|
| 20190125 23:00 | 55.01 | 55.95 | 54.80 | 55.50 | 18968 | 55.10 | 56 | 54.85 | 55.55 | 2913 |
YYYYMMDD HH:mmTick files are located in the cfd / market / tick / symbol folder.
The ZIP files have the filename format: YYYYMMDD_quote.zip. The CSV file contained within has the filename format: YYYYMMDD_symbol_resolution_quote.csv
Tick quote format and example data is as follows:
| Time | Bid Price | Ask Price |
|---|---|---|
| 92000 | 10.38 | 10.40 |