ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

Finloop Mktdata Skills

Skill by czzlegend

Why use this skill?

Integrate real-time stock, bond, and fund market data into OpenClaw. Access global financial insights, historical K-lines, and company info via Finloop Mktdata.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/czzlegend/finloop-mktdata-skills
Or

What This Skill Does

Finloop Mktdata Skills by czzlegend is a powerful, integrated financial market data gateway designed for the OpenClaw AI ecosystem. It acts as an intelligent bridge, allowing users to query high-fidelity, real-time, and historical financial data across global markets directly through natural language. Whether you are conducting equity analysis, monitoring fund performance, or researching bond instruments, this skill eliminates the need for manual data entry or complex terminal setups. It supports a comprehensive range of assets, including Hong Kong, US, and A-shares, foreign exchange, commodities, virtual assets, and various debt instruments.

Installation

To integrate this skill into your environment, execute the following command in your terminal:

npx finloop-mktdata-skills install finloop-mktdata-skill

Additionally, you can manage the installation via the OpenClaw management tool using: clawhub install openclaw/skills/skills/czzlegend/finloop-mktdata-skills.

Use Cases

This skill is ideal for quantitative analysts, investment researchers, and retail traders who require rapid access to financial intelligence. Use it to pull instant stock quotes for daily monitoring, conduct historical backtesting with detailed K-line data, or analyze corporate structures and fundamental financial indicators. For wealth management, it offers precise tracking of public fund net values and bond pricing, facilitating complex investment portfolio management directly from your AI agent interface.

Example Prompts

  1. "What is the current stock price and recent market cap for 00700.HK?"
  2. "Show me the historical daily K-line chart for AAPL.US from 2023-01-01 to 2023-12-31."
  3. "Provide the fundamental information, including main business and industry, for 600519.SH."

Tips & Limitations

  • Direct API Usage: Always invoke services via standard HTTP requests (e.g., fetch or axios) pointed to the UAT endpoint: https://papi-uat.finloopg.com/flp-mktdata-hub.
  • Data Integrity: Ensure the mandatory parameters such as code or isin are correctly formatted according to market standards (e.g., suffix for stocks).
  • Limitations: This skill does not store data locally; it performs real-time remote lookups. Ensure your network environment has access to the UAT API gateway. Do not create local wrappers or intermediary JS files; invoke endpoints directly as per instructions to maintain compatibility with OpenClaw internal processes.

Metadata

Author@czzlegend
Stars3409
Views1
Updated2026-03-25
View Author Profile
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-czzlegend-finloop-mktdata-skills": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#market-data#stocks#investment#api
Safety Score: 4/5

Flags: network-access, external-api