Skip to content

OpenGotham/ystock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get stock information from Yahoo Finance

Install¶ ↑

gem install ystock

Add it to your Gemfile

gem ‘ystock’

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