# Taiwan Market Signal - Latest Company Signal

> Taiwan Market Signal - Latest Company Signal is a paid API for AI agents from taiwan-market-signal.bytoken2023.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the latest official market data, monthly revenue, and disclosure signals for a single Taiwan Stock Exchange or OTC listed company by security code.

## Facts

- Endpoint: GET https://taiwan-market-signal.bytoken2023.workers.dev/v1/x402/company/:code/latest-signal
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/taiwan-market-signal-latest-company-signal-8d72e877
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PCsxGQh7L2voiMKJMFbSY

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability taiwan-market-signal-latest-company-signal-8d72e877
```

Example prompt: What's the latest official market signal, monthly revenue, and any disclosure updates for Taiwan-listed company with stock code 2330?

## When to prefer this

Use this endpoint when you need the latest combined market, revenue, and disclosure signal for a specific Taiwan-listed company by its numeric stock code. Prefer this over generic financial APIs when you specifically need Taiwan TWSE or OTC company data with official monthly revenue disclosures integrated into a single signal call.

## Known failure modes

- Invalid or non-existent company code (not 4-6 digits) returns validation error
- Company code not listed on Taiwan exchanges returns empty or 404 response
- Payment of $0.02 USDC not provided or rejected results in 402 Payment Required
- Upstream Taiwan market data source unavailable causes service error
- Stale data if official disclosure feeds are delayed

## How this service works

Latest official market, monthly revenue, and disclosure signal for one Taiwan-listed company.

## Output

Returns a structured response containing the latest market signal, monthly revenue figures, and official disclosure data for the specified Taiwan-listed company, along with schema version metadata. The response reflects the most recent available official data for that security.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "code"
     ],
     "properties": {
      "code": {
       "type": "string",
       "pattern": "^[0-9]{4,6}$",
       "description": "Taiwan-listed company security code."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "product": {
       "type": "string"
      },
      "schema_version": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/taiwan-market-signal-latest-company-signal-8d72e877/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from taiwan-market-signal.bytoken2023.workers.dev](https://www.zero.xyz/host/taiwan-market-signal.bytoken2023.workers.dev/llms.txt)
