Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Challenge: Plot Portfolio and Asset Growth | Investment Metrics and Portfolio Analysis
Python for Investors

bookChallenge: Plot Portfolio and Asset Growth

Завдання

Swipe to start coding

You are given a pandas DataFrame containing monthly returns for three assets and a portfolio. Your task is to:

  • Calculate cumulative returns for each asset and the portfolio, starting at 1.0 and using the cumulative product of (1 + monthly return) for each series.
  • Plot all four cumulative return series on a single chart using matplotlib.
  • Add clear labels for each line, include a legend, and add an informative chart title.
  • Visually highlight (e.g., with shading or annotation) any period where the portfolio's cumulative return is higher than all three individual assets.
  • Display the plot.

Use only the provided libraries and do not modify the DataFrame structure or values.

Рішення

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 5
single

single

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

close

bookChallenge: Plot Portfolio and Asset Growth

Свайпніть щоб показати меню

Завдання

Swipe to start coding

You are given a pandas DataFrame containing monthly returns for three assets and a portfolio. Your task is to:

  • Calculate cumulative returns for each asset and the portfolio, starting at 1.0 and using the cumulative product of (1 + monthly return) for each series.
  • Plot all four cumulative return series on a single chart using matplotlib.
  • Add clear labels for each line, include a legend, and add an informative chart title.
  • Visually highlight (e.g., with shading or annotation) any period where the portfolio's cumulative return is higher than all three individual assets.
  • Display the plot.

Use only the provided libraries and do not modify the DataFrame structure or values.

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 5
single

single

some-alt