Litecoin (LTC) Price
Raw price endpoint: https://cryptoprices.cc/LTC/
Litecoin (LTC) is currently priced at $51.81, ranked #26 by market capitalization. Its all-time high is $410.26 set on May 9, 2021, meaning it is -87.37% 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 | #26 |
| Market cap | $4.02B |
| 24h volume | $509.94M |
| 24h high | $52.15 |
| 24h low | $47.72 |
| 24h change | +6.90% |
| Circulating supply | 77,519,792 LTC |
| Total supply | 77,522,779 LTC |
| Max supply | 84,000,000 LTC |
| All-time high | $410.26 (May 9, 2021, -87.37%) |
| All-time low | $1.15 (January 13, 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 $51.81, refreshed hourly.
What is Litecoin's all-time high?
Litecoin's all-time high is $410.26, reached on May 9, 2021.
Is there an API key or rate limit?
No. Every endpoint is anonymous plain text with no sign-up and no usage limits.