GetFundPostDate (Reserved Word)
Returns the post date of the specified fundamental data from some number of periods ago.
GetFundPostDate(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
GetFundPostDate returns the actual date that a company announced earnings for the specified period while the first appearance of the new fundamental data based on those earnings will be on the next business day after the post date. For example, if a company announced earnings on a Friday, the first associated earnings data would be plotted on a chart as of the opening bar on the following Monday which is the next business day for trading.
Example
Assigns Value1 the date value of fundamental data
Value1 = GetFundPostDate(
if GetLastFundDataError = fdrDataUnavailable then Print("Data Unavailable");
See Also
GetFundData, GetFundDataAsString, GetFundDataAsBoolean, GetLastFundDataError