On Fri, May 11, 2018 at 3:49 AM,  <richardchau...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to