UNPKG

tradingview-scraper

Version:

A gateway to TradingView's data for your Node.js application!

50 lines 947 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.allQuoteFields = void 0; exports.allQuoteFields = [ 'ch', 'chp', 'current_session', 'description', 'local_description', 'language', 'exchange', 'fractional', 'is_tradable', 'lp', 'lp_time', 'minmov', 'minmove2', 'original_name', 'pricescale', 'pro_name', 'short_name', 'type', 'update_mode', 'volume', 'currency_code', 'ask', 'bid', 'fundamentals', 'high_price', 'is_tradable', 'low_price', 'open_price', 'prev_close_price', 'rch', 'rchp', 'rtc', 'rtc_time', 'status', 'basic_eps_net_income', 'beta_1_year', 'earnings_per_share_basic_ttm', 'industry', 'market_cap_basic', 'price_earnings_ttm', 'sector', 'volume', 'dividends_yield', 'timezone' ]; //# sourceMappingURL=QuoteFields.js.map