Daily Aggregated Financial Metrics in USD

Definition

The following metrics are computed by applying an aggregation of all the values of a metric in a given day.

  • daily_avg_marketcap_usd
  • daily_avg_price_usd
  • daily_closing_marketcap_usd
  • daily_closing_price_usd
  • daily_high_price_usd
  • daily_low_price_usd
  • daily_opening_price_usd
  • daily_trading_volume_usd

Access

Free Access


Measuring Unit

Amount in USD


Data Type

Timeseries Data

Frequency

Daily Intervals


Latency

Daily Metrics Latency


Available Assets

Available Assets for daily_avg_marketcap_usd

Use the same API call to check the available metrics for the other metrics.


SanAPI

1
2
3
4
5
6
7
8
9
10
11
12
13
{
  getMetric(metric: "daily_closing_price_usd") {
    timeseriesData(
      slug: "ethereum"
      from: "2020-04-01T00:00:00Z"
      to: "2020-04-07T00:00:00Z"
      interval: "1d"
    ) {
      datetime
      value
    }
  }
}

Run in Explorer

Help & Feedback

We are using cookies to improve your experience!

By clicking “Allow all”, you agree to use of all cookies. Visit our Cookies Policy to learn more.