Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Automated Market Impact Report | Retrieving and Reporting Financial Data
Python for Accountants
セクション 3.  4
single

single

bookChallenge: Automated Market Impact Report

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

Automate the process of generating a simple market impact report for a given stock symbol using real financial data.

  • Complete the market_impact_report(symbol) function.
  • Use the provided fetch_market_data(symbol) function to retrieve the last 5 business days of closing prices and volume for the given stock symbol.
  • Calculate the following metrics from the data:
    • The average closing price over the period;
    • The total trading volume over the period;
    • The maximum closing price over the period.
  • Return a dictionary with keys 'average_close', 'total_volume', and 'max_close', with their corresponding computed values.
  • Do not modify the fetch_market_data function.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  4
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt