Snippets Collections
import requests
url = "https://api.currencyapi.com/v3/latest"
headers = {
    'apikey': 'YOUR-API-KEY'
}
response = requests.request("GET", url, headers=headers)
print(response.text
      
star

Tue Aug 08 2023 07:57:17 GMT+0000 (Coordinated Universal Time) https://currencyapi.com/docs/examples/python-currency-converter

#python #currencyconverter #exchangeratesapi #currencyapi

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension