RequestTradingSymbolChart
Symbol history query
Request format
"Period": 5,
"From": null,
"To": null,
"Symbol": "EURUSD",
"RequestId": "e60e03de-54fa-44d2-828b-689553fc7437",
"Nodes": [
"Node1"
],
"RequestName": "RequestTradingSymbolChart"
}
Request parameters:
| Name | Description |
|---|---|
| Period | Requested timeframe in minutes |
| From | History start date and time |
| To | Date and time of the end of history |
| Symbol | Name of the requested symbol |
| RequestId | Unique request GUID |
| Nodes | List of nodes that participate in request. If the list is empty, all available nodes are requested. |
| RequestName | Type of request |
Response ResponseTradingSymbolChart
"Result": [
{
"Node": "Node1",
"Platform": "Mt4",
"Result": [
{
"Symbol": "EURUSD",
"Vol": 51946.0,
"Ctm": "2014-07-16 00:00:00:000",
"Period": 1440,
"Open": 1.357,
"High": 1.35707,
"Low": 1.35204,
"Close": 1.35276
},
{
"Symbol": "EURUSD",
"Vol": 54183.0,
"Ctm": "2014-07-17 00:00:00:000",
"Period": 1440,
"Open": 1.35273,
"High": 1.35399,
"Low": 1.35121,
"Close": 1.35182
}
],
"ResponseNode": "ResponseNodeTradingSymbolChart"
}
],
"RequestId": "cc956832-a8dc-4fac-9b0c-85b6885c09e0",
"ResponseMaster": "ResponseTradingSymbolChart"
}