GET api/Asset/GetInvestorPriceDifference?InitialDate={InitialDate}&FinalDate={FinalDate}&MarginError={MarginError}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InitialDate | date |
Required |
|
| FinalDate | date |
Required |
|
| MarginError | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InvestorPriceDifference| Name | Description | Type | Additional information |
|---|---|---|---|
| Symbol | string |
None. |
|
| CurrentDate | date |
None. |
|
| CurrentPrice | decimal number |
None. |
|
| PreviousDate | date |
None. |
|
| PreviousPrice | decimal number |
None. |
|
| Variation | decimal number |
None. |
|
| C_Variation | decimal number |
None. |
|
| InterfaceCode | string |
None. |
|
| InvestorName | string |
None. |
|
| InvestorCurrentDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Symbol": "sample string 1",
"CurrentDate": "2025-12-06T12:56:33.4614563-06:00",
"CurrentPrice": 3.0,
"PreviousDate": "2025-12-06T12:56:33.4614563-06:00",
"PreviousPrice": 1.0,
"Variation": 1.0,
"C_Variation": 1.0,
"InterfaceCode": "sample string 4",
"InvestorName": "sample string 5",
"InvestorCurrentDate": "2025-12-06T12:56:33.4614563-06:00"
},
{
"Symbol": "sample string 1",
"CurrentDate": "2025-12-06T12:56:33.4614563-06:00",
"CurrentPrice": 3.0,
"PreviousDate": "2025-12-06T12:56:33.4614563-06:00",
"PreviousPrice": 1.0,
"Variation": 1.0,
"C_Variation": 1.0,
"InterfaceCode": "sample string 4",
"InvestorName": "sample string 5",
"InvestorCurrentDate": "2025-12-06T12:56:33.4614563-06:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfAssetController.InvestorPriceDifference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLMD.Controllers">
<AssetController.InvestorPriceDifference>
<C_Variation>1</C_Variation>
<CurrentDate>2025-12-06T12:56:33.4614563-06:00</CurrentDate>
<CurrentPrice>3</CurrentPrice>
<InterfaceCode>sample string 4</InterfaceCode>
<InvestorCurrentDate>2025-12-06T12:56:33.4614563-06:00</InvestorCurrentDate>
<InvestorName>sample string 5</InvestorName>
<PreviousDate>2025-12-06T12:56:33.4614563-06:00</PreviousDate>
<PreviousPrice>1</PreviousPrice>
<Symbol>sample string 1</Symbol>
<Variation>1</Variation>
</AssetController.InvestorPriceDifference>
<AssetController.InvestorPriceDifference>
<C_Variation>1</C_Variation>
<CurrentDate>2025-12-06T12:56:33.4614563-06:00</CurrentDate>
<CurrentPrice>3</CurrentPrice>
<InterfaceCode>sample string 4</InterfaceCode>
<InvestorCurrentDate>2025-12-06T12:56:33.4614563-06:00</InvestorCurrentDate>
<InvestorName>sample string 5</InvestorName>
<PreviousDate>2025-12-06T12:56:33.4614563-06:00</PreviousDate>
<PreviousPrice>1</PreviousPrice>
<Symbol>sample string 1</Symbol>
<Variation>1</Variation>
</AssetController.InvestorPriceDifference>
</ArrayOfAssetController.InvestorPriceDifference>