POST ipbs/securities/pricehistory
Securitiy Price History
Request Information
URI Parameters
None.
Body Parameters
SearchSecurityPriceName | Description | Type | Additional information |
---|---|---|---|
CusipID | string |
Required Max length: 9 |
|
StartDate | date |
Required |
|
EndDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{ "CusipID": "sample string 1", "StartDate": "2025-04-03T23:45:45.6779197-04:00", "EndDate": "2025-04-03T23:45:45.6779197-04:00" }
text/xml
Sample:
<SearchSecurityPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPBSAPIV1"> <CusipID>sample string 1</CusipID> <EndDate>2025-04-03T23:45:45.6779197-04:00</EndDate> <StartDate>2025-04-03T23:45:45.6779197-04:00</StartDate> </SearchSecurityPrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CRMSecurityPriceName | Description | Type | Additional information |
---|---|---|---|
RecordID | integer |
Required |
|
CusipID | string |
Required Max length: 9 |
|
PricePerShare | decimal number |
Required |
|
PriceDate | date |
Required |
|
MarkedAs | string |
Required Max length: 1 |
Response Formats
application/json, text/json
Sample:
{ "RecordID": 1, "CusipID": "sample string 2", "PricePerShare": 1.1, "PriceDate": "2025-04-03T23:45:45.6779197-04:00", "MarkedAs": "sample string 3" }
text/xml
Sample:
<CRMSecurityPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPBSAPIV1"> <CusipID>sample string 2</CusipID> <MarkedAs>sample string 3</MarkedAs> <PriceDate>2025-04-03T23:45:45.6779197-04:00</PriceDate> <PricePerShare>1.1</PricePerShare> <RecordID>1</RecordID> </CRMSecurityPrice>