
Market Data
tw-stock-info
tw-stock-info integrates Fugle and FinMind APIs to deliver comprehensive Taiwan stock analysis for traders, analysts, and quant researchers. It provides real-time quotes, live trades, candle data, and technical indicators via Fugle, and historical prices, financial statements, revenue, and EPS data
總覽
tw-stock-info integrates Fugle and FinMind APIs to deliver comprehensive Taiwan stock analysis for traders, analysts, and quant researchers.
tw-stock-info integrates Fugle and FinMind APIs to deliver comprehensive Taiwan stock analysis for traders, analysts, and quant researchers. It provides real-time quotes, live trades, candle data, and technical indicators via Fugle, and historical prices, financial statements, revenue, and EPS data via FinMind. Key features include authenticated API access (X-API-Key for Fugle, Bearer token for FinMind), unified endpoints for quotes and historical series, built-in technical indicators, and ready-to-run cURL examples. Typical use cases are intraday monitoring, portfolio tracking, backtesting strategies, fundamental screening, and generating signals for automated trading. Core advantages are combined real-time and historical coverage, clear rate-limit guidance, and a small, well-organized repository with API specs and examples for rapid integration.
Skill.md
這個 Skill 如何運作
tw-stock-info integrates Fugle and FinMind APIs to deliver comprehensive Taiwan stock analysis for traders, analysts, and quant researchers. It provides real-time quotes, live trades, candle data, and technical indicators via Fugle, and historical prices, financial statements, revenue, and EPS data
Taiwan Stock Info
Overview
Complete Taiwan stock analysis tool using Fugle and FinMind APIs. Provides real-time quotes, historical data, financial statements, and technical indicators for Taiwan stocks.
API Endpoints Summary
Fugle API (Real-time & Technical)
- Base URL:
https://api.fugle.tw - Authentication: Header
X-API-Key: {your_api_key} - Features: Real-time quotes, candles, trades, technical indicators
FinMind API (Historical & Financial Data)
- Base URL:
https://api.finmindtrade.com/api/v4/data - Authentication: Header
Authorization: Bearer {your_token} - Features: Historical prices, financial statements, revenue, EPS
Usage Examples
See examples.md for detailed usage examples.
File Structure
tw-stock-analysis/
├── SKILL.md (This file - API overview)
├── api/
│ ├── fugle.md (Fugle API specifications)
│ └── finmind.md (FinMind API specifications)
└── examples.md (Usage examples in cURL format)
Rate Limits
| API | Unverified | Verified |
|---|---|---|
| Fugle | Plan-dependent | Contact provider |
| FinMind | 300/hour | 600/hour |
最適合用於
何時使用
tw-stock-info integrates Fugle and FinMind APIs to deliver comprehensive Taiwan stock analysis for traders, analysts, and quant researchers. It provides real-time quotes, live trades, candle data, and technical indicators via Fugle, and historical prices, financial statements, revenue, and EPS data

01 · 會前準備
準備決策簡報
在投資委員會開會前,把零散證據整理成結構化的論據。

02 · 團隊協作
統一交接標準
讓分析師、投資組合經理與 Agent 產出一致的研究結果。

03 · 即時更新
更新投資邏輯
出現新催化劑、KPI 發布或財報結果後,更新情境假設。
社群回饋
越用越好用。
隨著 Skill 被使用與評審,回饋將顯示在這裡。
探索更多
相關 Skills
查看全部gmgn-market
gmgn-market is a CLI-driven Skill for retrieving crypto and meme-token market data: K-line (candlestick/OHLCV) charts, trending token rankings by USD volume, Trenches token lists, and newly launched…
crypto-price
This Skill retrieves cryptocurrency prices and generates dark-themed candlestick charts via a simple CLI. Invoke the script with a token symbol and optional duration (e.g., 30m, 3h, 12h, 2d) to…
cmc-api-crypto
This skill documents the CoinMarketCap (CMC) Cryptocurrency REST API for programmatic access to market and token data. It details authentication (API key via X-CMC_PRO_API_KEY), base URL, and…