solsurferRUNE token price trend
    Updated 2023-11-29
    SELECT
    BLOCK_TIMESTAMP,
    RUNE_USD
    FROM
    thorchain.price.fact_prices
    WHERE
    LEFT (BLOCK_TIMESTAMP,
    4) >= 2023
    AND
    RIGHT(LEFT (BLOCK_TIMESTAMP,
    7), 2) >= 11
    AND IN)
    ORDER BY
    BLOCK_TIMESTAMP;


    Run a query to Download Data