class

Financialmodelingprep::FinancialStatementsApi

Inherits Reference < Object

Constructors

new(api_client : Financialmodelingprep::ApiClient = ApiClient.default)
Source

Instance methods

api_client
Source
api_client=(api_client : ApiClient)
Source
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)]

Source
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

Source