Click or drag to resize

FactSetOnDemandCorporateActionsDividends Method (String, String, String)

Execute the CorporateActionsDividends Factlet.

Namespace:  Kratos_3.RunTimePlatform
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public DataFrame CorporateActionsDividends(
	string ids,
	string startDate,
	string endDate
)

Parameters

ids
Type: SystemString
startDate
Type: SystemString
endDate
Type: SystemString

Return Value

Type: DataFrame
DataFrame. If not in waitUntilDone mode, must wait for results before accessing dataframe
See Also