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 assets for the other metrics.


SanAPI

{
getMetric(metric: "daily_closing_price_usd") {
timeseriesDataJson(
slug: "ethereum"
from: "2020-04-01T00:00:00Z"
to: "2020-04-07T00:00:00Z"
interval: "1d"
)
}
}