This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from bs4 import BeautifulSoup | |
from datetime import timedelta | |
import pandas as pd | |
import pandas_market_calendars as mcal | |
import requests | |
import time | |
# ---------------------------------------------- | |
# Scrape NASDAQ 100 stock ticker names from wiki | |
# ---------------------------------------------- |