Skip to content

fork and extension of the original gem from Greg Winn., folding into the stockade toolset

Notifications You must be signed in to change notification settings

OpenGotham/ystock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ystock

Get stock information from Yahoo Finance

Install

gem install ystock

Add it to your Gemfile

gem ‘ystock’

Usage

This gem uses Yahoo Finance (yahoo.finance.com) to get stock quotes. Remember the delay is up to 20 mins.

stock = ‘aapl’ Ystock.get_stock(stock) # Returns an array #### # :symbol # :price # :change # :volume Get multiple stock information at once.

Ystock.find([‘aapl’, ‘goog’, ‘lcre’])

Build by

Greg Winn

About

fork and extension of the original gem from Greg Winn., folding into the stockade toolset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages