flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
mint opt copy
mo115
mint opt copy
Updated 2023-05-28
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date_trunc
(
'hour'
,
recorded_hour
)
as
"date"
,
token
as
"symbol"
,
avg
(
close
)
as
"price"
from
flow
.
core
.
fact_hourly_prices
where
token
in
(
'Revv'
)
and
recorded_hour
::
date
>=
CURRENT_DATE
-
90
group
by
1
,
2
Results
Run a query to Download Data