# China/Hong Kong Business News via SCMP RSS

> China/Hong Kong Business News via SCMP RSS is a paid API for AI agents from finance-api.kdlcfa.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the latest China and Hong Kong business news headlines, summaries, and links sourced from the South China Morning Post (SCMP) Business RSS feed

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/china-market-news
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/china-hong-kong-business-news-via-scmp-rss-0ba1c086
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B1gy5krk-aSIwLOWwonQm

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 china-hong-kong-business-news-via-scmp-rss-0ba1c086
```

Example prompt: Can you pull the latest China and Hong Kong business news headlines from South China Morning Post for me?

## When to prefer this

Choose this endpoint when you need current China or Hong Kong business and financial news headlines in real time, specifically from the South China Morning Post, which is a leading English-language source for Greater China business coverage. Prefer this over generic news APIs when the user explicitly needs Asia-focused or China/HK-specific business news.

## Known failure modes

- SCMP RSS feed temporarily unavailable — returns an error or empty response
- RSS feed stale or not updated — returns older headlines
- Payment not processed — 402 response requiring x402 payment
- Rate limiting or worker timeout on the Cloudflare Workers side

## How this service works

Latest China/Hong Kong business news via South China Morning Post (SCMP) Business RSS (titles, short summaries, and links only)

## Output

A list of recent business news items from SCMP's Business RSS feed, each containing a headline/title, a short summary or description, and a link to the full article on SCMP.com.

## 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"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/china-hong-kong-business-news-via-scmp-rss-0ba1c086/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from finance-api.kdlcfa.workers.dev](https://www.zero.xyz/host/finance-api.kdlcfa.workers.dev/llms.txt)
