github.com/Finnhub-Stock-API/finnhub-go@v1.2.1/model_company_news_statistics.go (about)

     1  /*
     2   * Finnhub API
     3   *
     4   * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
     5   *
     6   * API version: 1.0.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package finnhub
    11  // CompanyNewsStatistics struct for CompanyNewsStatistics
    12  type CompanyNewsStatistics struct {
    13  	// 
    14  	ArticlesInLastWeek int64 `json:"articlesInLastWeek,omitempty"`
    15  	// 
    16  	Buzz float32 `json:"buzz,omitempty"`
    17  	// 
    18  	WeeklyAverage float32 `json:"weeklyAverage,omitempty"`
    19  }