This PR introduces significant enhancements to the NSE Data Toolkit module, focusing on the retrieval of essential data for equities and indices. Here are the key changes:
New Methods Added:
Corporate Actions Retrieval: Introduced a method in nse_equities.py to fetch corporate actions data for equities from the NSE API.
India VIX Data Retrieval: Implemented a method in nse_indices.py to obtain historical India VIX data from the NSE API.
Introduction of Helper File:
A new helper file, helper.py, has been added within the data_toolkit/nse package. This file contains utility methods to assist in data retrieval and processing tasks.
Description:
This PR introduces significant enhancements to the NSE Data Toolkit module, focusing on the retrieval of essential data for equities and indices. Here are the key changes:
New Methods Added:
Corporate Actions Retrieval: Introduced a method in nse_equities.py to fetch corporate actions data for equities from the NSE API.
India VIX Data Retrieval: Implemented a method in nse_indices.py to obtain historical India VIX data from the NSE API. Introduction of Helper File:
A new helper file, helper.py, has been added within the data_toolkit/nse package. This file contains utility methods to assist in data retrieval and processing tasks.