GET api/Share_DailyProfitLoss
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Chart_DailyProfitLossClassName | Description | Type | Additional information |
---|---|---|---|
TradeDate | date |
None. |
|
ProfitLoss | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TradeDate": "2024-11-21T05:11:23.4016888-05:00", "ProfitLoss": 2.0 }, { "TradeDate": "2024-11-21T05:11:23.4016888-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>2024-11-21T05:11:23.4016888-05:00</TradeDate> </Chart_DailyProfitLossClass> <Chart_DailyProfitLossClass> <ProfitLoss>2</ProfitLoss> <TradeDate>2024-11-21T05:11:23.4016888-05:00</TradeDate> </Chart_DailyProfitLossClass> </ArrayOfChart_DailyProfitLossClass>