SuperTrend K — 股市起漲K線 API integration & OpenData services

Protocol analysis, broker-holding sync, K-line signal export and compliant data pipelines for com.cmoney.supertrendk and the wider Taiwan equities ecosystem.

From $300 · Pay-per-call available
OpenData · OpenFinance · TWSE / OTC · Broker chip flow · K-line signals

Turn the SuperTrend K "mad-dog flow" engine into APIs your trading desk and analytics stack can actually consume

SuperTrend K (package com.cmoney.supertrendk, by CMoney Inc.) is a popular Taiwan-stock signal app — version 1.29.1 was published in January 2026, and it carries a 4.89-star rating from over 11,000 reviewers on Google Play. Its real value is not the UI, it is the data behind it: AI breakout detections across every TWSE/OTC ticker, long/short trend strength lines, broker chip-flow positions, and a discussion stream tied to specific symbols.

K-line signal export — Stream the "rising signal" alerts (uptrend breakout, range break, V-shape reversal) into your own dashboards, Slack/Line/Telegram bots, or a quant backtest pipeline.
Broker chip-flow sync — Mirror the broker-inventory monitor: holdings deltas per ticker, top-buyer / top-seller branch concentration, and bull/bear chip ratios pushed via webhook.
Watchlist & portfolio bridges — Round-trip watchlists and imported broker positions between SuperTrend K and your in-house OMS or spreadsheet, with the same sort, tag, and alert rules.

Why SuperTrend K is interesting from an OpenData angle

Generic Taiwan market data — last-trade price, volume, OHLC — is already available through the official TWSE OpenAPI and via providers like FinMind, Fugle Market Data, and TEJ. SuperTrend K's edge is that it layers a derived, opinionated signal set on top of that raw feed: 9 strength indicators × 6 volume-expansion indicators rolled into a single "mad-dog flow" stock-selection score, plus broker chip-concentration math and a long-side-vs-short-side dashboard per ticker. Those signals do not exist in the public TWSE feed; they are computed server-side and pushed back into the app.

For a quant team, family-office tooling, or a roboadvisor in Taipei or Singapore, the question is rarely "can we get the price tape" — it is "can we get someone else's signal layer into our pipeline without re-implementing it from scratch." That is the gap our API integration service closes for the SuperTrend K data set, while staying inside CMoney's terms of service and Taiwan's Personal Data Protection Act.

Recent context worth knowing: CMoney's app family expanded again across 2024–2026 with chip-focused siblings such as 股市籌碼K線 and the long-running 股市大富翁 paper-trading platform, and the 1.29.1 update of SuperTrend K (published 2026-01-20 on Google Play) tightened the rising-signal model and the broker-inventory monitor. We track these app updates so the integration we ship today still works after the next release.

Feature modules we build for this app

1. Authorized account & session module

Login flow analysis (CMoney SSO + device fingerprint + session token refresh), token vault, multi-account rotation. Used to keep a long-running data agent connected without re-prompting the end user, and to bind one CMoney account to multiple downstream consumers.

2. Rising-signal stream

Captures every "AI 自動盯盤" alert — uptrend breakout, range break, V-shape reversal — plus the underlying indicator scores. Delivered as a websocket or webhook with stock_id, signal_type, score, fired_at, and last_close. Used for fast-fill discretionary desks and for backtesting signal decay.

3. Broker chip-flow connector

Daily ingest of branch-level buy/sell concentration, top-15 broker buyers and sellers, and your imported broker holdings. Used for "main force tracking" dashboards, position-risk reports, and triggering rebalancing logic when chip concentration crosses a threshold.

4. Long-vs-short multi-factor pull

Per-ticker JSON snapshot combining chip flow, price-volume, technical, and fundamental factors — the same four pillars the app surfaces in its long-short table. Used to feed a single "bias score" into proprietary screeners or PM dashboards.

5. Strong "mad-dog flow" screener API

One endpoint that runs the 9-indicator strength × 6-indicator volume screener and returns the ranked candidate list with the matching reason codes. Used in morning-briefing emails and to seed an automated paper-trading account on 股市大富翁 for forward testing.

6. Discussion-area & sentiment hooks

Authorized scraping of public threads in CMoney's investment discussion area, scoped per stock_id. Returns thread title, author hash, post timestamp, and a precomputed sentiment label. Used as an auxiliary feature in event-driven models and for catching unusual post-volume spikes ahead of price moves.

Data available for integration

The table below maps each data type to the in-app screen it comes from, the realistic granularity, and the kind of downstream task it tends to feed. We keep this honest — items marked "authorized" require either user consent or a documented public source; we do not promise data we cannot legally deliver.

Data typeSource screen / featureGranularityTypical use
Rising-signal events"AI 自動盯盤" alert feedPer-tick / event-drivenDiscretionary desk alerts, backtesting signal decay
Long/short trend strength linePer-stock detail screen1-min / 5-min / dailyTrend-following models, regime tagging
Mad-dog flow screener output"瘋狗流選股" tabEnd-of-day, ranked listMorning briefings, paper-trading seeding
Broker inventory positions"庫存股盯哨" (authorized)Daily snapshot per accountPortfolio risk, position webhooks
Branch-level chip concentrationLong-vs-short multi-factor tableDaily, per stock_idMain-force tracking, anomaly alerts
Technical indicator bundleK-line + indicator overlay1m–monthly barsQuant feature engineering
Discussion-area threads"投資討論區" (authorized)Per post, per symbolSentiment features, retail-flow proxy
Watchlist & alert rulesUser watchlistPer user, JSON exportOMS sync, multi-device handoff

Typical integration scenarios

Scenario A — Quant desk feature pipeline

Context: A Taipei-based quant fund already buys TWSE tick from Fugle Market Data but wants a derived breakout-signal feature without rebuilding the indicator stack.

Data & APIs: Rising-signal stream + technical indicator bundle + branch-level chip concentration, normalized into a unified signals_intraday Parquet partition.

OpenData mapping: Sits next to TWSE OpenAPI and FinMind feeds in the team's lakehouse, accessed through one OpenFinance-style gateway with per-key rate limits and audit logs.

Scenario B — Family-office portfolio mirror

Context: A family office holds positions across two brokers and wants the SuperTrend K "broker inventory" monitor to mirror the same book the PMs see in their internal tool.

Data & APIs: Authorized broker-holdings import + rising-signal webhook scoped to held tickers + Excel export endpoint for monthly review.

OpenData mapping: Acts as a private OpenBanking-style "consented data feed" — the user authorizes once, the studio's gateway proxies and de-duplicates.

Scenario C — Roboadvisor model overlay

Context: A retail roboadvisor wants to add a "momentum overlay" to its passive ETF baskets without licensing a full third-party signal platform.

Data & APIs: Mad-dog flow screener + long/short multi-factor bias score, polled nightly. Output flows into the model's tilt-weights endpoint.

OpenData mapping: The studio supplies a thin OpenFinance-style adapter (OAuth2 client credentials, JSON schemas) so the roboadvisor's compliance team can review one contract instead of two.

Scenario D — Line / Telegram alert bot

Context: A Taiwan-based paid newsletter wants premium subscribers to receive Line alerts the moment the SuperTrend K engine flags a "mad-dog flow" candidate from their curated list.

Data & APIs: Rising-signal webhook filtered by a watchlist of ~120 symbols + bot-friendly REST endpoint that returns the human-readable reason code.

OpenData mapping: Treated as a one-way OpenData export — no PII flows back, only signal metadata and the symbol-level commentary.

Scenario E — Cross-platform research dashboard

Context: A research analyst keeps watchlists in 富果 Fugle, 富邦 e點通, and SuperTrend K, and needs a single source of truth for "where am I currently exposed and which of my names just fired a signal."

Data & APIs: Watchlist round-trip + rising-signal stream + a thin reconciliation service that diffs symbols across the three providers nightly.

OpenData mapping: Implemented as an OpenFinance-style aggregator with per-source consent records and a scoped audit log, ready for the analyst's compliance officer.

Technical implementation

A. Authorized session bootstrap (pseudocode)

POST /api/v1/supertrendk/session
Content-Type: application/json
X-Studio-Client: ccwork-prod

{
  "account_ref": "user_8c41",
  "device_fp": "tw-android-9f02...",
  "scope": ["signals.read", "broker.read", "watchlist.rw"]
}

200 OK
{
  "session_id": "sess_01HV...",
  "access_token": "eyJhbGciOi...",
  "expires_in": 3300,
  "refresh_after": 2400,
  "consent_record": "pdpa-2026-04-29-tw"
}

B. Rising-signal webhook payload

POST {YOUR_ENDPOINT}/supertrendk/signal
X-Signature: sha256=...
Content-Type: application/json

{
  "fired_at": "2026-04-29T05:01:18+08:00",
  "stock_id": "2330",
  "market": "TWSE",
  "signal_type": "uptrend_breakout",
  "score": 0.83,
  "indicators": {
    "strength_hits": 7,
    "volume_hits": 5
  },
  "last_close": 945.0,
  "reason_codes": ["MA20_break", "vol3x", "chip_in"]
}

C. Mad-dog flow screener pull

GET /api/v1/supertrendk/screener/maddogflow
  ?as_of=2026-04-29
  &market=TWSE,OTC
  &min_score=0.6
  &page_size=50
Authorization: Bearer <ACCESS_TOKEN>

200 OK
{
  "as_of": "2026-04-29",
  "items": [
    {"stock_id":"3017","score":0.91,"reasons":["KD_golden","vol_burst"]},
    {"stock_id":"6488","score":0.87,"reasons":["range_break","chip_concentration"]}
  ],
  "next_cursor": null,
  "audit_id": "aud_01HV..."
}

# Errors are surfaced as RFC 7807 problem+json with
# stable codes: rate_limited, scope_denied, upstream_throttled.

D. Excel / JSON statement export

POST /api/v1/supertrendk/export
{
  "account_id": "user_8c41",
  "from_date": "2026-01-01",
  "to_date":   "2026-04-29",
  "datasets":  ["signals", "broker_holdings"],
  "format":    "xlsx"
}

200 OK
{
  "file_url": "https://files.example.com/...sig",
  "expires_at": "2026-04-29T08:00:00Z",
  "row_counts": {"signals": 1284, "broker_holdings": 312}
}

Compliance & privacy

SuperTrend K serves Taiwan retail investors, so the integration plan is anchored to Taiwan's Personal Data Protection Act (PDPA) and the Financial Supervisory Commission's (FSC) sector-specific rules for securities-related data handling. Under the 2025 PDPA amendments, the new Personal Data Protection Commission (PDPC) is the central supervisory authority — every connector we ship logs the legal basis, scope of consent, and retention window per data subject.

For cross-border deployments (e.g. mirroring Taiwan signals into a Singapore lakehouse) we layer the PDPA's outbound-transfer requirements with the customer's own framework — typically GDPR or Singapore PDPA — and produce a one-page data-flow memo your compliance officer can sign off. When end-user broker holdings are involved, FSC outsourcing rules around offshore information-system processing apply; we flag those cases up-front and recommend an in-region hosting topology by default.

We do not bypass rate limits, do not strip authentication, and do not resell raw CMoney content. The hosted API option proxies via an audit gateway with per-key usage caps and PII-minimization filters; the source-code option ships with the same controls baked in so customer security reviews stay short.

Data flow / architecture

The reference pipeline keeps moving parts boring on purpose: SuperTrend K mobile / web → Authorized ingest agent (session vault + rate-limit aware) → Studio API gateway (auth, audit, schema validation) → Customer storage (Postgres / BigQuery / S3 Parquet) → Customer consumers (BI, Slack/Line bots, OMS, models). The agent is the only component that talks to CMoney's edge; everything downstream is plain HTTP/JSON.

  • Ingest agent — Python or Node.js, runs in your VPC or ours, refreshes tokens, dedupes signals.
  • Studio gateway — OAuth2 client-credentials in front of every endpoint, request-level audit log.
  • Storage — Schema we publish in OpenAPI/Swagger; you pick the warehouse.
  • Consumers — Webhook fan-out (Line/Telegram/Slack), polling REST clients, or a Parquet snapshot for quant teams.

Market positioning & user profile

SuperTrend K is a Taiwan-first, Mandarin-language signal app published by CMoney Inc. (全曜財經資訊) of New Taipei City. Its core users are active Taiwan-stock retail investors and "semi-pro" swing traders who already hold a domestic brokerage account (元大, 富邦, 群益, 凱基, 永豐, 國泰…) and are looking for a momentum-and-chip overlay on top of their broker app. Both Android (6.0+) and iOS builds exist; the Google Play listing alone shows 11k+ reviews at a 4.89 average. From a B2B integration angle, the realistic buyers of SuperTrend K data are local quant funds, family offices, paid-newsletter operators, and roboadvisors targeting the Taiwan retail segment, with occasional cross-border interest from Singapore- and Hong Kong-based Greater-China desks.

Screenshots

Click any thumbnail to enlarge. These are the official Google Play screenshots for SuperTrend K, illustrating the AI watching screen, mad-dog flow screener, broker chip monitor, and long/short bias dashboard that the integration exposes as APIs.

SuperTrend K screenshot 1 SuperTrend K screenshot 2 SuperTrend K screenshot 3 SuperTrend K screenshot 4 SuperTrend K screenshot 5 SuperTrend K screenshot 6 SuperTrend K screenshot 7 SuperTrend K screenshot 8 SuperTrend K screenshot 9 SuperTrend K screenshot 10

Similar apps & integration landscape

Customers integrating SuperTrend K are usually working across several Taiwan-stock apps. The list below names the apps we routinely encounter in scoping calls, framed purely as part of the broader ecosystem — useful when you need a unified data view across more than one source.

股市籌碼K線 (com.cmoney.chipk)CMoney's chip-flow-focused sibling app. Holds branch-level concentration data; teams that already pull SuperTrend K signals often unify both feeds into one chip-flow timeline.
股市大富翁 (com.cmoney.virtualtrade)Taiwan's largest virtual-trading platform. Holds simulated portfolios, P&L history, and order tickets — a natural sandbox for forward-testing SuperTrend K signals before live deployment.
股市爆料同學會 (com.cmoney.forum)The largest Taiwan-stock discussion community. Holds per-symbol post threads and reaction counts; widely paired with signal data for retail-sentiment features.
富果 Fugle (tw.fugle.flutter.app)Younger-investor brokerage app and market-data provider. Holds tick-level TWSE/OTC quotes and account positions; often the upstream price source under a SuperTrend K signal overlay.
富邦證券 e點通 (com.fbs)Fubon Securities' retail trading app. Holds order history, account balances, and watchlists; typical OMS-side endpoint when mirroring broker holdings into SuperTrend K.
富邦 Online (com.js.online)Fubon's quote-and-news-oriented app. Holds market-info dashboards used alongside SuperTrend K's signal stream for desk-level review.
元大 投資先生 / 大戶投Yuanta Securities' AI stock-selection and pro-trader apps. Hold proprietary screener output and order ladders; integrators commonly diff their picks against SuperTrend K's mad-dog flow list.
三竹股市Long-running Taiwan quote app embedded by many brokerages. Holds quote, K-line, and watchlist state — the lowest common denominator across older retail accounts.
行動股市 (com.dayna.yourstock)Mobile market-data aggregator. Holds index dashboards and news feeds, useful as a third reference for cross-source reconciliation.
股金寶 (com.etencorp.ap.atom)Selection-and-watching app with 30+ technical-indicator screeners. Holds user-defined screener rules; teams sometimes export rules to a JSON spec we then mirror against SuperTrend K's screener API.
TradingView (Taiwan market view)Global charting and idea-sharing platform. Holds custom indicator scripts and per-user alerts; popular as the visualization layer on top of a SuperTrend K signal feed.

What we deliver

Deliverables checklist

  • OpenAPI 3.1 / Swagger spec for every endpoint above
  • Protocol & auth-flow report (CMoney login chain, token lifecycle, rate-limit map)
  • Runnable source: ingest agent + gateway + sample consumers (Python or Node.js)
  • Schema definitions for signals, broker holdings, screener output, watchlists
  • Postman collection and a one-shot smoke-test script
  • Compliance pack — PDPA mapping, FSC outsourcing notes, retention defaults
  • Operational runbook: token rotation, error taxonomy, on-call playbook

Engagement models

Source-code delivery (from $300): we ship the runnable repo and docs, you host. Pay after delivery upon satisfaction. Fits teams with internal SRE who prefer to own the runtime.

Pay-per-call API (no upfront): use our hosted endpoints, pay only for the calls you make. Fits roboadvisors, newsletters, and prototype-stage projects that want zero capex.

Hybrid is allowed — start hosted, migrate to source-code delivery once volume is stable.

About us

We are an independent studio focused on mobile-app interface analysis and authorized financial API integration. The team has shipped connectors for Taiwan, Hong Kong, Japan, India, and Brazil markets, mixing reverse-engineering rigor with practical compliance work. We know the difference between a quant team that needs Parquet and a Line-bot operator that needs a webhook, and we scope accordingly.

Contact

Send the target app name, the data points you actually need, and any sandbox / account credentials you want us to use. We reply with a scoping memo and a fixed-fee quote within two business days.

Open contact page

Engagement workflow

  1. Scope confirmation — which screens, which data, which target system. (1–2 business days)
  2. Protocol analysis & API design — OpenAPI spec, auth chain, rate-limit map. (2–5 business days)
  3. Build & internal validation — ingest agent, gateway, consumers, smoke tests. (3–8 business days)
  4. Docs, samples, runbook — Postman, retention defaults, on-call notes. (1–2 business days)
  5. Handover & first production drop — typically 5–15 business days end-to-end. Third-party approvals (e.g. FSC outsourcing review) may extend the timeline.

FAQ

Do you need my CMoney credentials?

Only with explicit written consent and only for the scope you define. Most projects use a dedicated, customer-owned account; the studio never stores plaintext credentials, only short-lived session tokens in the agent's vault.

Can you cover both TWSE and OTC tickers?

Yes — SuperTrend K's "mad-dog flow" screener already runs across both segments, and our screener API exposes a market=TWSE,OTC filter so you can scope the candidate list per portfolio.

What if CMoney ships an app update that breaks the integration?

We publish a "compatibility window" SLA in the runbook. Patch turnaround for breaking changes is normally 1–3 business days; the source-code delivery option ships with regression tests so you can detect drift early.

Can the same gateway proxy other Taiwan stock apps?

Yes. We routinely combine SuperTrend K with 富果 Fugle market data, broker-side endpoints from 富邦 e點通 / 元大 投資先生, and the public TWSE OpenAPI under one OAuth2 surface so your downstream consumers only learn one schema.
Original app overview (collapsed by default)

App name: 股市起漲K線 - 幫你找到強勢飆漲的瘋狗流股票 (SuperTrend K).
Package ID: com.cmoney.supertrendk · Publisher: CMoney Inc. (全曜財經資訊股份有限公司), New Taipei City, Taiwan · Latest version on Play: 1.29.1 (2026-01-20) · Rating: 4.89 stars across 11k+ reviews · Min Android: 6.0.

SuperTrend K is positioned as an AI-driven Taiwan-stock signal app. The core promise is simple: it watches every TWSE and OTC ticker simultaneously and notifies the user the moment a stock shows signs of a sustained move — so retail investors can avoid chasing highs after the move has already played out.

  • AI 自動盯盤 (AI auto watching): automatic monitoring of every Taiwan-listed stock with real-time push alerts; an exclusive view that combines real-time quotes and the K-line trend on the same screen so users do not have to switch tabs to make an entry/exit decision.
  • Stock price strength & weakness trend line: red/green coding makes the long/short regime obvious; when the trend is bullish, prices tend to extend; when bearish, retracement is the path of least resistance.
  • Strong "mad-dog flow" stock selection: a one-click screener that combines 9 strength indicators with 6 volume-expansion indicators to surface stocks about to move.
  • Broker-inventory monitor (庫存股盯哨): import positions from a brokerage with one tap, then receive alerts the moment the long/short status of a holding flips.
  • Long-side vs. short-side analysis: a per-stock dashboard that fuses chip flow, price-volume action, technical indicators, and fundamentals into a clear bias view.
  • Investment discussion area: CMoney's large Taiwan-stock community, where retail investors exchange views per ticker.

The app is part of CMoney's wider Taiwan-stock app family, which also includes the chip-flow-focused 股市籌碼K線, the 股市大富翁 paper-trading platform, and the 股市爆料同學會 discussion community. This page describes our independent integration services for SuperTrend K and does not imply endorsement by CMoney Inc.