Coming Soon

DeFi data in Google Sheets, with simple custom functions

Use our upcoming Google Workspace App Script to pull on-chain and market data directly into your spreadsheets.

=DEFI("tvl", "Uniswap")
=DEFI("fees", "Ethereum", "24h")
=DEFI("volume", "Arbitrum", "7d")

What you’ll get

  • DeFi Metrics

    TVL, fees, revenue, and volume across chains and protocols.

  • Historical & Ranges

    Query specific dates and date ranges with =DEFI_HISTORICAL(...) and =DEFI_RANGE(...).

  • Simple Functions

    Call functions like =DEFI("tvl", "Ethereum") right in your sheet.

  • Scheduled Refresh

    Auto-refresh data using App Script triggers.

Examples

Quick metrics

Snapshot values for chains and protocols.

=DEFI("tvl", "Curve")
=DEFI("fees", "Ethereum", "24h")

Historical data

Point-in-time and ranges for reporting.

=DEFI_HISTORICAL("tvl", "Uniswap", "08.01.2025")
=DEFI_RANGE("fees", "Ethereum", "08.01.2025", "08.07.2025")

Discovery

Explore available entities and metadata.

=DEFI_METRICS()
=DEFI_CHAINS()
=DEFI_PROTOCOLS()
=DEFI_INFO("Ethereum")