GET api/Share_DailyProfitLoss
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Chart_DailyProfitLossClass| Name | Description | Type | Additional information |
|---|---|---|---|
| TradeDate | date |
None. |
|
| ProfitLoss | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TradeDate": "2025-11-06T22:41:25.8146835-05:00",
"ProfitLoss": 2.0
},
{
"TradeDate": "2025-11-06T22:41:25.8146835-05:00",
"ProfitLoss": 2.0
}
]
application/xml, text/xml
Sample:
<ArrayOfChart_DailyProfitLossClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TpmUtils">
<Chart_DailyProfitLossClass>
<ProfitLoss>2</ProfitLoss>
<TradeDate>2025-11-06T22:41:25.8146835-05:00</TradeDate>
</Chart_DailyProfitLossClass>
<Chart_DailyProfitLossClass>
<ProfitLoss>2</ProfitLoss>
<TradeDate>2025-11-06T22:41:25.8146835-05:00</TradeDate>
</Chart_DailyProfitLossClass>
</ArrayOfChart_DailyProfitLossClass>