flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
last_eth_ALCX_price
CryptoLion
last_eth_ALCX_price
Updated 2022-11-27
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
hour
,
price
,
symbol
FROM
ethereum
.
token_prices_hourly
WHERE
LOWER
(
symbol
)
=
'eth'
OR
LOWER
(
symbol
)
=
'alcx'
OR
LOWER
(
symbol
)
=
'alusd'
AND
hour
=
getdate
(
)
-
interval
'1 day'
ORDER
BY
1
DESC
LIMIT
2
Results
Run a query to Download Data