Skip to content

Instantly share code, notes, and snippets.

View AseelAmr's full-sized avatar
🎯
Focusing

Aseel_Omar AseelAmr

🎯
Focusing
  • Aseel Company
  • Detroit
View GitHub Profile
@AseelAmr
AseelAmr / all.py
Created January 14, 2023 23:54 — forked from shashankvemuri/all.py
all of the code
import pandas as pd
import numpy as np
from bs4 import BeautifulSoup as soup
from urllib.request import Request, urlopen
pd.set_option('display.max_colwidth', 25)
# Input
symbol = input('Enter a ticker: ')
print ('Getting data for ' + symbol + '...\n')