OpenData · OpenFinance · Real-time market feeds · Brokerage & order routing integration
We analyze the Mitake mobile protocol, map public & authorized endpoints, and deliver production-ready APIs, SDKs and integration guides for real-time quotes, historical charts, order routing and portfolio sync.
# REST: query historical candles
GET /api/v1/mitake/markets/{symbol}/candles?from=2025-01-01T00:00:00Z&to=2025-01-31T23:59:59Z&interval=1m
Authorization: Bearer <API_KEY>
Response: {
"symbol": "2330.TW",
"interval": "1m",
"candles": [
["2025-01-02T09:00:00Z", 545.0, 547.0, 544.5, 546.2, 10345],
...
]
}
# WebSocket (realtime)
ws://stream.mitake.example/realtime?token=<TOKEN>
subscribe: {"type":"subscribe","symbols":["2330.TW","0050.TW"]}
Connect Mitake market data for trading terminals, portfolio apps, research platforms, automated alerts, or to enrich robo-advisor engines with local Taiwanese market coverage (TSE/OTC) and international tickers.
We only reverse-engineer or analyze protocols with proper client authorization, or integrate via public/partner APIs. Deliverables include token management, rate-limiting strategies, and guidance for compliance with PDPA, GDPR (if applicable) and local securities rules.
We are a technical integration studio focused on app protocol analysis and authorized API integrations for fintech and consumer apps. Our core services: protocol analysis, OpenData/OpenFinance interface development, SDK & microservice delivery, automated testing, and integration documentation. We operate globally and prioritize secure, lawful implementations.
To start, provide the target app package name and a short list of features you need (e.g., realtime quotes, historical candles, order placement). We will return a scoping estimate and sample deliverable list.
Mitake (三竹股市) is a Taiwanese market app offering quotes and trading support across securities, indices, futures, options, FX, US stocks, Japan stocks and more. It supports multi-broker order routing, real-time news, technical indicators, machine-assisted stock screening, and a variety of charting tools.
Official channels: Mitake social pages and in-app help. This description is included for technical scoping and integration planning only.