GetFundPeriodEndDate (Reserved Word)
Returns the end date of the reporting period for the specified fundamental data from some number of periods ago.
GetFundPeriodEndDate(sFieldName,nDataPointsBack)
Where sFieldName is a text string containing the short name of the data to read. The nDataPointsBack parameter refers to the number of data periods ago from which to read the data.
Fundamental data names are listed in tables under the following categor
Remarks
GetFundPeriodEndDate returns the end date for the specified period of the referenced fundamental data field.
Example
Assigns Value1 the period end date value of fundamental data
Value1 = GetFundPeriodEndDate(
if GetLastFundDataError = fdrDataUnavailable then Print("Data Unavailable");
See Also
GetFundData, GetFundDataAsString, GetFundDataAsBoolean, Getfundpostdate, GetLastFundDataError