Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Import daily historical prices (Open,Low,High,Close,Volume,Adj Close) of Commonwealth Bank of Australia (CBA.AX) in the past 5 years, store it in a DataFrame and complete the

Import daily historical prices (Open,Low,High,Close,Volume,Adj Close) of Commonwealth Bank of Australia (CBA.AX) in the past 5 years, store it in a DataFrame and complete the following tasks:


a. Return the first 10 rows of the DataFrame. 

b. Return the last 8 rows of the DataFrame. 

c. Compute daily returns (using Adj Close) during the period. Store the data in a new variable and plot the returns with the following styles "(kind = 'line',title= 'CBA daily stock returns ', ylabel='Return', figsize = (12,8))". 

d. Calculate the total return that investors would earn if they invested in CBA 5 years ago (according to the latest date in your dataframe). Round up to 2 decimal places and display the output. 

Step by Step Solution

3.58 Rating (155 Votes )

There are 3 Steps involved in it

Step: 1

This question requires the use of a programming language such as Python or R to extract data from an external source and carry out some specific tasks ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Management Science

Authors: Bernard W. Taylor

11th Edition

132751917, 978-0132751919

More Books

Students also viewed these Finance questions