CurrentRatio ( int fiscalPeriod );
Default values:
fiscalPeriod: FiscalPeriod.YEAR
Description
The CurrentRatio
function returns the ratio of a company's total assets to its total current liabilities. By default, the value is returned for the currently selected symbol and based on the annual reporting data. To specify a different symbol for this function, modify the value of the symbol
input parameter. To use quarterly data instead of annual, assign the FiscalPeriod.QUARTER
constant to the fiscalPeriod
input parameter.