---
name: "xpay-brand-dev-brand-dev-retrieve-brand-data-by-isin"
description: "Retrieve brand information using an ISIN (International Securities Identification Number). This endpoint looks up the company associated with the ISIN and returns its brand data."
version: "1.0.0"
price: "$0.06/call"
provider: "Brand.dev API"
---

# Brand Dev Retrieve Brand Data By Isin

Retrieve brand information using an ISIN (International Securities Identification Number). This endpoint looks up the company associated with the ISIN and returns its brand data.

**Provider:** Brand.dev API
**Price:** $0.06/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to retrieve brand information using an isin (international securities identification number). this endpoint looks up the company associated with the isin and returns its brand data.. This is part of the Brand.dev API provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 12+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("brand-dev/brand-dev_retrieve_brand_data_by_isin")`
2. **`xpay_run`** — Execute: `xpay_run("brand-dev/brand-dev_retrieve_brand_data_by_isin", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `force_language` | string | No | Optional parameter to force the language of the retrieved brand data. |
| `maxSpeed` | boolean | No | Optional parameter to optimize the API call for maximum speed. When set to true, the API will skip time-consuming operations for faster response at the cost of less comprehensive data. |
| `isin` | string | Yes | ISIN (International Securities Identification Number) to retrieve brand data for (e.g., 'AU000000IMD5', 'US0378331005'). Must be exactly 12 characters: 2 letters followed by 9 alphanumeric characters and ending with a digit. |
| `timeoutMS` | integer | No | Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes). |

## Pricing

- **Cost:** $0.06/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Brand.dev API (all tools)](https://xpay.tools/skills/brand-dev/SKILL.md) — 13 tools
- [Brand Dev Retrieve Brand Data By Domain](https://xpay.tools/skills/brand-dev/brand-dev-retrieve-brand-data-by-domain/SKILL.md) — $0.06/call
- [Brand Dev Retrieve Brand Data By Company Name](https://xpay.tools/skills/brand-dev/brand-dev-retrieve-brand-data-by-company-name/SKILL.md) — $0.06/call
- [Brand Dev Extract Fonts From Website](https://xpay.tools/skills/brand-dev/brand-dev-extract-fonts-from-website/SKILL.md) — $0.06/call
- [Brand Dev Identify Brand From Transaction Data](https://xpay.tools/skills/brand-dev/brand-dev-identify-brand-from-transaction-data/SKILL.md) — $0.06/call
- [Brand Dev Retrieve Naics Code For Any Brand](https://xpay.tools/skills/brand-dev/brand-dev-retrieve-naics-code-for-any-brand/SKILL.md) — $0.06/call

## Links

- Tool page: https://xpay.tools/brand-dev/brand-dev-retrieve-brand-data-by-isin/
- Provider: https://xpay.tools/brand-dev/
- All tools: https://xpay.tools/explore
