CAPITAL ONE FINANCIAL CORP

Download historical market price data for CAPITAL ONE FINANCIAL CORP cofususd

Earliest available data

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

Examples

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

Sample output files