Paul McDermott

Results 5 issues of Paul McDermott

`list_events()` returns timezone aware data for the openDate field, e.g. as indicated by the 'Z' for the UTC time zone in the response below: ``` >>> events=trading.betting.list_events() >>> events[0].json() '{"event":{"id":"29043131","name":"Aguada...

help wanted

Best practice would be to use argparse for command line parameters.

Best to isolate all dependancies in a virtual environment, especially given the need for Python 3. Describe how to set up virtualenv in the docs.

I was looking for calendar info for XCBO (which is CBOE Global Markets) and I didn't find a file. But there is a file `exchange_calendar_xcbf.py` for MIC XCBF (which is...

Today: ``` Python 3.10.12 (main, Mar 22 2024, 16:50:05) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import exchange_calendars >>> xlon=exchange_calendars.get_calendar("XLON") >>> xlon.first_session Timestamp('2004-07-22...