module Finviz

Main module containing the settings and top-level methods

Constants

VERSION

Public Class Methods

quotes(**opts) click to toggle source
# File lib/finviz.rb, line 34
def quotes(**opts)
  QuotesFetcher.new(**opts).call
end
tickers(**opts) click to toggle source
# File lib/finviz.rb, line 30
def tickers(**opts)
  TickersFetcher.new(**opts).call
end