8000 GitHub - ujjawal/bsequote: 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
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from mayanks/bsequote

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

License

Notifications You must be signed in to change notification settings

ujjawal/bsequote

 
 

Folders and files

Nam 9F57 eName
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
0