
Market Data
kuvera
Kuvera Portfolio & Market Data CLI provides quick, read-only access to Indian market and personal investment data from Kuvera. Use it to fetch real-time gold prices, USD/INR rates, mutual fund category returns, detailed fund lookups, and curated lists (top bought/sold/watched funds) without logging
概要
Kuvera Portfolio & Market Data CLI provides quick, read-only access to Indian market and personal investment data from Kuvera.
Kuvera Portfolio & Market Data CLI provides quick, read-only access to Indian market and personal investment data from Kuvera. Use it to fetch real-time gold prices, USD/INR rates, mutual fund category returns, detailed fund lookups, and curated lists (top bought/sold/watched funds) without logging in. Authenticated commands (login required) let users view their Kuvera profile, portfolio performance with P&L, recent transactions, and active SIPs. The tool enforces safety by blocking all non-GET actions—no trading, redemptions, or account modifications are permitted. Ideal for financial advisors, personal investors, and automated agents that need programmatic market snapshots or portfolio summaries. Core advantages: fast CLI queries, clear separation of public market endpoints and private read-only portfolio access, and built-in safety to prevent accidental trades.
Skill.md
この Skill の仕組み
Kuvera Portfolio & Market Data CLI provides quick, read-only access to Indian market and personal investment data from Kuvera. Use it to fetch real-time gold prices, USD/INR rates, mutual fund category returns, detailed fund lookups, and curated lists (top bought/sold/watched funds) without logging
Kuvera Portfolio & Market Data CLI
Get Indian market data, mutual fund info, gold prices, and portfolio data from Kuvera.
When to Use
✅ USE this skill when:
- "What's the gold price?"
- "How's the market doing?"
- "Top mutual funds"
- "Dollar rate / USD INR"
- "Show me mutual fund category returns"
- "Tell me about fund XYZ"
- "Show my Kuvera portfolio"
- "How are my investments doing?"
- "Show my recent transactions"
- "What are my active SIPs?"
- "What's my P&L / returns?"
Commands
Market Overview (gold + USD + MF categories)
kuvera-cli market
Gold Price
kuvera-cli gold
USD/INR Exchange Rate
kuvera-cli usd
Mutual Fund Category Returns
kuvera-cli categories
Mutual Fund Details (by code)
# Example: look up a specific fund
kuvera-cli fund LFAG-GR
Top Mutual Funds
# Top bought funds
kuvera-cli top bought
# Top sold funds
kuvera-cli top sold
# Most watched funds
kuvera-cli top watched
User Profile (requires login)
kuvera-cli user
Investment Portfolio with P&L (requires login)
kuvera-cli portfolio
Recent Transactions (requires login)
# Show last 20 transactions (default)
kuvera-cli transactions
# Show last N transactions
kuvera-cli transactions 10
Active SIPs (requires login)
kuvera-cli sips
⛔ SAFETY — READ-ONLY
This skill is strictly read-only. NEVER attempt to:
- Buy, sell, redeem, or switch any mutual fund
- Place any order or modify any transaction
- Change any user settings or portfolio configuration
- Call any Kuvera API endpoint that modifies data
The CLI enforces this at the code level — all non-GET requests (except login) are blocked.
Notes
- All market data commands work without login.
kuvera-cli user,portfolio,transactions, andsipsrequire prior login viakuvera-cli login <email> <password>.- This is read-only. No buy/sell/trade operations are supported.
こんな用途に最適
どんなときに使うか
Kuvera Portfolio & Market Data CLI provides quick, read-only access to Indian market and personal investment data from Kuvera. Use it to fetch real-time gold prices, USD/INR rates, mutual fund category returns, detailed fund lookups, and curated lists (top bought/sold/watched funds) without logging

01 · 会議前
意思決定用のブリーフを準備
投資委員会の前に、散らばった材料を構造化した論拠にまとめます。

02 · チームのワークフロー
引き継ぎを標準化
アナリスト、ポートフォリオマネージャー、Agent の間で一貫したリサーチ成果物を作ります。

03 · リアルタイム更新
投資仮説をアップデート
新しいカタリスト、KPI の発表、決算結果を受けてシナリオを更新します。
コミュニティのメモ
使うほど良くなる設計。
この Skill が使われ、レビューされるにつれて、フィードバックがここに表示されます。
さらに探す
関連する Skills
すべて見るgmgn-market
gmgn-market is a CLI-driven Skill for retrieving crypto and meme-token market data: K-line (candlestick/OHLCV) charts, trending token rankings by USD volume, Trenches token lists, and newly launched…
crypto-price
This Skill retrieves cryptocurrency prices and generates dark-themed candlestick charts via a simple CLI. Invoke the script with a token symbol and optional duration (e.g., 30m, 3h, 12h, 2d) to…
cmc-api-crypto
This skill documents the CoinMarketCap (CMC) Cryptocurrency REST API for programmatic access to market and token data. It details authentication (API key via X-CMC_PRO_API_KEY), base URL, and…