Graphical symbols for identification of specific securities labeled by the 12-digit code, ISIN.
📦 Node.js,
🌐 Web,
📜 Files,
📰 Docs.
This is part of the extra-isin project, and includes all available logos of securities in India. Details of securities are obtained from FYERS symbol master files, and PNG files are fetched from Groww CDN.
This package is available in both Node.js and Web formats. The web format
is exposed as extra_isin_logos
standalone variable and can be loaded from
jsDelivr CDN.
Stability: Experimental.
const isin_logos = require('@extra-isin/logos');
isin_logos.path('INE062A01020');
//→ C:\Documents\logos\data\INE062A01020.jpeg
isin_logos.unpkgUrl('INE062A01020');
//→ https://unpkg.com/@extra-isin/logos/data/INE062A01020.png
isin_logos.jsDelivrUrl('INE062A01020');
//→ https://cdn.jsdelivr.net/npm/@extra-isin/logos/data/INE062A01020.png
Property | Description |
---|---|
path | Get local path of a security's logo. |
unpkgUrl | Get UNPKG URL of a security's logo. |
jsDelivrUrl | Get jsDelivr URL of a security's logo. |