1.0.4 • Published 12 months ago

nse-quotes-api v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago