| 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 |
Expert en indicateurs OpenAlgo. À utiliser lorsque l'utilisateur pose des questions sur les indicateurs techniques, la création de graphiques, le traçage d'indicateurs, la création d'indicateurs personnalisés, la création de tableaux de bord, les flux en temps réel, l'analyse des stocks, les combinaisons d'indicateurs ou l'utilisation d'openalgo.ta. Déclenche également les fonctions d'indicateur (sma, ema, rsi, macd, supertrend, bollinger, atr, adx, ichimoku, stochastic, obv, vwap, crossover, crossunder, exrem). Source : marketcalls/openalgo-indicator-skills.