Project

nse1

0.0
No commit activity in last 3 years
No release in over 3 years
NSE (National Stock Exchange of India) equity stock data from www.nseindia.com. Originally developed for www.tradeoo.in
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

 Project Readme

Nse1

A Ruby gem for equity stock data from www.nseindia.com. Originally developed for www.tradeoo.in visit --> https://github.com/ankitagarwal248/NSE1

Installation

Add this line to your application's Gemfile:

gem 'nse1'

And then execute:

$ bundle

Or install it yourself as:

$ gem install nse1

Usage

Nse1::Stock.nifty
Nse1::Stock.list

a = Nse1::Stock.new("COX&KINGS")

 a.symbol
 a.last
 a.sector
 a.fullname
 a.lastUpdateTime
 a.change
 a.volume
 a.openPrice
 a.low52
 a.previousClose
 a.high52
 a.dayHigh
 a.dayLow
 a.fulljson

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request