Ethereum (ETH) Price
Raw price endpoint: https://cryptoprices.cc/ETH/
Ethereum (ETH) is currently priced at $2,424.66, ranked #2 by market capitalization. Its all-time high is $4,946.05 set on August 24, 2025, meaning it is -50.98% 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 | $292.60B |
| 24h volume | $26.59B |
| 24h high | $2,443.66 |
| 24h low | $2,308.48 |
| 24h change | +3.50% |
| Circulating supply | 120,681,688 ETH |
| Total supply | 120,681,688 ETH |
| Max supply | — ETH |
| All-time high | $4,946.05 (August 24, 2025, -50.98%) |
| All-time low | $0.432979 (October 19, 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 $2,424.66, 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.