alpha_vantage_api_wrapper
Version:
Alpha Vintage API Wrapper for Node.Js
8 lines (7 loc) • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NO_TOKEN = 'No API Key provided';
exports.VALIDATION_ERROR = 'validation_error';
exports.NO_TICKER = 'No TICKER Provided';
exports.NO_BASE_CURRENCY = 'Base Currency Ticker Required';
exports.NO_DESTINATION_CURRENCY = 'Destinantion Currency Ticker Required';