Israeli new shekel vs. South African rand

Download historical market price data for Israeli new shekel vs. South African rand ilszar

Earliest available data

TimeframeEarliest available data (UTC)
tick, s1
m1, m5, m15, m30
h1, h4
d1, mn1

Examples

CLI
npx dukascopy-node -i ilszar -from 2025-03-19 -to 2025-03-20 -t m1 -f csv
Node.js
const { getHistoricalRates } = require("dukascopy-node");
 
(async () => {
  const historicalRates = await getHistoricalRates({
    instrument: "ilszar",
    dates: {
      from: new Date("2025-03-19"),
      to: new Date("2025-03-20"),
    },
    timeframe: "m1",
  });
  console.log(historicalRates);
})();

Sample output files