Skip to content

๐Ÿ†” International Securities Identification Number (ISIN) generator

License

Notifications You must be signed in to change notification settings

thomaschaplin/isin-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

isin-generator

npm (scoped) GitHub issues GitHub forks GitHub stars GitHub license

Generate a random ISIN

An International Securities Identification Number (ISIN) is a code that uniquely identifies a specific securities issue. The organization that allocates ISINs in any particular country is the country's respective National Numbering Agency (NNA).

Install

npm i @thomaschaplin/isin-generator

Usage

ES5

const generateIsin = require('@thomaschaplin/isin-generator')
console.log(generateIsin.isinGenerator()) // US112091HZ96

or

const { isinGenerator } = require('@thomaschaplin/isin-generator')
console.log(isinGenerator()) // XS2841269504

ES6

import { isinGenerator } from '@thomaschaplin/isin-generator')
console.log(isinGenerator()) // US362159GW90

License

MIT

About

๐Ÿ†” International Securities Identification Number (ISIN) generator

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published