class Financialmodelingprep::FinancialStatementsApi
- Financialmodelingprep::FinancialStatementsApi
- Reference
- Object
Defined in:
financialmodelingprep/api/financial_statements_api.crConstructors
Instance Method Summary
- #api_client : ApiClient
- #api_client=(api_client : ApiClient)
-
#get_income_statements(symbol : String, limit : Int32 | Nil, period : String | Nil, apikey : String | Nil, datatype : String | Nil)
Get Income Statements Retreive income statements for stocks by symbol or CIK.
-
#get_income_statements_with_http_info(symbol : String, limit : Int32 | Nil, period : String | Nil, apikey : String | Nil, datatype : String | Nil)
Get Income Statements Retreive income statements for stocks by symbol or CIK.
Constructor Detail
Instance Method Detail
def get_income_statements(symbol : String, limit : Int32 | Nil, period : String | Nil, apikey : String | Nil, datatype : String | Nil)
#
Get Income Statements Retreive income statements for stocks by symbol or CIK. @param symbol [String] @return [Array(IncomeStatement)]
def get_income_statements_with_http_info(symbol : String, limit : Int32 | Nil, period : String | Nil, apikey : 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