How to use an API (xsd format) in Python?

Chris Angelico rosuav at gmail.com
Thu May 10 13:53:47 EDT 2018


On Fri, May 11, 2018 at 3:49 AM,  <richardchausse at gmail.com> wrote:
> I need to get some data from CME Group which provides a public API to download (xsd)
> What packages should I use in Python to access this data through this API. Thank you.

Depends a lot on the API, and I have no idea what CME Group is doing
(or who that even is); but my first thought would be to grab the
'requests' package. If it's any sort of HTTP download, requests is
usually the best way to do it.

ChrisA



More information about the Python-list mailing list