Back to Registry
View Author Profile
Official Verified
tw-stock-info
Taiwan stock info using Fugle or FinMind APIs. Provides real-time quotes, historical data, financial statements, and technical indicators for Taiwan stocks.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hans00/tw-stock-infoOr
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 |
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hans00-tw-stock-info": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.