/NasdaqInfo

A short method to scrape the list of ticker changes published by the Nasdaq. A second method to scrape the list of stocks that risk being delisted from the Nasdaq.

Primary LanguagePython

This module scrapes some information from the Nasdaq: 1) The list of tickers that changed recently published by the Nasdaq and returns the result as a dataframe or dictionary. 2) The list of non compliant stocks (risking to be delisted) returned as an object with dataframe attributes. Dependencies: Pandas, requests, random, time, and selenium.