stock-nse-india
Version:
This package will help us to get equity/index details and historical data from National Stock Exchange of India.
9 lines • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Underlying = void 0;
var Underlying;
(function (Underlying) {
Underlying["Nifty"] = "NIFTY";
Underlying["Gold"] = "GOLD";
})(Underlying = exports.Underlying || (exports.Underlying = {}));
//# sourceMappingURL=interface.js.map