calendar

package
v1.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	APIURL = "https://finviz.com/calendar.ashx"
	YEAR   = 2022
)

Variables

This section is empty.

Functions

func Scrape

func Scrape(doc *goquery.Document) ([][]string, error)

Types

type Client

type Client struct {
	*http.Client
	// contains filtered or unexported fields
}

func New

func New(config *Config) *Client

func (*Client) Do

func (c *Client) Do(req *http.Request) (*http.Response, error)

func (*Client) GetCalendar

func (c *Client) GetCalendar() (*dataframe.DataFrame, error)

type Config

type Config struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL