Socket
Socket
Sign inDemoInstall

yahoo-nse-api

Package Overview
Dependencies
7
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    yahoo-nse-api

A Yahoo API Wrapper for getting quotes from the national stock exchance (NSE)


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
493 kB
Created
Weekly downloads
 

Readme

Source

NSE Quotes API

npm version

I made this wrapper for easing my personal projects. It is a simple wrapper for the Yahoo Finance API. It is not an official API.

Features

  • Get latest quotes of single NSE stock ✨.
  • Get latest quotes of multiple NSE stocks 🚀.
  • Typescript support 🎉.

Installation

npm install nse-quotes-api

Usage

const { getMultipleLTPs } = require("nse-quotes-api");

// Get quotes of single stock
const data = getLTP("INFY");

// Get quotes of multiple stocks
const data = getMultipleLTPs(["TCS", "INFY"]);

Keywords

FAQs

Last updated on 22 May 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc