Dukascopy: Get Candles
Dukascopy via Parse · Finance
Get historical OHLCV candle data for a trading instrument over a date range. Returns 1-minute data aggregated to the requested period. Timestamps are provided in both UTC and a configurable local time offset. Maximum 60 days per request. Access historical OHLCV candle data from Dukascopy for forex, commodities, indices, stocks, bonds, ETFs, and crypto. Data is fetched from Dukascopy's market data API with delta-decoded prices. Timestamps are provided in UTC, with an optional offset for local time conversion. Fulfilled by Parse from www.dukascopy.com.
- crypto-web3
- developer-tools
- dukascopy
- finance
- parse
- platform-key
- www-dukascopy-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/4bf31981-ccca-4528-a4a4-598f6a88b633/get_candles
- Interface artifact
- sha256:038a48c4c9a7f8e6d7bccda6b0c2f3357abb571b1c3e5e7709d92a031022c1e7
- Manifest digest
- sha256:bd506558d39b2b1aba4ccebd20ff3b161523e181866c97740834977f88b72dee
Request fields
- period (integer): Candle period in minutes. Accepted values: 1, 2, 3, 5, 10, 15, 30, 60: Allowed values: 1, 2, 3, 5, 10, 15, 30, 60
- end_date (string, required): End date in YYYY-MM-DD format (inclusive, max 60 days from start)
- instrument (string): Trading instrument in slash format (e.g. EUR/USD, GBP/USD, XAU/USD). Use names from get_instruments endpoint.
- offer_side (string): Price side: BID or ASK: Allowed values: BID, ASK
- start_date (string, required): Start date in YYYY-MM-DD format
- timezone_offset (integer): Timezone offset from UTC in hours used to compute the timestamp_local field alongside UTC (e.g. 0 for UTC, 1 for CET, 5 for PKT, 8 for CST).
Example queries
- {"period":"1","end_date":"2026-06-09","instrument":"EUR/USD","offer_side":"BID","start_date":"2026-06-08","timezone_offset":"0"}