Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodef/extra-isin--logos
Graphical symbols for identification of specific securities labeled by the 12-digit code, ISIN.
https://github.com/nodef/extra-isin--logos
extra finance isin js-delivr-url logos market path stock unpkg-url
Last synced: 25 days ago
JSON representation
Graphical symbols for identification of specific securities labeled by the 12-digit code, ISIN.
- Host: GitHub
- URL: https://github.com/nodef/extra-isin--logos
- Owner: nodef
- License: mit
- Created: 2022-05-05T16:55:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T20:05:02.000Z (over 2 years ago)
- Last Synced: 2024-11-12T21:42:58.385Z (about 1 month ago)
- Topics: extra, finance, isin, js-delivr-url, logos, market, path, stock, unpkg-url
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@extra-isin/logos
- Size: 5.32 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Graphical symbols for identification of specific securities labeled by the 12-digit code, ISIN.
📦 [Node.js](https://www.npmjs.com/package/@extra-isin/logos),
🌐 [Web](https://www.npmjs.com/package/@extra-isin/logos.web),
📜 [Files](https://unpkg.com/@extra-isin/logos/),
📰 [Docs](https://nodef.github.io/extra-isin/).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](https://www.youtube.com/watch?v=L1j93RnIxEo).
[jsDelivr CDN]: https://cdn.jsdelivr.net/npm/@extra-isin/logos.web/index.js
```javascript
const isin_logos = require('@extra-isin/logos');isin_logos.path('INE062A01020');
//→ C:\Documents\logos\data\INE062A01020.jpegisin_logos.unpkgUrl('INE062A01020');
//→ https://unpkg.com/@extra-isin/logos/data/INE062A01020.pngisin_logos.jsDelivrUrl('INE062A01020');
//→ https://cdn.jsdelivr.net/npm/@extra-isin/logos/data/INE062A01020.png
```
## Index
| 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. |
## References
- [FYERS Symbol master files][symbol master files]
- [FYERS Securities Pvt Ltd (FYERS)][FYERS]
- [Nextbillion Technology Pvt Ltd (Groww)][Groww]
[![](https://img.youtube.com/vi/0uYnj1i1EQw/maxresdefault.jpg)](https://www.youtube.com/watch?v=0uYnj1i1EQw)
[FYERS]: https://fyers.in
[Groww]: https://groww.in
[extra-isin]: https://github.com/nodef/extra-isin
[securities]: https://www.investopedia.com/terms/s/security.asp
[symbol master files]: https://myapi.fyers.in/docs/#tag/Broker-Config/paths/~1Broker%20Config/post
[path]: https://nodef.github.io/@extra-isin/logos/modules.html#path
[unpkgUrl]: https://nodef.github.io/@extra-isin/logos/modules.html#unpkgUrl
[jsDelivrUrl]: https://nodef.github.io/@extra-isin/logos/modules.html#jsDelivrUrl