Documentation ¶
Index ¶
- func CompanyNews() (companyNewsList []string, pause bool, e error)
- func ExportAllBFs(trigger <-chan bool)
- func ExportAllFRs(trigger <-chan bool)
- func GetBasicFinancials() (result [][]string, e error)
- func GetEarningsCals() (cals []string, pause bool, e error)
- func GetFinancialReports() (result [][]string, e error)
- func GetNewsSentiment() (t float64, p float64, e error)
- func GetTrend() (target []int, peers []int, e error)
- func MarketNews() (mktNewsList []string, pause bool, e error)
- type CompanyNewsStruct
- type EarningsCalendarStruct
- type News
- type NewsSentiment
- type Trend
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompanyNews ¶
CompanyNews ..
func GetBasicFinancials ¶
GetBasicFinancials ..
func GetEarningsCals ¶
GetEarningsCals ..
func GetFinancialReports ¶
GetFinancialReports ..
Types ¶
type CompanyNewsStruct ¶
type CompanyNewsStruct []struct { Category string `json:"category"` Datetime int64 `json:"datetime"` Headline string `json:"headline"` ID int `json:"id"` Image string `json:"image"` Related string `json:"related"` Source string `json:"source"` Summary string `json:"summary"` URL string `json:"url"` }
CompanyNewsStruct ..
type EarningsCalendarStruct ¶
type EarningsCalendarStruct struct { EarningsCalendar []struct { Date string `json:"date"` EpsActual float64 `json:"epsActual"` EpsEstimate float64 `json:"epsEstimate"` Hour string `json:"hour"` Quarter int `json:"quarter"` RevenueActual float64 `json:"revenueActual"` RevenueEstimate float64 `json:"revenueEstimate"` Symbol string `json:"symbol"` Year int `json:"year"` } `json:"earningsCalendar"` }
EarningsCalendarStruct ..
type News ¶
type News []struct { Category string `json:"category"` Datetime int64 `json:"datetime"` Headline string `json:"headline"` ID int `json:"id"` Image string `json:"image"` Related string `json:"related"` Source string `json:"source"` Summary string `json:"summary"` URL string `json:"url"` }
News ..
type NewsSentiment ¶
type NewsSentiment struct { Buzz struct { ArticlesInLastWeek int `json:"articlesInLastWeek"` Buzz float64 `json:"buzz"` WeeklyAverage int `json:"weeklyAverage"` } `json:"buzz"` CompanyNewsScore float64 `json:"companyNewsScore"` SectorAverageBullishPercent float64 `json:"sectorAverageBullishPercent"` SectorAverageNewsScore float64 `json:"sectorAverageNewsScore"` Sentiment struct { BearishPercent float64 `json:"bearishPercent"` BullishPercent float64 `json:"bullishPercent"` } `json:"sentiment"` Symbol string `json:"symbol"` }
NewsSentiment ..
Click to show internal directories.
Click to hide internal directories.