← All skills
Tencent SkillHub · Productivity

Jquants Mcp

Access JPX stock market data via J-Quants API — search stocks, get daily OHLCV prices, financial summaries (revenue, profit, EPS, ROE), and earnings calendar...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Access JPX stock market data via J-Quants API — search stocks, get daily OHLCV prices, financial summaries (revenue, profit, EPS, ROE), and earnings calendar...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

J-Quants: JPX Stock Market Data

Access Tokyo Stock Exchange (TSE) listed stock data via the official J-Quants API. Search stocks, get daily OHLCV prices, financial summaries, and earnings announcement calendar. Important: This tool is for personal use only. Data redistribution is prohibited by J-Quants Terms of Service. https://jpx-jquants.com/termsofservice

Use Cases

Search for TSE-listed stocks by code or company name Get daily OHLCV price data for any stock Retrieve financial summaries (revenue, profit, EPS, ROE) Check upcoming earnings announcement dates Compare financial metrics across companies

Search stocks

# By stock code jquants-mcp search 7203 # By company name (Japanese) jquants-mcp search トヨタ # JSON output jquants-mcp search ソニー --json-output

Get stock prices

# Default: last 30 days jquants-mcp price 7203 # With date range jquants-mcp price 7203 --start-date 2024-01-01 --end-date 2024-12-31 # JSON output jquants-mcp price 7203 --json-output

Get financial data

jquants-mcp financials 7203 jquants-mcp financials 6758 --json-output

Get earnings calendar

# Default: next 30 days jquants-mcp calendar # With date range jquants-mcp calendar --start-date 2024-04-01 --end-date 2024-06-30

Test connectivity

jquants-mcp test

Workflow

jquants-mcp search <company> → find stock code jquants-mcp price <code> → get price history jquants-mcp financials <code> → get financial data jquants-mcp calendar → check earnings dates

Setup

Requires JQUANTS_MAIL_ADDRESS and JQUANTS_PASSWORD environment variables Free account registration: https://jpx-jquants.com/ Python package: pip install jquants-mcp or uv tool install jquants-mcp

Terms of Service

By using this tool, you agree to the J-Quants Terms of Service. Data is for personal use only — redistribution is prohibited.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc