Fetching options data from NASDAQ website with Python
This article is originally published at https://quantcorner.wordpress.comBelow is a piece of Python code allowing to download option chains from NASDAQ website. It is basically a big function relying heavily on BeautifulSoup and wrapped into a class (‘c’est chic’). User provides the ticker, expiry and a some other arguments. He is then returned a pandas.DataFrame object containing options data. Notice that I wrote this piece of code for some […]
Thanks for visiting r-craft.org
This article is originally published at https://quantcorner.wordpress.com
Please visit source website for post related comments.