generate_art_formula
Generate ready-to-use ART formulas for Artemis Sheets to retrieve historical crypto time-series data, including prices, volume, and market cap, with customizable dates and order.
Instructions
Generate an ART formula for Artemis Sheets.
This tool creates properly formatted ART formulas for time-series data retrieval
such as prices, fees, revenue, and other historical data.
Important notes:
- Dates must be in YYYY-MM-DD format (e.g., "2025-02-28")
- For relative dates, calculate the actual date before passing it to this tool
- Order can be "ASC" (default) or "DESC"
- Common metrics include: PRICE, VOLUME, MC (market cap), SUPPLY, TVL, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | ASC | |
| metrics | Yes | ||
| symbols | Yes | ||
| end_date | No | ||
| show_dates | No | ||
| start_date | No | ||
| hide_weekends | No |