Sha256: 6ef29ee58a26a104383ee3d16a6f8b0f991034f6127e915946bcc0a389a69794
Contents?: true
Size: 909 Bytes
Versions: 1
Compression:
Stored size: 909 Bytes
Contents
class StockIndex INDICES = { '^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: 'http://en.wikipedia.org/wiki/NASDAQ-100' }, '^N225' => { name: 'NIKKEI 225', url: 'http://indexes.nikkei.co.jp/en/nkave/index/component?idx=nk225', wikipedia_url: 'http://en.wikipedia.org/wiki/Nikkei_225' }, '^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.7.0 | lib/stock_index/indices.rb |