Assignment Instructions/ Description
or this link : https://yahoo-finance15.p.rapidapi.com/api/v1/sec/form4 Write Python code to interact with the API and fetch the necessary data for your visualization. Ensure that you handle any authentication requirements or rate limits, if applicable. Use Python's data visualization libraries, such as Matplotlib, Seaborn, Plotly, or any other library of your choice, to create compelling visualizations based on the data you retrieved. Aim to represent the data in a visually appealing and informative manner. Consider using appropriate chart types (e.g., bar graphs, line plots, scatter plots, heatmaps, etc.) based on the nature of your data and the insights you want to convey. Along with your code, include a brief write-up explaining the data source, your motivation behind choosing it, the steps taken to fetch the data, and an analysis of the insights gained from the visualizations.