README.md in stock_index-0.6.0 vs README.md in stock_index-0.7.0
- old
+ new
@@ -23,12 +23,12 @@
| Symbol | Index Name | Reference page |
| ------ | ---------- | -------------- |
| ^DJI | DOW JONES INDUSTRIAL AVERAGE | http://en.wikipedia.org/wiki/Dow_Jones_Industrial_Average |
| ^GSPC | S&P 500 | http://en.wikipedia.org/wiki/List_of_S%26P_500_companies |
-| ^NDX | NASDAQ 100 | http://en.wikipedia.org/wiki/NASDAQ-100 |
-| ^N225 | NIKKEI 225 | http://indexes.nikkei.co.jp/en/nkave/index/component?idx=nk225 |
+| ^NDX | NASDAQ 100 | https://indexes.nasdaqomx.com/Index/Weighting/NDX<br/>http://en.wikipedia.org/wiki/NASDAQ-100 |
+| ^N225 | NIKKEI 225 | http://indexes.nikkei.co.jp/en/nkave/index/component?idx=nk225<br/>http://en.wikipedia.org/wiki/Nikkei_225 |
| ^STOXX50E | EURO STOXX 50 | http://www.stoxx.com/indices/index_information.html?symbol=SX5E |
| ^FTSE | FTSE 100 | http://www.londonstockexchange.com/exchange/prices-and-markets/stocks/indices/summary/summary-indices-constituents.html?index=UKX |
## Usage
@@ -41,22 +41,22 @@
{
:market => 'XNYS',
:symbol => 'MMM',
:name => '3M CO',
:wikipedia => 'http://en.wikipedia.org/wiki/3M',
- :cik => '66740',
+ :cik => '0000066740',
:bbgid => 'BBG000BP52R2'
}
```
| Key | Description |
| ----------| ----------- |
| market | Market symbol according to [ISO 10383](https://github.com/javiervidal/mic) |
| symbol | Component symbol |
| name | Component name according to [Bloomberg Open Symbology](http://bsym.bloomberg.com/sym/) |
| wikipedia | Link to the wikipedia page of the component |
-| cik | Component CIK (Central Index Key) assigned to the company by the SEC |
+| cik | Component CIK (Central Index Key) assigned to the company by the SEC. Only for US components. |
| bbgid | BBGID (Bloomberg Security Identifier) according to [Bloomberg Open Symbology](http://bsym.bloomberg.com/sym/)|
The name and cik are obtained querying the [EDGAR database](http://www.sec.gov/edgar/searchedgar/companysearch.html).
The bbgid is obtained from [Bloomberg Open Symbology predefined files](http://bsym.bloomberg.com/sym/).
@@ -68,9 +68,15 @@
1. Fork it ( http://github.com/javiervidal/stock_index/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
+
+## Code Status
+
+[![Gem Version](http://img.shields.io/badge/gem-v0.7.0-blue.svg)](https://rubygems.org/gems/stock_index)
+[![Build Status](https://travis-ci.org/javiervidal/stock_index.svg?branch=master)](https://travis-ci.org/javiervidal/stock_index)
+[![Coverage Status](https://coveralls.io/repos/javiervidal/stock_index/badge.png?branch=master)](https://coveralls.io/r/javiervidal/stock_index?branch=master)
## Copyright
Copyright (c) 2014 – ∞ Javier Vidal
\ No newline at end of file