validate_isin
ActiveTool of Qiniso
USE THIS to verify an ISIN (international securities identifier) before relying on it — never assume a 12-character code is valid. Checks the format and the ISO 6166 Luhn check digit, and returns the country code. Call this when a user supplies a security/instrument identifier.
Parameters schema
{
"type": "object",
"required": [
"isin"
],
"properties": {
"isin": {
"type": "string",
"description": "The 12-character ISIN, e.g. US0378331005."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries