cURL
curl --request POST \ --url https://terrapinfinance.com/api/v1/bond_cashflows \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "isins": [ "GB00BSGJXG32" ] }'
{ "data": [ { "amount": 100, "date": "2025-02-10", "isin": "GB00BSGJXG32", "type": "principal" } ], "total": 1 }
Get cash flow schedules for fixed or zero rate bonds.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cashflow data
The response is of type object.
object