Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

stve/gstock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GStock

GStock is a really simple ruby library for retrieving stock quotes from Google's unofficial quote API.

Installation

$ (sudo) gem install gstock

Usage

require "rubygems"
require "gstock"

# Get a quote
puts GStock.quote("AAPL").last

If an invalid quote is passed in, GStock will respond by raising a GStock::NotFound exception.

About

A simple API wrapper for google finance stock quotes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages