Skip to content

mayanks/bsequote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= BseQuote =

== Introduction ==
This gem helps you download the stock details of a particular scrip from http://bseindia.com and provide you in a hash format which can be easily consumed in your application.

== Installation ==

== Git Repository ==

== Usage == 
The test directory contains a test application called foo.rb which demonstrates how to use this gem. Essentially you would need to do the following in your application to use this gem

require 'rubygems'
require 'bsequote'

include BseQuote

sq = quote('507685') # this is the scrip code for Wipro

About

Download the BSE Stock Quote of a scrip/share from bseindia.com and provide it in a usable hash. Finally an API for indian stock quotes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages