Artemis Sheets allows you to pull in time-series metrics into a single cell. Using one of these functions would sum the requested metric across a given time period and return a value in a single cell.

Supported time frames:

  • L7 - last 7 days
  • L30 - last 30 days
  • L90 - last 90 days
  • CM - current month (returns full calendar month for as-of-date)
  • CQ - current quarter (returns full calendar quarter for as-of-date)
  • LTM - last twelve months
  • YTD - year to date

Sample Syntax

  • Sample syntax #1: β€œ=ART(β€œETH”,β€œL7_REVENUE”)
    • The above formula would pull the sum of the past 7 days Revenue from DefiLlama.
  • Sample syntax #2: β€œ=ART(β€œETH”,β€œLTM_TT_REVENUE”)
    • The above formula would pull the sum of the past twelve-months Revenue from Token Terminal.

Note: pulling TokenTerminal data requires a valid API key generated from a TokenTerminal Pro account. This can be entered in Extensions -> Artemis Sheets in Google Sheets and the Ribbon / Taskpane in Excel.

NameExplanationUpdate FrequencySupports Date
TT_FEESTotal fees paid to the protocol (Token Terminal)Dailyβœ“
TT_FEES_SUPPLY_SIDEFees paid to the LPs (Token Terminal)Dailyβœ“
TT_REVENUEFees paid which benefit tokenholders (Token Terminal)Dailyβœ“
TT_TOKEN_INCENTIVESUSD value of the protocol’s governance tokens that have been distributed to users (Token Terminal)Dailyβœ“
TT_TRADING_VOLUMETrading volume for exchange (Token Terminal)Dailyβœ“
TT_TRANSFER_VOLUMETransfer volume (Token Terminal)Dailyβœ“
TT_USER_DAUDaily active interacting addresses of project’s revenue-generating smart contracts (Token Terminal)Dailyβœ“
TT_OPERATING_EXPENSESNon-token costs for the protocol (for example, L1 sequencer fees for L2s) (Token Terminal)Dailyβœ“
TT_EXPENSESOperating Expenses + Token Incentives (Token Terminal)Dailyβœ“
TT_EARNINGSRevenue - Expenses (Token Terminal)Dailyβœ“
FEESFees paid by protocol usersDailyβœ“
REVENUEFees accrued to the protocolDailyβœ“
DEX_VOLUMESTotal volume in USD through on-chain decentralized exchanges (DefiLlama)Dailyβœ“
NFT_FLOOR_PRICEThe lowest price for an NFT collection that someone can buy directly from the market for a given day in ETH (NFT Data)Dailyβœ“
NFT_FLOOR_PRICE_USDThe lowest price for an NFT collection that someone can buy directly from the market for a given day in US Dollars (NFT Data)Dailyβœ“
NFT_24H_VOLUMETotal volume of NFTs traded over the course of 24hrs in ETH (NFT Data)Dailyβœ“
NFT_24H_VOLUME_USDTotal volume of NFTs traded over the course of 24hrs in US Dollars (NFT Data)Dailyβœ“
NFT_FLOOR_MCThe lowest price for an NFT collection that someone can buy directly from the market multiplied by supply for a given day in ETH (NFT Data)Dailyβœ“
NFT_FLOOR_MC_USDThe lowest price for an NFT collection that someone can buy directly from the market multiplied by supply for a given day in USD (NFT Data)Dailyβœ“