
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…