Syntax
GetChartData (SymbolID As String, FromDate As String, ToDate As String, PeriodID As Long)
Description
The GetChartData operation is used to return a JSON object as a list (of type ChartCandle) which contains a given symbol
historical data based on the specified period identifier and date.
Request Parameters
Name | Description | Required |
SymbolID |
|
Yes |
FromDate |
|
No |
ToDate |
|
No |
PeriodID |
|
Yes |
Response Elements
Name | Description |
Result | This operation returns List(Of ChartCandle) upon success.
The following are the ChartCandle’s Data members:
Type: JSON Object as a list (of type ChartCandle), Otherwise, an explicit error code is returned. |
See Also