The ISIN Code VS Code extension displays the name and type of an ISIN code.
📟 Displays the name and type of an ISIN code on hover.
The extension makes use of the OpenFIGI API to retrieve information based on an ISIN Code.
The API has a rate limiting policy:
Type of limitation | Without API Key | With API Key |
---|---|---|
Number of requests you could make per minute | 5 | 250 |
If you wish to get an API Key, sign-up to OpenFIGI (free, requires an institutional email adress, i.e. no GMail) and go to the API page: your API Key will be displayed.
isin-code.OpenFIGIAPIKey
: Add your OpenFIGI API Key.
- Removed unnecessary regex match for better performance
- Added more file types (Python, R)
Functional hover box with basic info on ISIN code 🎉