Separate GetQuoteData into GetFullQuoteData and GetBasicQuoteData. The difference is that GetFullQuoteData also returns the special sections (Analyst Recommendations, News, Insider Trading, Description, Chart) in its DataFrame.
Add specific methods for each special quote section, i.e. GetInsiderTrading, GetNews, GetAnalystRecommendations, GetDescription, GetChart.
GetQuoteData
intoGetFullQuoteData
andGetBasicQuoteData
. The difference is thatGetFullQuoteData
also returns the special sections (Analyst Recommendations, News, Insider Trading, Description, Chart) in its DataFrame.GetInsiderTrading
,GetNews
,GetAnalystRecommendations
,GetDescription
,GetChart
.