UNPKG

alpha_vantage_api_wrapper

Version:
8 lines (7 loc) 343 B
"use strict"; 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';