You're viewing a demo portfolio

Join the waitlist
PRSM

validate_isin

Active

Tool of Qiniso

declared in 0.5.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Qiniso

https://github.com/qinisolabs/qiniso

1/7 registries
View full server →