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

"Enhancement: Introduce New NSE Equities API Functionalities for Historical Data Retrieval" #9

Closed devfinwiz closed 9 months ago

devfinwiz commented 9 months ago

This pull request introduces several new functionalities to enhance the capabilities of the API. The additions include methods for fetching historical data on bulk deals, block deals, short-selling, most active securities, advances and declines, and monthly settlement statistics for both the capital market and futures & options.

Changes Made:

  1. Bulk Deals Archives Endpoint: /equities/bulk-deals-archives Usage: GET /equities/bulk-deals-archives?start_date=&end_date= Fetches historical bulk deals data within a specified date range.

  2. Block Deals Archives Endpoint: /equities/block-deals-archives Usage: GET /equities/block-deals-archives?start_date=&end_date= Fetches historical block deals data within a specified date range.

  3. Short Selling Archives Endpoint: /equities/short-selling-archives Usage: GET /equities/short-selling-archives?start_date=&end_date= Fetches historical short-selling data within a specified date range.

  4. Monthly Most Active Securities Endpoint: /equities/most-active-securities Usage: GET /equities/most-active-securities Fetches monthly data on the most active securities.

  5. Monthly Advances and Declines Endpoint: /equities/advances-declines Usage: GET /equities/advances-declines?year= Fetches monthly data on advances and declines for a specific year.

  6. NSE Capital Market Monthly Settlement Stats Endpoint: /equities/monthly-settlement-stats/capital-market Usage: GET /equities/monthly-settlement-stats/capital-market?financial_year= Fetches monthly settlement statistics for the capital market within a specified financial year.

  7. NSE FNO Monthly Settlement Stats Endpoint: /equities/monthly-settlement-stats/fno Usage: GET /equities/monthly-settlement-stats/fno?financial_year= Fetches monthly settlement statistics for futures & options within a specified financial year.