| Market | Data Source | Method | Example Symbols |
| India (equity) | OpenAlgo | client.history() | SBIN, RELIANCE, INFY | | India (index) | OpenAlgo | client.history(exchange="NSEINDEX") | NIFTY, BANKNIFTY | | India (F&O) | OpenAlgo | client.history(exchange="NFO") | NIFTY30DEC25FUT | | US/Global | yfinance | yf.download() | AAPL, MSFT, SPY |
| client.history(symbol, exchange, interval, startdate, enddate) | OHLCV candles | DataFrame (timestamp, open, high, low, close, volume) | | client.quotes(symbol, exchange) | Real-time snapshot | Dict (open, high, low, ltp, bid, ask, prevclose, volume) | | client.multiquotes(symbols=[...]) | Multi-symbol quotes | List of quote dicts |
Experto en indicadores OpenAlgo. Úselo cuando el usuario pregunte sobre indicadores técnicos, gráficos, trazado de indicadores, creación de indicadores personalizados, creación de paneles, fuentes en tiempo real, escaneo de acciones, combinaciones de indicadores o uso de openalgo.ta. También activadores de funciones de indicadores (sma, ema, rsi, macd, supertrend, bollinger, atr, adx, ichimoku, stochastic, obv, vwap, crossover, crossunder, exrem). Fuente: marketcalls/openalgo-indicator-skills.