
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
NSEazy Is A Python Library To Get Publicly Available Data NSE India and NIFTY Indices
pip install --upgrade nseazy
This repository, DrChandrakant/NSEazy
, contains a new NSE (National Stock Exchange) API that makes fetching financial nse listed companies easier. It interfaces nicely with Pandas DataFrames.
More importantly, the NSEazy API automatically does the extra work that the user previously had to do "manually" with the other API. .
The conventional way to import the new API is as follows:
import nseazy as nse
The most common usage is then to call
nse.help('show_data')
where the help
method and show_data
function for which the user seeks help.
data_required = {'Info' : True } # LTP : True By Default
nse.show_data('L&T',data_required)
Details on how to call the new API can be found below under Basic Usage, as well as in the jupyter notebooks in the examples folder.
I am very interested to hear from you regarding what you think of the new NSE API nseazy
, plus any suggestions you may have for improvement. You can reach me at DrChandrakant.github@gmail.com or, if you prefer, provide feedback or a ask question on our issues page.
FAQs
Utilities for the NSE India API
We found that nseazy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.