Indian Stock Fundamental Analyser

v1.0.0

AI-powered fundamental analysis for Indian stocks (NSE/BSE) designed for long-term investors seeking data-driven investment insights.

0· 108·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for krishnakumarmahadevan-cmd/toolweb-indian-stock-market-fundamental-analyser.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Indian Stock Fundamental Analyser" (krishnakumarmahadevan-cmd/toolweb-indian-stock-market-fundamental-analyser) from ClawHub.
Skill page: https://clawhub.ai/krishnakumarmahadevan-cmd/toolweb-indian-stock-market-fundamental-analyser
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install toolweb-indian-stock-market-fundamental-analyser

ClawHub CLI

Package manager switcher

npx clawhub@latest install toolweb-indian-stock-market-fundamental-analyser
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description match the instructions and OpenAPI: the skill describes an AI-driven fundamental-analysis API for NSE/BSE stocks and documents /analyze and /health endpoints. However, the SKILL advertises pricing and a hosted API (api.toolweb.in) but declares no required credentials or primaryEnv — this may be fine if the API allows unauthenticated calls (free tier) but is a mild inconsistency if the service actually requires an API key for non-trivial usage.
Instruction Scope
SKILL.md only documents API usage (POST /analyze, GET /health, root) and example request/response shapes; it does not instruct the agent to read local files, environment variables, or other unrelated system state. It mentions using web search and AI internally, but that appears to be a property of the external API rather than instructions to the agent to perform extra actions.
Install Mechanism
This is instruction-only with no install spec and no bundled code — nothing is written to disk and there are no download URLs to vet.
Credentials
No environment variables or credentials are requested, which is proportionate to an API-documentation-style skill. As noted above, the skill references pricing and a hosted API but does not declare any API key or token requirement — if the backend requires authentication, the omission is a gap to clarify; otherwise no excessive credential access is requested.
Persistence & Privilege
always:false and user-invocable:true (defaults) — the skill does not request permanent inclusion or elevated privileges. Nothing in the SKILL.md requests modification of other skills or system-wide settings.
Assessment
This skill is a documentation-style wrapper for an external API hosted at toolweb.in and does not install code or request credentials. Before installing, verify whether api.toolweb.in requires an API key (the SKILL.md lists pricing but does not declare credentials); confirm you trust the toolweb.in domain and the unknown publisher. Test with non-sensitive tickers first (the service will make external network requests), and check the service's privacy/terms and rate limits to avoid unexpected charges. If you plan to use a paid tier, expect to supply credentials outside this skill — ask the publisher or check the API docs for authentication requirements.

Like a lobster shell, security has layers — review code before you run it.

latestvk9762mzrwwqhpj5jt8hvhs61sd84aw9w
108downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Overview

The Indian Stock Fundamental Analyser is an AI-powered API that delivers comprehensive fundamental analysis for stocks listed on the National Stock Exchange (NSE) and Bombay Stock Exchange (BSE). Built for long-term investors, this tool leverages artificial intelligence and real-time web search to evaluate company health, financial metrics, growth potential, and investment suitability across different time horizons.

The analyser processes stock tickers or company names and generates detailed assessments tailored to your investment timeline, whether you're planning a 3-year, 5-year, or 10-year investment strategy. By combining fundamental financial analysis with current market intelligence, the API removes guesswork from equity research and helps investors make informed decisions backed by quantitative and qualitative data.

Ideal users include retail investors, financial advisors, portfolio managers, and fintech platforms integrating stock analysis into their offerings. Whether you're evaluating blue-chip stocks like TCS and RELIANCE or exploring mid-cap opportunities, this tool provides institutional-grade analysis accessible through a simple API interface.

Usage

Analyze a stock for a 5-year investment horizon:

POST /analyze
Content-Type: application/json

{
  "stock_ticker": "TCS",
  "investment_horizon": "5 Years"
}

Sample Response:

{
  "stock_ticker": "TCS",
  "investment_horizon": "5 Years",
  "company_name": "Tata Consultancy Services Limited",
  "sector": "Information Technology",
  "market_cap": "14.2 Trillion INR",
  "pe_ratio": 28.5,
  "dividend_yield": 2.3,
  "revenue_growth_3y": "8.2%",
  "profit_margin": "21.5%",
  "roe": "34.2%",
  "debt_to_equity": 0.12,
  "current_price": "3845.50",
  "52_week_high": "4150.00",
  "52_week_low": "3200.75",
  "recommendation": "BUY",
  "confidence_score": 8.2,
  "key_strengths": [
    "Strong market leadership in IT services",
    "Consistent revenue growth and profitability",
    "Robust return on equity exceeding 30%",
    "Low debt levels indicating financial stability"
  ],
  "key_risks": [
    "Currency fluctuation impact on exports",
    "Competition from global IT service providers",
    "Moderate valuation at current levels"
  ],
  "analyst_summary": "TCS presents a solid long-term investment opportunity for 5-year investors. The company's dominant market position, consistent execution, and strong financial metrics support capital appreciation and dividend income. Current valuation is reasonable given growth prospects.",
  "fair_value_estimate": "4200-4500",
  "upside_potential": "12-15%",
  "analysis_date": "2025-01-15"
}

Endpoints

GET /

Root endpoint

Returns the API welcome page in HTML format.

Parameters: None

Response: HTML content (text/html)


POST /analyze

Analyze Stock Fundamentals

Performs comprehensive AI-driven fundamental analysis of an Indian stock using web search and financial metrics evaluation.

Parameters:

NameTypeRequiredDescription
stock_tickerstringYesNSE/BSE stock ticker symbol or company name (e.g., TCS, RELIANCE, HDFCBANK)
investment_horizonstringYesInvestment timeframe in years (e.g., 3 Years, 5 Years, 10 Years)

Response Shape:

The response returns a comprehensive analysis object containing:

  • Stock identification fields (ticker, company name, sector)
  • Current market data (price, market cap, 52-week range)
  • Financial metrics (P/E ratio, dividend yield, ROE, debt-to-equity)
  • Growth metrics (3-year revenue growth, profit margins)
  • AI-generated recommendation with confidence score
  • Key strengths and risk factors
  • Fair value estimation and upside potential
  • Analyst summary tailored to investment horizon

Status Codes:

  • 200: Successful analysis
  • 422: Validation error (missing or invalid parameters)

GET /health

Health Check

Returns the health status of the API service.

Parameters: None

Response: JSON object indicating service status


Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

Comments

Loading comments...