Versions in this module Expand all Collapse all v0 v0.0.3 Nov 1, 2022 v0.0.2 Sep 10, 2022 Changes in this version type Client + func New() *Client v0.0.1 Nov 26, 2021 Changes in this version + const Uri + type Client struct + func NewClient() *Client + func (c *Client) Get() (*Table, error) + type Entry struct + Change float64 + Company string + Country string + Industry string + MarketCap string + No uint32 + PE float64 + Price float64 + Sector string + Ticker string + Volume uint32 + type Exchange string + const AMEX + const NASDAQ + const NYSE + type Filter struct + func (f Filter) String() string + type Parser struct + func (p *Parser) Parse(t *html.Tokenizer) (v *Table, err error) + type PriceTarget string + const Above50 + const Below50 + type Sorting string + const AnalystRecommendation + const AverageTrueRange + const AverageVolume3Month + const Beta + const Change + const ChangefromOpen + const CurrentRatio + const EPSgrowthnext5years + const EPSgrowthnextyear + const EPSgrowthpast5years + const EPSgrowthqtroverqtr + const EPSgrowththisyear + const EarningsDate + const Gap + const GrossMargin + const HighRelative50Day + const HighRelative52Week + const IPODate + const InsiderOwnership + const InsiderTransactions + const InstitutionalOwnership + const InstitutionalTransactions + const LTDebtEquity + const LowRelative50Day + const LowRelative52Week + const NetProfitMargin + const OperatingMargin + const PerformanceHalfYear + const PerformanceMonth + const PerformanceQuarter + const PerformanceWeek + const PerformanceYear + const PerformanceYearToDate + const Price + const QuickRatio + const RelativeStrengthIndex14 + const RelativeVolume + const ReturnonAssets + const ReturnonEquity + const ReturnonInvestment + const SMARelative200Day + const SMARelative20Day + const SMARelative50Day + const Salesgrowthpast5years + const Salesgrowthqtroverqtr + const SharesFloat + const SharesOutstanding + const ShortInterestRatio + const ShortInterestShare + const TargetPrice + const TotalDebtEquity + const VolatilityMonth + const VolatilityWeek + const Volume + func (s Sorting) Desc() Sorting + type Table struct + Entries []*Entry