Sha256: 714e1802a98aaf06e3a18094033b6d77eac8f9fe00f5c454732a0714e17c8fa8
Contents?: true
Size: 858 Bytes
Versions: 1
Compression:
Stored size: 858 Bytes
Contents
class StockIndex ATTRIBUTES = { '^DJI' => { name: 'DOW JONES INDUSTRIAL AVERAGE', url: 'http://en.wikipedia.org/wiki/Dow_Jones_Industrial_Average' }, '^GSPC' => { name: 'S&P 500', url: 'http://en.wikipedia.org/wiki/List_of_S%26P_500_companies' }, '^NDX' => { name: 'NASDAQ 100', url: 'https://indexes.nasdaqomx.com/Index/Weighting/NDX' }, '^N225' => { name: 'NIKKEI 225', url: 'http://indexes.nikkei.co.jp/en/nkave/index/component?idx=nk225' }, '^STOXX50E' => { name: 'EURO STOXX 50', url: 'http://www.stoxx.com/indices/index_information.html?symbol=SX5E' }, '^FTSE' => { name: 'FTSE 100', url: 'http://www.londonstockexchange.com/exchange/prices-and-markets/stocks/indices/summary/summary-indices-constituents.html?index=UKX' } } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stock_index-0.5.0 | lib/stock_index/attributes.rb |