Ethereum (ETH) Price
Raw price endpoint: https://cryptoprices.cc/ETH/
Ethereum (ETH) is currently priced at $1,823.57, ranked #2 by market capitalization. Its all-time high is $4,946.05 set on August 24, 2025, meaning it is -63.13% from that peak. Prices are refreshed hourly and served as plain text, so you can pull them straight into a spreadsheet.
Ethereum price & market data
| Market-cap rank | #2 |
| Market cap | $220.04B |
| 24h volume | $5.59B |
| 24h high | $1,824.65 |
| 24h low | $1,782.89 |
| 24h change | +1.91% |
| Circulating supply | 120,683,053 ETH |
| Total supply | 120,683,053 ETH |
| Max supply | — ETH |
| All-time high | $4,946.05 (August 24, 2025, -63.13%) |
| All-time low | $0.432979 (October 20, 2015) |
Get the Ethereum price in Google Sheets
Paste this into any cell — it returns the live ETH price as a number, no API key or sign-up. Full Google Sheets guide →
=VALUE(IMPORTDATA("https://cryptoprices.cc/ETH/"))
Get the Ethereum price in Microsoft Excel
Works in desktop Excel with the WEBSERVICE function. Full Excel guide →
=NUMBERVALUE(WEBSERVICE("https://cryptoprices.cc/ETH/"), ".")
More ETH endpoints
Every endpoint returns plain text. Append /ATH/ or /MCAP/ to any coin.
- Price: https://cryptoprices.cc/ETH/
- All-time high: https://cryptoprices.cc/ETH/ATH/
- Market cap: https://cryptoprices.cc/ETH/MCAP/
- Full JSON (debug): https://cryptoprices.cc/ETH/debug/
FAQ
What is the current price of Ethereum?
The current Ethereum (ETH) price is $1,823.57, refreshed hourly.
What is Ethereum's all-time high?
Ethereum's all-time high is $4,946.05, reached on August 24, 2025.
Is there an API key or rate limit?
No. Every endpoint is anonymous plain text with no sign-up and no usage limits.