Dimension scores are derived from public data and fields; weighted into the composite. Reference only.
cryptoprices.cc is a minimalist cryptocurrency price lookup service aimed at spreadsheet users and developers who need quick access to coin prices. Its API format is very straightforward: for example, visit https://cryptoprices.cc/BTC/ to get the Bitcoin price, or /ETH/ to get the Ethereum price. The site highlights “Simple API,” “No Parsing,” and “No sign ups,” making it clear that its focus is not on being a full-featured market data platform, but on exposing commonly used crypto prices in plain text.
The service currently provides three types of data: current price, ATH all-time high, and Market Cap. Add /ATH/ after the URL to retrieve the all-time high, or /MCAP/ to retrieve market capitalization. It covers roughly the top 5000 coins by market cap, but the text also states that tokens outside this range will not be added lightly. Responses are plain-text prices, so they can be used with IMPORTDATA() in Google Sheets or WEBSERVICE() in Excel without parsing JSON, which is very friendly for non-engineering users. If a price looks incorrect, it also provides a debug page such as /debug/ for troubleshooting.
The site states that no registration is required, usage is anonymous, and there are no usage limits. It does not mention any paid plans or payment methods, so it can be regarded as a free service. However, it also clearly notes that data may be delayed by up to 1 hour. In addition, it only provides current price, ATH, and market cap, lacking more complete market data such as trading volume, candlesticks, percentage changes, or historical time series.
Its advantages are an extremely simple API, a low learning curve, and suitability for spreadsheet automation and lightweight scripts. There is no need for an API Key, and there is no account maintenance overhead. The downsides are that the documentation is brief and lacks details on SLA, versioning strategy, error codes, data sources, and stability. For trading, risk control, or production-grade financial applications, the data delay and limited metrics are clear constraints.
It is suitable for personal investment tracking, teaching demos, low-frequency dashboards, and Google Sheets/Excel reports. It is not suitable for high-frequency trading, serious quant strategies, or systems that require complete historical market data. The text does not provide information about access from mainland China, and network availability and payment methods are also unknown. For more complex needs, the page itself recommends using CoinGecko API instead.
⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on cryptoprices.cc official site.
cryptoprices.cc is an Unknown API & Data provider. TG4G tracks its product information, an overall rating of 7.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach cryptoprices.cc directly.