class Financialmodelingprep::FinancialStatementsApi

Defined in:

financialmodelingprep/api/financial_statements_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_client : Financialmodelingprep::ApiClient = ApiClient.default) #

[View source]

Instance Method Detail

def api_client : ApiClient #

[View source]
def api_client=(api_client : ApiClient) #

[View source]
def get_income_statements(symbol : String, limit : Int32 | Nil, period : String | Nil, datatype : String | Nil) #

Get Income Statements Retreive income statements for stocks by symbol or CIK. @param symbol [String] @return [Array(IncomeStatement)]


[View source]
def get_income_statements_with_http_info(symbol : String, limit : Int32 | Nil, period : String | Nil, datatype : String | Nil) #

Get Income Statements Retreive income statements for stocks by symbol or CIK. @param symbol [String] @return [Array<(Array(IncomeStatement), Integer, Hash)>] Array(IncomeStatement) data, response status code and response headers


[View source]