UNPKG

@thoshpathi/utils-smartapi

Version:

Extended utilities for Angel One's smartapi-javascript SDK, including custom methods and helpers for market data like candles, P&L, and more.

6 lines (3 loc) 257 B
import { CandleInterval } from './types.js'; declare function getLastCompletedMarketCandle(interval: CandleInterval, marketOpenTime?: "09:15:00" | "09:00:00"): Date | null; export { getLastCompletedMarketCandle as default, getLastCompletedMarketCandle };