bratergit / lastChanceHackertoberfest

In the final hours of hacktoberfest 2024 your last chance to get a tee
3 stars 5 forks source link

Automating Stock Market Data Collection #9

Open bratergit opened 2 weeks ago

bratergit commented 2 weeks ago

Description:

Create a Python script to automate the collection of stock market data using a public API (e.g., Alpha Vantage, Yahoo Finance). The script should allow the user to specify a stock ticker and date range, and return relevant financial data (e.g., opening, closing prices, volume). Ensure proper error handling and logging.

zrc198 commented 2 weeks ago

Hi. I have a solution. Created pr.

bratergit commented 2 weeks ago

Hi my friend a star is also needed to spread the word!!

Yeashu commented 2 weeks ago

Hi! I have added an option to save the downloaded data to preferred directory as an csv. I also want to add a feature that automatically updates all the downloaded or specified csv to latest data (or specified date).

I have created a pr for data saving csv one, i if you could merge it and give me a go ahead i will sart working on the updating feature