/install jquants-mcp
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
Commands
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 \x3Ccompany>→ find stock codejquants-mcp price \x3Ccode>→ get price historyjquants-mcp financials \x3Ccode>→ get financial datajquants-mcp calendar→ check earnings dates
Setup
- Requires
JQUANTS_MAIL_ADDRESSandJQUANTS_PASSWORDenvironment variables - Free account registration: https://jpx-jquants.com/
- Python package:
pip install jquants-mcporuv 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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jquants-mcp - After installation, invoke the skill by name or use
/jquants-mcp - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 837 downloads so far.
How do I install Jquants Mcp?
Run "/install jquants-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Jquants Mcp free?
Yes, Jquants Mcp is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Jquants Mcp support?
Jquants Mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Jquants Mcp?
It is built and maintained by ajtgjmdjp (@ajtgjmdjp); the current version is v0.1.2.