Answer the question
In order to leave comments, you need to log in
How to output data from XML and JSON array in Python?
I figured out how to send GET requests, the server responds and everything is fine with that. There is some code that will send a request and display the received response.
import requests
r = requests.get('https://privat24.privatbank.ua/p24/accountorder?oper=prp&PUREXML&apicour&country=ru')
print(r.text)
Dollar exchange rate: 61.7235
Euro exchange rate: 70.0315
Answer the question
In order to leave comments, you need to log in
https://docs.python.org/2/library/xml.etree.elemen...
https://docs.python.org/2/library/xml.dom.minidom.html
lxml.de
We read, we do.
If something specific does not work out, then we already write here.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question