UNPKG

stock-nse-india

Version:

This package will help us to get equity/index details and historical data from National Stock Exchange of India.

6 lines 355 B
export declare function showIndexOverview(): Promise<void>; export declare function showIndexDetails(argv: any): Promise<void>; export declare function showMarketStatus(): Promise<void>; export declare function showEquityDetails(argv: any): Promise<void>; export declare function showHistorical(argv: any): Promise<void>; //# sourceMappingURL=api.d.ts.map