Эндпоинт предназначен для получения курсов
HTTP Request
GET
https://alfabit.org/api/exchage.xml
curl --location 'https://alfabit.org/api/exchage.xml'
import requests
url = "https://alfabit.org/api/exchage.xml"
payload={}
headers = {}
response = requests.request("GET", url, headers=headers, data=payload)