Question: Create a new python program using your last name as the file name ( for example, mine would be called swartzlander.py ) . Determine the

Create a new python program using your last name as the file name (for example, mine would be
called swartzlander.py). Determine the ticker value for a company of your choice and store it in a
variable in python. The company must exist in the Alpha Vantage api and have stock price data
for at least 100 trading days. Display the value stored in the variable for the ticker symbol.
2. Using the alpha_vantage library in python, pull the daily stock price data for the last 100 trading
days for your chosen company into a dataframe and display the first and last 5 rows in the resulting
dataframe

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!