market_analysis.cli

Command-line interface for the market_analysis project.

This module provides a CLI entry point that allows users to fetch asset data and compute summary statistics over a specified date range.

Module Contents

Functions

main

Execute the command-line interface.

API

market_analysis.cli.main() None

Execute the command-line interface.

Parses user-provided tickers and date range arguments, loads historical data, and prints summary statistics for each asset.

Returns

None