nse-quotes-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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"]);

Package Sidebar

Install

npm i nse-quotes-api

Weekly Downloads

18

Version

1.0.4

License

MIT

Unpacked Size

8.97 kB

Total Files

6

Last publish

Collaborators

  • devagam