Cboe FX Volumes API

To retrieve Cboe FX volume data in JSON format, visit:

For a breakdown by Instrument in JSON format, visit:

Sample output:

{
  "monthly": [
    {
      "trading-days": "23",
      "avg-daily-volume": "$16,106",
      "volume": "$370,446",
      "month": "March-2010"
    },
    {
      "trading-days": "20",
      "avg-daily-volume": "$17,325",
      "volume": "$346,501",
      "month": "February-2010"
    }
  ],
  "daily": [
    {
      "volume": "$19,960",
      "trade-date": "Apr 25, 2014"
    },
    {
      "volume": "$26,232",
      "trade-date": "Apr 24, 2014"
    }
  ],
  "quarterly": [
    {
      "trading-days": "65",
      "avg-daily-volume": "$20,118",
      "volume": "$1,307,658",
      "quarter": "Q2 2010"
    },
    {
      "trading-days": "63",
      "avg-daily-volume": "$16,276",
      "volume": "$1,025,403",
      "quarter": "Q1 2010"
    }
  ]
}