TopRank Skills

Home / Claw Skills / Autres / tw-stock-info
Official OpenClaw rules 15%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tw-stock-info 技能。 若已安装,则直接安装 tw-stock-info 技能。

Overview

Skill Key
hans00/tw-stock-info
Author
hans00
Source Repo
openclaw/skills
Version
-
Source Path
skills/hans00/tw-stock-info
Latest Commit SHA
e861b692feff16637c065539e250361917c28dbd

Extracted Content

SKILL.md excerpt

# 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](./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 |

Related Claw Skills