Cryptocurrencies Prices
Provides an API for cryptocurrency prices in USD, EUR, CNY, GBP, and RUB.
import requests
url = "https://www.worldcoinindex.com/api/v1/price"
params = {
"coin": "BTC",
"currency": "USD"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)