v1
latestOpenAPI 3.0.22026-08-061464031.4 MBInvestment Transactions Brazil
Retrieve investments for a link
Retrieve investments for an existing link.
post/api/br/investment-transactions/
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.
Request body
Example request
{
"link": "c81a1dea-6dd6-4999-8b9f-541ee8197058",
"date_from": "2020-08-05",
"date_to": "2020-10-05",
"save_data": true
}Response
Ok (when save_data=false)
Example response
[
{
"id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d",
"link": "30cb4806-6e00-48a4-91c9-ca55968576c8",
"collected_at": "2022-02-09T08:45:50.406032Z",
"created_at": "2022-02-09T08:45:50.406032Z",
"investment": {
"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"
}
},
"internal_identification": "ABCD2126019929279212650822221989319253344",
"value_date": "2024-11-18",
"gross_value": 60,
"net_value": 60,
"value": 60,
"unit_price": 3,
"price_factor": 1,
"quantity": 20,
"type": "INFLOW",
"broker_note_details": {
"broker_note_number": "1854009930314350",
"gross_value": 1000,
"brokerage_fee": 10,
"clearing_settlement_fee": 2.5,
"clearing_registration_fee": 1,
"stock_exchange_asset_trade_notice_fee": 0.5,
"stock_exchange_fee": 3,
"clearing_custody_fee": 1.5,
"taxes": 10,
"income_tax": 5,
"net_value": 980
}
}
]