dougransom / vix_utils

vix_utils provides command line tools and a a Python API for preparing data for analysing the VIX Futures and Cash Term structures. Term Structure data can be exported to excel (.xslx), csv, and pickle formats.
MIT License
41 stars 9 forks source link

Better Error Messages When Calling Synchronous API versions from event loop #25

Open dougransom opened 1 year ago

dougransom commented 1 year ago

Non-obvious errors are thrown when user calls the synchronous API functions in an event loop.
For example, using in Jupyter will result in errors that are net helpful in working around the issue.