Question 1
What function is used to create a ticker object in yfinance?
Question 2
What attribute of the ticker object in yfinance provides the 200-day moving average?
Question 3
To get detailed information about a stock in yfinance, which attribute of the ticker object should be called?
Question 4
What is one key benefit of using subplots in visualizing stock analysis?
Question 5
Which fundamental metric is associated with a measure of a company's profitability relative to its share price?
Question 6
How do you set the index to the 'symbol' column in pandas?
Question 7
How do you extract a list of ticker symbols from a scraped Wikipedia table?
Question 8
Which Python library is primarily used for manipulating and analyzing data structures, especially DataFrames?
Question 9
Which visualization library function can be customized for color and labels to improve readability?
Question 10
What Python function is used to transform a list of dictionaries into a DataFrame?
Question 11
Which method of data storage is recommended for improved efficiency when handling information about multiple stocks?
Question 12
Which Python library is used for data visualization in fundamental analysis of stocks?
Question 13
When collecting financial data for the Dow Jones index, where can you scrape ticker symbols from?
Question 14
Which Python library is primarily used for obtaining fundamental stock information?
Question 15
What type of plot is used to visually compare dividend yields across multiple stocks?