devfinwiz / Fin-Maestro-Kin

Seamless Finance: Docker-Deployed APIs for Smart Investments. [WORK IN PROGRESS]
https://fin-maestro-kin.apidog.io/
MIT License
69 stars 10 forks source link

Enhancements to NSE Data Toolkit #19

Closed devfinwiz closed 9 months ago

devfinwiz commented 9 months ago

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.