Litecoin (LTC) Price
Raw price endpoint: https://cryptoprices.cc/LTC/
Litecoin (LTC) is currently priced at $45.07, ranked #27 by market capitalization. Its all-time high is $410.26 set on May 10, 2021, meaning it is -89.01% from that peak. Prices are refreshed hourly and served as plain text, so you can pull them straight into a spreadsheet.
Litecoin price & market data
| Market-cap rank | #27 |
| Market cap | $3.49B |
| 24h volume | $141.00M |
| 24h high | $45.24 |
| 24h low | $44.39 |
| 24h change | +1.20% |
| Circulating supply | 77,373,666 LTC |
| Total supply | 77,376,373 LTC |
| Max supply | 84,000,000 LTC |
| All-time high | $410.26 (May 10, 2021, -89.01%) |
| All-time low | $1.15 (January 14, 2015) |
Get the Litecoin price in Google Sheets
Paste this into any cell — it returns the live LTC price as a number, no API key or sign-up. Full Google Sheets guide →
=VALUE(IMPORTDATA("https://cryptoprices.cc/LTC/"))
Get the Litecoin price in Microsoft Excel
Works in desktop Excel with the WEBSERVICE function. Full Excel guide →
=NUMBERVALUE(WEBSERVICE("https://cryptoprices.cc/LTC/"), ".")
More LTC endpoints
Every endpoint returns plain text. Append /ATH/ or /MCAP/ to any coin.
- Price: https://cryptoprices.cc/LTC/
- All-time high: https://cryptoprices.cc/LTC/ATH/
- Market cap: https://cryptoprices.cc/LTC/MCAP/
- Full JSON (debug): https://cryptoprices.cc/LTC/debug/
FAQ
What is the current price of Litecoin?
The current Litecoin (LTC) price is $45.07, refreshed hourly.
What is Litecoin's all-time high?
Litecoin's all-time high is $410.26, reached on May 10, 2021.
Is there an API key or rate limit?
No. Every endpoint is anonymous plain text with no sign-up and no usage limits.