core

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2019 License: Apache-2.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFiler

func GetFiler(symbol string) (filer *model.Filer, err error)

GetFiler gets a single filer from the SEC website based on symbol.

Types

type Company

type Company struct {
	Name   string
	Symbol string
}

Company is a simple struct for a single company.

func GetPublicCompanies

func GetPublicCompanies() ([]Company, error)

GetPublicCompanies returns a list of public companies.

type SECFiling

type SECFiling struct {
	Filing *model.Filing
	Docs   []*model.Document
}

SECFiling contains a single instance of an sec filing.

func GetFilings

func GetFilings(cik, formtype, stoptime string) (filings []SECFiling, err error)

GetFilings gets a list of filings for a single CIK.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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