shawnedwardsUntitled Query
    Updated 2022-11-21
    select symbol as ticker, 'FLOW' AS TYPE,
    '1193478195'::NUMERIC as USD_Market_Cap,
    '1565813280'::NUMERIC as Fully_Diluted_Market_Cap,
    '1040000000'::NUMERIC as Circulating_Supply,
    '27910477'::NUMERIC as USD_CEX_Volume,
    '215627.06'::NUMERIC as USD_DEX_Volume
    from flow.core.fact_prices
    where symbol ilike 'FLOW'
    LIMIT 1
    Run a query to Download Data