v1
latestOpenAPI 3.0.22026-08-061464031.4 MBInvestments Brazil
Get an investment's details
Get the details of a specific investment.
get/api/br/investments/{id}/
Path parameters
idstring uuid required
The investment.id you want to get detailed information about.
Query parameters
omitstring
Omit certain fields from being returned in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.
fieldsstring
Return only the specified fields in the response. For more information, see our <a href="https://developers.belvo.com/docs/searching-and-filtering" target="_blank">Filtering responses</a> DevPortal article.
Response
Ok
Example response
{
"id": "5359ddc5-31fc-4346-934b-cc24630a8d06",
"type": "FIXED_INCOME_BANKING",
"issuer_id_number": "10187609364567",
"isin_number": "BRCST4CTF001",
"currency": "BRL",
"product_name": "CONSTELLATION MASTER FIA",
"clearing_code": "CDB421GPXXX",
"due_date": "2022-01-01",
"issue_date": "2021-01-01",
"purchase_date": "2021-01-01",
"grace_period_date": "2021-01-01",
"issue_unit_price": 1000,
"balance": {
"reference_date": "2022-07-21T17:32:00Z",
"gross_value": 1000,
"blocked_amount": 100,
"quantity": 100,
"gross_unit_price": 10,
"net_value": 900,
"withheld_amount": 10,
"transaction_fee": 5,
"purchase_unit_price": 10,
"pre_fixed_rate": 0.05,
"post_fixed_rate": 0.05,
"penalty_fee": 10,
"late_payment_fee": 10,
"closing_price": 10,
"unit_price_factor": 1
},
"remuneration": {
"pre_fixed_rate": 0.05,
"post_fixed_rate": 0.05,
"rate_type": "LINEAR",
"rate_periodicity": "MENSAL",
"calculation_base": "DIAS_CORRIDOS",
"indexer": "CDI",
"indexer_additional_info": "IPCA + 5%"
},
"classification_details": {
"category": "ACOES",
"class": "Ações Livre",
"subclass": "Ações Livre"
},
"voucher_payment_details": {
"is_voucher_payment": true,
"periodicity": "MENSAL",
"periodicity_additional_info": "30/360"
},
"debtor_details": {
"name": "Roberto Marino"
}
}