github.com/Finnhub-Stock-API/finnhub-go@v1.2.1/model_financial_statements.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  // FinancialStatements struct for FinancialStatements
    12  type FinancialStatements struct {
    13  	// Symbol of the company.
    14  	Symbol string `json:"symbol,omitempty"`
    15  	// An array of map of key, value pairs containing the data for each period.
    16  	Financials []map[string]interface{} `json:"financials,omitempty"`
    17  }