兴趣爱好============================
SuperTrend K API Integration
Turn Taiwan Stock Signals into Data Your Systems Can Actually Consume
============================
INTRODUCTION
--------------------
Taiwan's equity market moves fast — and retail investors, quant desks, and
family offices alike are racing to get ahead of breakout signals before they
play out on screen. SuperTrend K (股市起漲K線), published by CMoney Inc.
under package ID com.cmoney.supertrendk, is one of the most trusted AI-driven
stock signal apps in the Taiwan market. With a 4.89-star rating from over
11,000 reviewers on Google Play and a latest release of version 1.29.1
(January 2026), its reputation among active traders is well established.
But the real value of SuperTrend K is not its user interface — it is the
proprietary derived signal layer underneath: AI-powered breakout detections
across every TWSE and OTC ticker, broker chip-flow concentration data, and a
"mad-dog flow" (瘋狗流) stock-selection score built from 9 strength indicators
combined with 6 volume-expansion indicators. None of that signal intelligence
exists in the public TWSE OpenAPI feed. It is computed server-side and pushed
back into the app.
The API integration service documented at
https://openfinance-lab.com/股市起漲k線-幫你找到強勢飆漲的瘋狗流股票.html
bridges that gap. It delivers authorized data pipelines, OpenFinance-style
connectors, and compliant export solutions so that professional trading desks,
roboadvisors, and analytics platforms can consume SuperTrend K's unique signal
layer without rebuilding the indicator stack from scratch.
This article explains what the integration supports, where it applies, and
why it matters for anyone operating in Taiwan's technology-driven equities
ecosystem.
--------------------
SUPPORTED API FEATURES
--------------------
The SuperTrend K API integration service covers six core capability areas
that span the full breadth of the app's proprietary data layer:
• Rising-signal stream — captures every AI 自動盯盤 breakout alert,
including uptrend breakout, range break, and V-shape reversal events,
delivered in real time via webhook or websocket
• Broker chip-flow connector — daily ingest of branch-level buy/sell
concentration, top-15 broker buyer and seller rankings, and imported
broker holdings per ticker
• Mad-dog flow screener API — one-call access to the 9-strength ×
6-volume screener that surfaces ranked candidate stocks with matching
reason codes, scoped to TWSE and OTC markets
• Long-vs-short multi-factor pull — per-ticker JSON snapshots combining
chip flow, price-volume action, technical indicators, and fundamental
factors into a single bias score
• Watchlist and portfolio bridge — round-trip sync of watchlists and
imported broker positions between SuperTrend K and external OMS or
spreadsheet systems, preserving sort, tag, and alert rules
• Discussion-area sentiment hooks — authorized scraping of public
CMoney investment community threads per stock symbol, with sentiment
labels and post-volume metrics for event-driven models
------------
Compliance and Data Governance
------------
Every connector is anchored to Taiwan's Personal Data Protection Act (PDPA)
and FSC securities-sector data handling rules. Cross-border deployments
(Taiwan to Singapore lakehouse, for example) layer additional outbound-transfer
requirements and produce a data-flow memo for compliance sign-off. The service
does not bypass rate limits, strip authentication, or resell raw CMoney content.
--------------------
USE CASES & APPLICATIONS
--------------------
[1] QUANT DESK FEATURE PIPELINE
--------------------
For Taipei-based quantitative funds that already purchase TWSE tick
data from providers like Fugle Market Data or FinMind, the integration
adds a derived breakout-signal feature layer without requiring the team
to rebuild the indicator stack internally.
• Rising-signal stream normalized into a unified Parquet partition
• Technical indicator bundle alongside TWSE OpenAPI raw feeds
• Branch-level chip concentration mapped to a signals_intraday table
• Unified OpenFinance-style gateway with per-key rate limits and audit logs
• Ready for BigQuery, S3, or Postgres warehouse targets
[2] FAMILY OFFICE PORTFOLIO MIRROR
--------------------
A family office holding positions across multiple brokers can use
the integration to mirror broker inventory into the same SuperTrend K
"庫存股盯哨" view the portfolio managers see internally.
• Authorized broker-holdings import with user-consent scope
• Rising-signal webhooks scoped to the specific tickers held
• Excel export endpoint for monthly portfolio review workflows
• Operates as a private OpenBanking-style consented data feed
• Deduplication and gateway proxying included in the hosted option
[3] ROBOADVISOR MOMENTUM OVERLAY
--------------------
Retail roboadvisors targeting Taiwan investors can add a momentum
overlay to passive ETF baskets by connecting to the SuperTrend K
signal layer without licensing a full third-party signal platform.
• Mad-dog flow screener output polled nightly for model input
• Long/short multi-factor bias score feeding tilt-weights endpoints
• OpenFinance-style adapter with OAuth2 client credentials and JSON schemas
• Compliance team reviews one contract covering the full data path
• Designed for zero-capex prototype stages via pay-per-call billing
[4] LINE / TELEGRAM ALERT BOT
--------------------
Paid-newsletter operators and signal services wanting to deliver
real-time alerts to premium subscribers the moment a mad-dog flow
candidate fires can integrate via a filtered webhook channel.
• Rising-signal webhook filtered to a custom watchlist of symbols
• Bot-friendly REST endpoint returning human-readable reason codes
• Supports watchlists of up to 120+ symbols with per-symbol filtering
• No PII in the outbound data flow — only signal metadata and commentary
• Compatible with Line, Telegram, and Slack notification pipelines
[5] CROSS-PLATFORM RESEARCH DASHBOARD
--------------------
Research analysts maintaining watchlists across 富果 Fugle,
富邦 e點通, and SuperTrend K can consolidate exposure tracking
and signal monitoring into a single source of truth.
• Watchlist round-trip sync across multiple provider sources
• Rising-signal stream unified with broker-side quote feeds
• Nightly reconciliation service diffing symbols across providers
• Per-source consent records with scoped audit log for compliance
• Compatible with Fugle Market Data, TWSE OpenAPI, and CMoney feeds
--------------------
BENEFITS & ADVANTAGES
--------------------
✓ Access proprietary signal data not available in public TWSE feeds —
the mad-dog flow score, breakout alerts, and chip-concentration
analytics are computed server-side by CMoney and unavailable
through any official open-data channel
✓ Zero indicator rebuild cost — instead of replicating 9 strength
indicators and 6 volume-expansion indicators internally, teams
consume the finished screener output through a single endpoint
✓ Compliance-first architecture — every connector ships with a PDPA
mapping, FSC outsourcing notes, retention defaults, and a data-flow
memo ready for compliance officer sign-off
✓ Flexible deployment model — source-code delivery from $300 for
teams with internal SRE, or pay-per-call hosted endpoints for
prototype-stage and low-capex projects with no upfront cost
✓ Update-resilient integration — the studio tracks CMoney app releases
and publishes a compatibility-window SLA; patch turnaround for
breaking changes is normally 1–3 business days
✓ Unified multi-app gateway — the same OAuth2 surface can proxy
SuperTrend K alongside 富果 Fugle market data, 富邦 e點通 broker
endpoints, 元大 投資先生 screener output, and the public TWSE OpenAPI
so downstream consumers learn one schema
✓ Broad ecosystem coverage — the integration spans TWSE and OTC
tickers simultaneously, matching SuperTrend K's own screener scope,
so quant and family-office clients do not need separate feeds for
exchange-listed and over-the-counter names
The integration service offers two primary engagement models designed to
fit different team structures and budget stages:
------------
Source-Code Delivery
------------
• Starting from $300 — fixed fee, paid after delivery upon satisfaction
• Runnable ingest agent, gateway, and sample consumers in Python or Node.js
• Full OpenAPI 3.1 / Swagger spec for every endpoint
• Compliance pack, Postman collection, and operational runbook included
• Customer hosts the runtime in their own VPC or infrastructure
• Best fit: teams with internal SRE who prefer to own the runtime
------------
Pay-Per-Call Hosted API
------------
• No upfront cost — pay only for the API calls made
• Use the studio's hosted endpoints immediately without infrastructure setup
• Includes audit gateway with per-key usage caps and PII-minimization filters
• Best fit: roboadvisors, newsletters, and prototype-stage projects
• Hybrid path available — start hosted, migrate to source-code once stable
Typical end-to-end delivery runs 5–15 business days, covering scope
confirmation, protocol analysis, build and validation, documentation,
and handover. Third-party approvals such as FSC outsourcing review may
extend that timeline.
SuperTrend K's "mad-dog flow" engine — its AI auto-watching alerts, broker
chip-flow concentration data, long/short multi-factor bias scores, and
V-shape reversal signals — represents a layer of derived intelligence that
Taiwan quant funds, family offices, roboadvisors, and newsletter operators
cannot easily replicate internally. The raw price tape is commoditized;
this signal layer is not.
The API integration service described on this page closes the gap between
a 4.89-star consumer app and the data infrastructure a professional trading
operation actually needs. It does so with compliance built in from the start —
PDPA mapping, FSC outsourcing notes, and an audit gateway covering every
request — and with delivery timelines and pricing structures that fit both
large institutional buyers and lean, product-stage fintech teams.
For teams already pulling TWSE tick data from Fugle or FinMind and looking
to add a derived momentum signal layer, or for broker-holding-aware alert
bots targeting Taiwan retail subscribers, the integration available at
https://openfinance-lab.com/股市起漲k線-幫你找到強勢飆漲的瘋狗流股票.html
is the fastest path from SuperTrend K's UI-layer data to a production-grade
data pipeline.
Contact the studio with your target data points, scope requirements, and
any sandbox credentials — a scoping memo and fixed-fee quote arrive within
two business days.
--------------------
Access & Contact
--------------------
Pricing: From $300 source-code delivery · Pay-per-call available
Coverage: TWSE + OTC · Taiwan · Asia-Pacific · Global
Publisher note: SuperTrend K (com.cmoney.supertrendk) is a CMoney Inc.
product. This integration service is independent and does
not imply endorsement by CMoney Inc.