Skip to main content

RequestExportCsvHedgingSymbolsSwapsHistory

Request for export to csv symbols swaps history for the specified hedge accounts and symbols

Request format

{
"Nodes": [],
"From": "2022-01-06",
"To": "2022-01-14",
"Accounts": [
],
"Symbols": [
"GBPUSD",
"USDJPY"
],
"Delimeter": ";",
"FileName": "SwapsHistory.csv",
"RequestId": "01a3a577-4edd-443e-acdd-95dc42b537fe",
"RequestName": "RequestExportCsvHedgingSymbolsSwapsHistory"
}

Request parameters:

NameDescription
RequestIdUnique request GUID
NodesList of nodes that participate in the request. If the list is empty, then all available nodes are called.
FromHistory start date and time
ToDate and time of the end of history
SymbolsFilter by hedge accounts (all available accounts if nothing is specified)
AccountsFilter by symbols (by all symbols, if nothing is specified)
DelimeterCsv file separator
FileNameFile name
RequestNameRequest type

Response ResponseExportCsvHedgingSymbolsSwapsHistory

{
"Result": {
"Data": "UEsDBBQAAAAIAK2KyFQdmbbUoAMAACsLAAAQAAAAQWN0aXZlT...[Content truncated for readability]...AAAAAAAAAAAAAAAAAA=="
},
"RequestId": "01a3a577-4edd-443e-acdd-95dc42b537fe",
"Errors": [],
"ResponseMaster": "ResponseExportCsvHedgingSymbolsSwapsHistory"
}