Skip to content

Latest commit

 

History

History
99 lines (75 loc) · 4.37 KB

referencerateeur.md

File metadata and controls

99 lines (75 loc) · 4.37 KB

Reference Rate (EUR)

Definition

The CM Reference Rates represent the reference rate of one unit of the asset quoted in Euros.

Name MetricID Category Subcategory Type Unit Interval
Reference Rate, EUR ReferenceRateEUR Market Price n/a EUR 1d, 1d-ny-close, 1h, 1m, 1s, 200ms

Details

  • The CM Reference Rates are published once a day, once an hour, once a minute, once a second, and once every 200 milliseconds and utilizes volume-weighted median, time-weighted average, and inverse price variance-weighted median techniques.\

  • Common use cases for the CM Reference Rates include research, backtesting, calculating net asset value for investment funds, calculating closing prices for indexes or financial benchmarks, serving as a data source for on-chain price oracles, risk management, indicative intraday values for investment funds and financial benchmarks, and settling financial derivatives.\

  • The CM Reference Rates supports multiple frequencies. The daily and hourly frequencies utilize one calculation methodology and the minute, second, and 200 millisecond frequencies ("real-time frequencies") utilize a separate calculation methodology.\

  • The daily and hourly frequencies are calculated at the end of every hour and day, respectively, (the "Calculation Time") and are published within 5 minutes (the “Publication Time”). The real-time frequencies are published in real-time with no delay.\

  • Please note that this metric is served through both the /timeseries/asset-metrics HTTP endpoint and the /timeseries-stream/asset-metrics websocket endpoint. The HTTP endpoint supports the frequencies 1d, 1h, 1m, and 1s. The websocket endpoint supports the frequencies 1s and 200ms.\

  • Please see our CM Prices Overview for more information on methodology and policies.

Example

A sample of the reference rates data for Bitcoin with hourly frequency is shown below:

{
  "data" : [ {
    "asset" : "btc",
    "time" : "2023-03-23T10:00:00.000000000Z",
    "ReferenceRateEUR" : "25461.7065832846"
  }, {
    "asset" : "btc",
    "time" : "2023-03-23T11:00:00.000000000Z",
    "ReferenceRateEUR" : "25500.6143308007"
  }, {
    "asset" : "btc",
    "time" : "2023-03-23T12:00:00.000000000Z",
    "ReferenceRateEUR" : "25449.9401709527"
  }, {
    "asset" : "btc",
    "time" : "2023-03-23T13:00:00.000000000Z",
    "ReferenceRateEUR" : "25413.7463939217"
  }, {
    "asset" : "btc",
    "time" : "2023-03-23T14:00:00.000000000Z",
    "ReferenceRateEUR" : "25268.6931098773"
  }
}

A sample of the reference rates data for Bitcoin with one second is shown below:

{
  "data" : [ {
    "asset" : "btc",
    "time" : "2023-03-23T14:39:38.000000000Z",
    "ReferenceRateEUR" : "25219.65"
  }, {
    "asset" : "btc",
    "time" : "2023-03-23T14:39:39.000000000Z",
    "ReferenceRateEUR" : "25219.65"
  }, {
    "asset" : "btc",
    "time" : "2023-03-23T14:39:40.000000000Z",
    "ReferenceRateEUR" : "25219.65"
  }, {
    "asset" : "btc",
    "time" : "2023-03-23T14:39:41.000000000Z",
    "ReferenceRateEUR" : "25219.65"
  }, {
    "asset" : "btc",
    "time" : "2023-03-23T14:39:42.000000000Z",
    "ReferenceRateEUR" : "25219.65"
  }
}
  • asset: The ID of the asset.\

  • time: The reference rate time in ISO 8601 date-time format.\

  • ReferenceRateEUR: The published reference rate value in Euros.

Release History

Availability for Assets

Community and pro asset availability does not differ. Community is available via HTTP API only, is limited to 1,000 API requests per 10 minutes per IP address and only showcases the last 24 hours of history for the 1 hour, 1 minute and 1 second frequencies. The full history is available for daily frequencies.

Please see our Coin Metrics Coverage below for our asset coverage universe.

{% embed url="https://coverage.coinmetrics.io/asset-metrics/ReferenceRateEUR" %}