Skip to content

Instantly share code, notes, and snippets.

View ubuntupunk's full-sized avatar
:octocat:
making coffee

DavDev Yes ubuntupunk

:octocat:
making coffee
View GitHub Profile
@ddd1600
ddd1600 / yahoo_finance.rb
Created September 26, 2012 02:17
My repurposed yahoo-finance gem -- dumped it straight in my rails lib folder
require 'open-uri'
require 'csv'
class YahooFinance
# VERSION = '0.1.0'
COLUMNS = {
:ask => "a",
:average_daily_volume => "a2",