POST ipbs/securities/pricehistory
Securitiy Price History
Request Information
URI Parameters
None.
Body Parameters
SearchSecurityPrice| Name | 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": "2026-01-26T21:51:19.582346-05:00",
"EndDate": "2026-01-26T21:51:19.582346-05: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>2026-01-26T21:51:19.582346-05:00</EndDate> <StartDate>2026-01-26T21:51:19.582346-05:00</StartDate> </SearchSecurityPrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CRMSecurityPrice| Name | 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": "2026-01-26T21:51:19.582346-05: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>2026-01-26T21:51:19.582346-05:00</PriceDate> <PricePerShare>1.1</PricePerShare> <RecordID>1</RecordID> </CRMSecurityPrice>