taiwan_margin_balance

Pack: taiwan-stocks · Endpoint: https://gateway.pipeworx.io/taiwan-stocks/mcp

Margin financing (融資) and short-sale (融券) balances for a Taiwan-listed stock, with the day’s buys, sells, covering and the exchange quota. Rising margin balance means leveraged retail buying; rising short balance against a flat price is the classic squeeze setup. Answers “margin balance on 2330”, “how heavily shorted is this Taiwanese stock”.

Parameters

NameTypeRequiredDescription
symbolsstringyesOne or more Taiwan securities, comma-separated. Codes, English abbreviations and Chinese names all resolve. Up to 20 per call.

Example call

Arguments

{
  "symbols": "2330"
}

curl

curl -X POST https://gateway.pipeworx.io/taiwan-stocks/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"taiwan_margin_balance","arguments":{"symbols":"2330"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('taiwan_margin_balance', {
  "symbols": "2330"
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "taiwan-stocks": {
      "url": "https://gateway.pipeworx.io/taiwan-stocks/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 21, 2026