iso-10383
v1.0.1
Published
ISO-10383
Downloads
7
Maintainers
Readme
ISO - 10383
List of ISO-10383 Market Identification Codes (MIC) and relevant data.
##Build (get updated MIC data)
npm run build
##Usage
import {mics, data} from 'iso-10383'
console.log(mics) //array of mics
console.log(data['XNYS']) //XNYS data
##Test
npm test
##License
See the LICENSE file for license rights and limitations (MIT).