Overview
Government and corporate bonds
US municipal bonds
Reference Data
POST
/
api
/
v1
/
muni_reference
Copy
curl --request POST \
--url https://terrapinfinance.com/api/v1/muni_reference \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"isins": [
"US005824LP01"
]
}'
Copy
{
"data": [
{
"issue_price": 111.945,
"mandatory_redemption_schedule": [],
"is_social": false,
"country_code": "US",
"rating": "investment_grade",
"optional_redemption_schedule": [
{
"call_date": "2032-02-01",
"call_price": 100,
"includes_accrued_interest": true,
"is_periodic": true,
"period_amount": 1,
"period_type": "day",
"until": null
}
],
"ticker": "IL ADASCD 5 02/01/2035",
"is_callable": true,
"extraordinary_optional_redemption": null,
"series": "SCHOOL DISTRICT NUMBER 172 ADAMS COUNTY, ILLINOIS (QUINCY) GENERAL OBLIGATION SCHOOL BONDS, SERIES 2024 (IL)",
"interest_rate_schedule": [
{
"determination_period": null,
"from_date": null,
"interest_rate": 5,
"interest_type": "fixed",
"rate_mode_name": null,
"until_date": null
}
],
"next_call_date": "2032-02-01",
"maturity_amount": 10000000,
"interest_type": "fixed rate",
"is_federally_taxable": false,
"figi": "BBG01L7LZSL5",
"issuer_name": "SCHOOL DISTRICT NUMBER 172 ADAMS COUNTY, ILLINOIS (QUINCY)",
"coupon_payment_day": 5,
"series_issued_amount": 10000000,
"interest_maximum_rate": null,
"first_interest_payment_date": "2024-08-05",
"is_insured": true,
"interest_accrual_date": "2024-02-20",
"source_of_repayment": "General Obligation",
"is_green": false,
"interest_accrual_convention": "30/360",
"maturity_date": "2035-02-01",
"integral_multiple": 5000,
"remarketing_agent": null,
"first_execution_date": "2024-01-31",
"purpose": "Education",
"award_date": "2024-01-30",
"liquidity_facility": null,
"issue_yield": 3.28,
"previous_coupon_date": "2024-02-01",
"interest_payment_schedule": [
{
"interest_type": "regular",
"payment_date": {
"business_day": 5,
"month": 8,
"year": 2024
},
"periodic_schedule": {
"period_amount": 6,
"period_type": "month",
"until": null
}
}
],
"interest_minimum_rate": null,
"optional_redemption_min_notice": 90,
"next_coupon_date": "2024-08-01",
"currency": "USD",
"is_state_taxable": false,
"is_outstanding": true,
"has_mandatory_redemption": false,
"is_sustainable": false,
"is_amt": false,
"coupon_payment_months": [
2,
8
],
"interest_rate": 5,
"country": "United States of America",
"minimum_denomination": 5000,
"first_call_date": "2032-02-01",
"dated_date": "2024-02-20",
"closing_date": "2024-02-20",
"coupon_frequency": 2,
"is_bank_qualified": true,
"state": "IL",
"variable_rate_mode": null,
"isin": "US005824LP01",
"issue_date": "2024-01-30",
"first_trade_date": "2024-01-31",
"optional_redemption_max_notice": 120,
"sector": "education",
"issued_amount": 240000,
"is_pac": false
}
],
"total": 1
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Reference data
The response is of type object
.
Copy
curl --request POST \
--url https://terrapinfinance.com/api/v1/muni_reference \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"isins": [
"US005824LP01"
]
}'
Copy
{
"data": [
{
"issue_price": 111.945,
"mandatory_redemption_schedule": [],
"is_social": false,
"country_code": "US",
"rating": "investment_grade",
"optional_redemption_schedule": [
{
"call_date": "2032-02-01",
"call_price": 100,
"includes_accrued_interest": true,
"is_periodic": true,
"period_amount": 1,
"period_type": "day",
"until": null
}
],
"ticker": "IL ADASCD 5 02/01/2035",
"is_callable": true,
"extraordinary_optional_redemption": null,
"series": "SCHOOL DISTRICT NUMBER 172 ADAMS COUNTY, ILLINOIS (QUINCY) GENERAL OBLIGATION SCHOOL BONDS, SERIES 2024 (IL)",
"interest_rate_schedule": [
{
"determination_period": null,
"from_date": null,
"interest_rate": 5,
"interest_type": "fixed",
"rate_mode_name": null,
"until_date": null
}
],
"next_call_date": "2032-02-01",
"maturity_amount": 10000000,
"interest_type": "fixed rate",
"is_federally_taxable": false,
"figi": "BBG01L7LZSL5",
"issuer_name": "SCHOOL DISTRICT NUMBER 172 ADAMS COUNTY, ILLINOIS (QUINCY)",
"coupon_payment_day": 5,
"series_issued_amount": 10000000,
"interest_maximum_rate": null,
"first_interest_payment_date": "2024-08-05",
"is_insured": true,
"interest_accrual_date": "2024-02-20",
"source_of_repayment": "General Obligation",
"is_green": false,
"interest_accrual_convention": "30/360",
"maturity_date": "2035-02-01",
"integral_multiple": 5000,
"remarketing_agent": null,
"first_execution_date": "2024-01-31",
"purpose": "Education",
"award_date": "2024-01-30",
"liquidity_facility": null,
"issue_yield": 3.28,
"previous_coupon_date": "2024-02-01",
"interest_payment_schedule": [
{
"interest_type": "regular",
"payment_date": {
"business_day": 5,
"month": 8,
"year": 2024
},
"periodic_schedule": {
"period_amount": 6,
"period_type": "month",
"until": null
}
}
],
"interest_minimum_rate": null,
"optional_redemption_min_notice": 90,
"next_coupon_date": "2024-08-01",
"currency": "USD",
"is_state_taxable": false,
"is_outstanding": true,
"has_mandatory_redemption": false,
"is_sustainable": false,
"is_amt": false,
"coupon_payment_months": [
2,
8
],
"interest_rate": 5,
"country": "United States of America",
"minimum_denomination": 5000,
"first_call_date": "2032-02-01",
"dated_date": "2024-02-20",
"closing_date": "2024-02-20",
"coupon_frequency": 2,
"is_bank_qualified": true,
"state": "IL",
"variable_rate_mode": null,
"isin": "US005824LP01",
"issue_date": "2024-01-30",
"first_trade_date": "2024-01-31",
"optional_redemption_max_notice": 120,
"sector": "education",
"issued_amount": 240000,
"is_pac": false
}
],
"total": 1
}
Assistant
Responses are generated using AI and may contain mistakes.