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": [ { "cashflows": [ { "amount": 100, "date": "2025-02-10", "type": "principal" } ], "isin": "GB00BSGJXG32" } ], "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>
International Securities Identification Number (ISIN), unique 12-character code for the security.
12
Cashflow data
List of response data objects, often capped to 1000.
Show child attributes
Total number of results in the database that match the query filters.