ConsoleCatalog
Sign in
Dukascopy logo

Dukascopy

dukascopy.comFinanceno auth

Dukascopy market data - quotes, ticks, OHLC candles, instrument specs, and research.

Current Prices

ASYNCWRITENo auth

Returns live bid and ask quotes for a batch of instrument codes.

ParametersFormJSON

List of jetta instrument codes to fetch current bid/ask for

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_dukascopy_com_current_prices",
    "params": {
      "instrument_codes": "EUR-USD,USD-JPY,GBP-USD"
    }
  }'