flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
acme_price_info_luna
LTirrell
acme_price_info_luna
Updated 2022-07-07
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date_trunc
(
'hour'
,
BLOCK_TIMESTAMP
)
as
datetime
,
avg
(
price_usd
)
as
ust_price
,
avg
(
luna_exchange_rate
)
as
luna_price
from
terra
.
oracle_prices
where
currency
=
'uusd'
and
datetime
>=
'2020-10-01'
group
by
datetime
order
by
datetime
Results
Run a query to Download Data