VOOZH about

URL: https://apify.com/cspnair/indian-algo-trading-data

โ‡ฑ Indian Algo Trading Data โ€“ Real-Time Market Signals ยท Apify


Pricing

from $0.01 / 1,000 results

Go to Apify Store

Indian Algo Trading Data

Collect real-time and historical Indian market data from 11 sources and generate trading signals using 8 advanced models. Includes indices, OI, FII/DII, sentiment, news, and global data. Perfect for algo trading, strategy building, and automated market analysis

Pricing

from $0.01 / 1,000 results

Rating

5.0

(1)

Developer

๐Ÿ‘ csp

csp

Maintained by Community

Actor stats

5

Bookmarked

38

Total users

4

Monthly active users

6 months ago

Last modified

Share

Indian Algo Trading Data Actor ๐Ÿ‡ฎ๐Ÿ‡ณ๐Ÿ“ˆ

A comprehensive Apify actor for collecting Indian stock market data and generating trading signals using advanced analytical models. Perfect for algorithmic trading, market research, and investment decision-making.

๐ŸŽฏ What Makes This Special

  • ๐Ÿ“Š 11 Data Sources: Complete market coverage from indices to news
  • ๐Ÿค– 8 Trading Models: Advanced signal generation algorithms
  • ๐Ÿ’ฐ Pay-Per-Event: Fair pricing - only pay for successful data collection
  • โšก Real-time Processing: Live market data with instant signal generation
  • ๐ŸŽ›๏ธ Flexible Configuration: Choose exactly what data and models you need

๐Ÿ“Š Available Data Sources

Data TypeDescriptionUse Case
๐Ÿ“ˆ Market IndicesNifty, BankNifty, Finnifty, SensexMarket overview
๐Ÿ“Š Options OIOpen Interest data per indexOptions trading
๐Ÿ’ฐ FII/DII FlowInstitutional investor activitySmart money tracking
๐Ÿ˜Š Market SentimentMarket mood indicatorsSentiment analysis
๐Ÿ“Š Sentiment IndicesFear & Greed + MMIComprehensive sentiment
๐Ÿ’ต Earnings DataCompany quarterly resultsFundamental analysis
๐Ÿ“… Economic EventsGlobal economic calendarMacro analysis
๐Ÿข Corporate ActionsSplits, dividends, bonusesEvent trading
๐ŸŒ International MarketsUS/European market dataGlobal correlation
๐Ÿ“ฐ News ArticlesIndian financial newsNews sentiment
๐ŸŒ International SentimentGlobal Fear & GreedWorld market mood

๐Ÿค– Trading Models & Signals

1. Momentum Model ๐Ÿš€

  • Strategy: Price momentum + volume analysis
  • Signals: BUY/SELL based on price movement and FII flow
  • Best for: Trend following strategies

2. Mean Reversion Model ๐Ÿ”„

  • Strategy: Identifies overbought/oversold conditions
  • Signals: BUY at extreme fear, SELL at extreme greed
  • Best for: Contrarian trading strategies

3. Options Flow Model ๐Ÿ“Š

  • Strategy: OI data + FII/DII flow analysis
  • Signals: Based on Put/Call ratio and institutional activity
  • Best for: Options trading strategies

4. News Sentiment Model ๐Ÿ“ฐ

  • Strategy: News sentiment analysis with confirmation
  • Signals: BUY/SELL based on news sentiment trends
  • Best for: Event-driven trading

5. Volatility Model โšก

  • Strategy: VIX-based volatility analysis
  • Signals: BUY at high VIX (panic), SELL at low VIX (complacency)
  • Best for: Volatility trading and risk management

6. Regime Detection Model ๐Ÿ”„

  • Strategy: Identifies market regimes (Bullish, Bearish, High Volatility, Event Driven)
  • Signals: BUY/SELL/CAUTION based on market regime classification
  • Best for: Market state awareness and adaptive strategies

7. Anomaly Detection Model โš ๏ธ

  • Strategy: Detects unusual market patterns and potential opportunities/risks
  • Signals: BUY/SELL/WATCH for price spikes, volume anomalies, OI buildup
  • Best for: Risk management and opportunity identification

8. Consensus Model ๐ŸŽฏ

  • Strategy: Combines all models for high-confidence signals
  • Signals: Only generates signals with multiple model confirmation
  • Best for: Conservative, high-accuracy trading

๐Ÿ“‹ Input Parameters

Required

  • dataMode - Data collection mode: realtime, historical, or specificDate
  • dataTypes - Array of data types to collect (indices, oiData, fiiDii, sentiment, etc.)
  • indices - Array of indices to track (NIFTY, BANKNIFTY, FINNIFTY, SENSEX)

Optional

  • startDate / endDate - Date range for historical mode
  • specificDate - Single date for specific day analysis
  • enableModels - Enable trading model processing (default: true)
  • selectedModels - Choose which models to run (6 available)
  • outputFormat - json or csv (default: json)
  • includeRawData - Include raw API responses (default: false)

Data Modes Explained

๐Ÿ“ˆ Real-time Mode (realtime)

  • Current market snapshot data
  • All data types available
  • Best for: Live trading, real-time monitoring

๐Ÿ“… Historical Range Mode (historical)

  • Data for a date range

  • Best for: Research (when available)

๐ŸŽฏ Specific Date Mode (specificDate)

  • Data for a single historical date

  • Best for: Event analysis (when available)

๐Ÿš€ Quick Start

๐Ÿš€ Quick Start Examples

Basic Trading Setup

{
"dataMode":"realtime",
"dataTypes":["indices","oiData","fiiDii","sentiment"],
"indices":["NIFTY","BANKNIFTY"],
"enableModels":true,
"selectedModels":["momentum","consensus"]
}

Comprehensive Analysis

{
"dataMode":"realtime",
"dataTypes":[
"indices","oiData","fiiDii","sentiment",
"sentimentIndices","news","internationalSentiment"
],
"indices":["NIFTY","BANKNIFTY"],
"enableModels":true,
"selectedModels":[
"momentum","meanReversion","optionsFlow",
"newsSentiment","volatility","regimeDetection",
"anomalyDetection","consensus"
]
}

Sentiment-Focused Strategy

{
"dataMode":"realtime",
"dataTypes":["sentiment","sentimentIndices","news"],
"indices":["NIFTY"],
"enableModels":true,
"selectedModels":["meanReversion","newsSentiment"]
}

๐Ÿ“ค Output Format

Market Indices Output

{
"type":"indices",
"dataType":"Indices",
"timestamp":"2025-11-13T08:00:00.000Z",
"data":{
"fii":1234.56,
"skew":0.85,
"nifty":65.2,
"gold":72.3,
"vix":14.5,
"trin":1.2
}
}

OI Data Output

{
"type":"oiData",
"index":"NIFTY",
"dataType":"OI_Data",
"timestamp":"2025-11-13T08:00:00.000Z",
"data":{
"totalCallOI":12500000,
"totalPutOI":15000000,
"pcrOI":"1.20",
"pcrVolume":"1.15",
"underlyingValue":19500,
"strikeData":[...]
}
}

FII/DII Data Output

{
"type":"fiiDii",
"dataType":"FII_DII_Data",
"timestamp":"2025-11-13T08:00:00.000Z",
"data":{
"fii":{
"buyValue":5000,
"sellValue":4500,
"netValue":500
},
"dii":{
"buyValue":3000,
"sellValue":3200,
"netValue":-200
}
},
"analysis":{
"fiiSentiment":"Bullish",
"diiSentiment":"Bearish",
"overallSentiment":"Bullish"
}
}

๐Ÿ’ก Use Cases

  1. Algorithmic Trading

    • Real-time data for trading algorithms
    • Options strategy optimization
    • Risk management
  2. Market Analysis

    • Sentiment tracking
    • Institutional flow analysis
    • Volatility monitoring
  3. Research & Backtesting

    • Historical data collection
    • Pattern recognition
    • Strategy development

๐Ÿ”ง Technical Details

Update Frequency

  • Real-time during market hours (9:15 AM - 3:30 PM IST)
  • Can be scheduled to run at specific intervals

Rate Limiting

  • Built-in delays between API calls
  • Respects source API rate limits
  • Automatic retry logic

๐Ÿ“Š Integration with marketData

This actor uses services from the marketData codebase:

  • Collectors for indices, OI, FII/DII data
  • Data processors and formatters
  • Utility functions for market analysis

๐Ÿค– AI Assistant Integration

Use this actor with your favorite AI assistant (Claude, ChatGPT, VS Code Copilot) to get Indian market data through natural language conversations!

๐ŸŽฏ What You Can Ask Your AI Assistant

"Search for cspnair/Indian-algo-trading-data actor and get market summary for NIFTY and BANKNIFTY"
"Find the cspnair/Indian-algo-trading-data actor and get support/resistance levels for NIFTY"
"Use cspnair/Indian-algo-trading-data to generate trading signals for BANKNIFTY"
"Run cspnair/Indian-algo-trading-data with market regime analysis for Indian indices"
"Execute cspnair/Indian-algo-trading-data with FII/DII flow and options data"

๐Ÿ“Š Your AI Assistant Can Provide

  • ๐Ÿ“ˆ Live Market Data: Current prices, changes, volume for NIFTY, BANKNIFTY, FINNIFTY, SENSEX
  • ๐ŸŽฏ Trading Signals: Buy/sell recommendations with confidence scores from 9 different models
  • ๐Ÿ“Š Technical Analysis: Support/resistance levels, pivot points, breakout zones
  • ๐Ÿ’ฐ Market Intelligence: FII/DII flow, sentiment analysis, fear & greed index
  • ๐Ÿ”„ Market Conditions: Current market regime (bullish/bearish/volatile)
  • ๐Ÿ“ฐ News Impact: Latest financial news sentiment analysis

๐Ÿš€ How to Use with AI Assistants

For Claude Desktop Users

  1. Open Claude Desktop settings
  2. Go to Developer section
  3. Add this configuration:
    {
    "mcpServers":{
    "apify":{
    "url":"https://mcp.apify.com"
    }
    }
    }
  4. Start chatting with market data!

For VS Code Copilot Users

  1. Open Command Palette (Ctrl+Shift+P)
  2. Run "MCP: Open User Configuration"
  3. Add the same configuration above
  4. Ask Copilot for market analysis

For Other AI Platforms

Use your AI assistant's MCP configuration with:

  • Server URL: https://mcp.apify.com
  • Authentication: OAuth (sign in with Apify account)

๐Ÿ’ก Example Conversations

You: "What's the current market situation?"

AI: "I'll search for the cspnair/Indian-algo-trading-data actor and get the latest market data for you.

Based on the latest data:

  • ๐Ÿ“Š NIFTY: 19,850.25 (+125.50, +0.64%)
  • ๐Ÿ“Š BANKNIFTY: 44,520.80 (+220.30, +0.50%)
  • ๐ŸŽฏ Signals: BUY on both indices (70-75% confidence)
  • ๐Ÿ’ฐ FII: +โ‚น1,250 crore | DII: +โ‚น850 crore
  • ๐Ÿ“Š Market Regime: Bullish with moderate volatility"

You: "Should I buy NIFTY right now?"

AI: "Let me run the cspnair/Indian-algo-trading-data actor with trading signal analysis for NIFTY.

Based on multiple analysis models:

  • โœ… Momentum: Strong positive trend
  • โœ… Support/Resistance: Above immediate resistance R1
  • โœ… Sentiment: Positive market mood
  • โš ๏ธ Caution: Near resistance levels - wait for breakout confirmation
  • ๐ŸŽฏ Recommendation: BUY if breaks above 19,980, otherwise wait"

๐Ÿ“š MCP Setup Details

For Claude Desktop Users

  1. Open Claude Desktop settings
  2. Go to Developer section
  3. Add this configuration:
    {
    "mcpServers":{
    "apify":{
    "url":"https://mcp.apify.com"
    }
    }
    }
  4. Start chatting with market data!

For VS Code Copilot Users

  1. Open Command Palette (Ctrl+Shift+P)
  2. Run "MCP: Open User Configuration"
  3. Add the same configuration above
  4. Ask Copilot for market analysis

Bearer Token Alternative

If you prefer token authentication instead of OAuth:

{
"mcpServers":{
"apify":{
"url":"https://mcp.apify.com",
"headers":{
"Authorization":"Bearer <APIFY_TOKEN>"
}
}
}
}

Resources

๐Ÿ“ˆ Performance

  • Processing Speed: 1- 5 seconds per run
  • Data Points: 100+ per execution
  • Accuracy: Real-time official data + 1-2 seconds execution delay
  • Reliability: 99%+ uptime

๐Ÿ’ฐ Pricing

Simple & Affordable Pay-Per-Use Pricing

  • $0.001 per data point collected successfully
  • Only pay for successful data collection - failed attempts are free
  • No minimum commitments or hidden fees

๐ŸŽฏ What This Means in Practice

For just $1, you can get:

  • โœ… 1,000 data points = Complete market analysis for weeks
  • โœ… 100+ comprehensive trading runs with all data types and models
  • โœ… Unlimited potential for research and analysis

๐Ÿš€ Why This Pricing Works

  • No upfront costs - pay only for what you use
  • Scales with your needs - from casual users to professional traders
  • Transparent billing - track usage in real-time
  • Cancel anytime - no long-term commitments

Professional-grade market data at an affordable price! ๐Ÿ“Š๐Ÿ’ฐ

๐Ÿ”’ Security

  • No API keys required for basic data
  • Secure data transmission
  • No data retention beyond run
  • HTTPS for all API calls

โš ๏ธ Disclaimer

IMPORTANT: This tool is for informational and educational purposes only.

๐Ÿšจ Financial Risk Warning

  • Not Investment Advice: All data, signals, and analysis are for informational purposes only
  • High Risk: Trading in financial markets involves substantial risk of loss
  • No Guarantees: Past performance does not guarantee future results
  • Professional Advice: Always consult with qualified financial advisors before making trading decisions

๐Ÿ“Š Data Limitations

  • Data Accuracy: While we strive for accuracy, data may contain errors or delays
  • Real-time Limitations: Real-time data may have slight delays from actual market prices
  • Source Dependencies: Data availability depends on external sources and APIs
  • No Liability: We are not liable for trading decisions based on this data

๐Ÿค– AI Assistant Limitations

  • AI Analysis: AI-generated insights should not be considered financial advice
  • Model Limitations: Trading models have limitations and may not predict all market movements
  • Technical Issues: AI assistants may misinterpret data or provide incorrect analysis
  • Human Oversight: Always verify AI-generated information with human analysis

โš–๏ธ Legal & Regulatory

  • Compliance: Users are responsible for complying with their local financial regulations
  • No Registration: This tool is not registered with any financial regulatory authority
  • User Responsibility: All trading decisions and their consequences are the user's responsibility
  • Jurisdiction: Some features may not be available in all jurisdictions

๐Ÿ“ˆ Best Practices

  • Risk Management: Always use proper risk management techniques
  • Paper Trading: Test strategies with paper trading before using real money
  • Diversification: Never risk more than you can afford to lose
  • Continuous Learning: Markets change - continuously educate yourself

By using this tool, you acknowledge that you understand and accept these risks and limitations.

๐Ÿ“ž Support

For questions, issues, or feature requests, please:

  • Create an issue in the repository
  • Check the documentation first
  • Review the input schema for proper usage

Built with โค๏ธ for the Indian trading communityBuilt for Indian Algo Traders** ๐Ÿ‡ฎ๐Ÿ‡ณ๐Ÿ“ˆ

You might also like

Crypto Sentiment Tracker Pro - Real-time Trading Signals

captivated_rank/crypto-sentiment-tracker-pro

Get BUY/SELL signals from Reddit, Twitter & TikTok sentiment. Real-time crypto analysis perfect for trading bots. ## Use Cases - Automated trading bots - Market sentiment analysis - Research and backtesting - Alert systems - Portfolio management

๐Ÿ‘ User avatar

BreakTheCubicle

16

๐Ÿค– Trading Performance Analyst

easyapi/trading-performance-analyst

Transform your trading performance data into actionable insights with AI! Get comprehensive analysis of your trading metrics, strategies, and risk management approach. Perfect for day traders, investors, and portfolio managers seeking data-driven recommendations to optimize their trading. ๐Ÿ“Š๐Ÿš€

๐Ÿค– Trading Performance Analyst

easyapi/trading-performance-analyst-1

Transform your trading performance data into actionable insights with AI! Get comprehensive analysis of your trading metrics, strategies, and risk management approach. Perfect for day traders, investors, and portfolio managers seeking data-driven recommendations to optimize their trading. ๐Ÿ“Š๐Ÿš€

BingX Copy Trading Position Tracker & Trading Signals

brilliant_gum/bingx-scraper

Scrape BingX copy trading leaderboard, track live open positions of top traders โ€” including hidden ones โ€” and generate Winners vs Losers trading signals. Full stats, real-time positions, and Three-Signal Analysis. No account needed.

๐Ÿ‘ User avatar

Yuliia Kulakova

2

Web3 Intelligence Pipeline: AI News Scraper

visita/web3-decentralized-tech-intelligence

Turn raw news into actionable intelligence. Scrape full-text articles from 20+ Web3 sources. Uses AI & Brave Search to generate Trading Signals, Sentiment, and Tech Stacks. Perfect for algorithmic trading & market research. Features Discord alerts & Pay-Per-Event pricing.

๐Ÿ‘ User avatar

Visita Intelligence

12

Binance Leaderboard Scraper with Trading Signals

brilliant_gum/binance-copy-trading-scraper

Scrape Binance Copy Trading leaderboard and generate AI-ready trading signals. Track top traders' positions, ROI, PNL, and performance stats. Unique features: AI PREDICTIONS, Battle Score per symbol, Direction Bias, Copy Trading Coefficients. Export JSON/CSV/XLSX. No API rate limits.

๐Ÿ‘ User avatar

Yuliia Kulakova

53

Bybit Leaderboard Position Tracker With Trading Signals

brilliant_gum/bybit-scraper

Scrape Bybit copy trading leaderboard, track live open positions of top traders, and generate Winners vs Losers trading signals using Three-Signal Analysis. No account or API key required.

๐Ÿ‘ User avatar

Yuliia Kulakova

4