stock-nse-india-secure
Version:
Secure fork of stock-nse-india with updated axios dependency. This package will help us to get equity/index details and historical data from National Stock Exchange of India.
6 lines • 360 B
TypeScript
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