---
title: "Retrieve investments for a link"
method: POST
path: "/api/br/investment-transactions/"
tags: ["Investment Transactions Brazil"]
---

# Retrieve investments for a link

`POST /api/br/investment-transactions/`

Retrieve investments for an existing link.

## Query parameters

- `omit` string
- `fields` string

## Request body

- object — The request body for investment transactions in Brazil.
  - `link` string, uuid, required — The `link.id` you want to retrieve information for.
  - `date_from` string, date — The date from which you want to start getting data for, in `YYYY-MM-DD` format. ⚠️ The value of `date_from` cannot be greater than `date_to`.
  - `date_to` string, date — The date you want to stop getting data for, in `YYYY-MM-DD` format. ⚠️ The value of `date_to` cannot be greater than today's date (in other words, no future dates).
  - `save_data` boolean — Indicates whether or not to persist the data in Belvo. By default, this is set to `true` and we return a 201 Created response. When set to `false`, the data won't be persisted and we return a 200 OK response.

## Response `200`

Ok (when `save_data=false`)

- InvestmentTransactionBrazil[]
  - `id` string, uuid — Belvo's unique identifier for the current item.
  - `link` string, uuid, nullable — The `link.id` the data belongs to.
  - `collected_at` string, date-time — The ISO-8601 timestamp when the data point was collected.
  - `created_at` string, date-time — The ISO-8601 timestamp of when the data point was created in Belvo's database.
  - `investment` InvestmentBrazil
    - `id` string, uuid — The unique identifier created by Belvo used to reference the current investment.
    - `type` string — The type of investment: Can be either - `FIXED_INCOME_BANKING` (*Renda Fixa Bancária*) - `FIXED_INCOME_CREDIT` (*Renda Fixa Crédito*) - `VARIABLE_INCOME` (*Renda Variável*) - `TREASURY_BOND` (*Tesouro Direto*) - `INVESTMENT_FUND` (*Fundos de Investimento*)
    - `issuer_id_number` string, nullable — The CNPJ number of the issuing institution. For Investment Funds, this is the CNPJ of the fund. > 🚧 Not applicable for `TREASURY_BOND` investments.
    - `isin_number` string, nullable — The ISO-6166 International Securities Identification Number (ISIN) for the financial instrument.
    - `currency` string — The three-letter currency code (ISO-4217) of the investment. For example, `BRL` for Brazilian Real.
    - `product_name` string — The name of the investment product. - For `FIXED_INCOME_BANKING`, this can be: CDB, RDB, LCI, or LCA. - For `FIXED_INCOME_CREDIT`, this can be: DEBENTURES, CRI, or CRA. - For `INVESTMENT_FUND`, this will be the name of the fund. For example: CONSTELLATION MASTER FIA - For `TREASURY_BOND`, this will be the name of the bond. For example: Tesouro Selic 2025. - For `VARIABLE_INCOME_INCOME`, this will be the name of the stock. For example AAPL.
    - `is_tax_exempt` boolean — Indicates if the investment is exempt from taxes. > 🚧 Only applicable for `FIXED_INCOME_CREDIT` investments.
    - `clearing_code` string, nullable — The clearing code of the investment. > 🚧 Only applicable for `FIXED_INCOME_BANKING` and `FIXED_INCOME_CREDIT`.
    - `due_date` string, date, nullable — The maturity date of the financial instrument. > 🚧 Only applicable for `FIXED_INCOME_BANKING`, `FIXED_INCOME_CREDIT`, and `TREASURY_BOND` investments.
    - `issue_date` string, date, nullable — The date the financial instrument was issued. > 🚧 Only applicable for `FIXED_INCOME_BANKING` and `FIXED_INCOME_CREDIT`.
    - `purchase_date` string, date, nullable — The date the financial instrument was purchased. > 🚧 Only applicable for `FIXED_INCOME_BANKING`, `FIXED_INCOME_CREDIT`, and `TREASURY_BOND` investments.
    - `grace_period_date` string, date, nullable — The grace period date of the financial instrument. > 🚧 Only applicable for `FIXED_INCOME_BANKING` and `FIXED_INCOME_CREDIT`.
    - `issue_unit_price` number, float, nullable — The unit price of the financial instrument at the time of issuance. > 🚧 Only applicable for `FIXED_INCOME_BANKING` and `FIXED_INCOME_CREDIT`.
    - `balance` InvestmentBalance — The balance of the investment instrument, as of the `reference_date`.
      - `reference_date` string, date-time — The date and time that the balance was calculated for the investment instrument, in `YYYY-MM-DDTHH:MM:SSZ` format.
      - `gross_value` number, float — The gross value of the investment instrument.
      - `blocked_amount` number, float — The amount of the investment instrument that is blocked or unavailable for transactions.
      - `quantity` number, float — The number of units, quotas, or assets held on the reference date.
      - `gross_unit_price` number, float, nullable — The current gross unit value of the investment on the reference date
      - `net_value` number, float, nullable — The net value of the investment after deductions for taxes, fees, and other charges, as of the reference date.
      - `withheld_amount` number, float, nullable — The amount of the investment instrument that has been withheld or deducted from the net value.
      - `transaction_fee` number, float, nullable — The fees and taxes charged for the transaction.
      - `purchase_unit_price` number, float, nullable — The unit price at the time of purchase for the security or asset.
      - `pre_fixed_rate` number, float, nullable — The pre-fixed remuneration rate for the income product.
      - `post_fixed_rate` number, float, nullable — The percentage of the post-fixed indexer for the income product.
      - `penalty_fee` number, float, nullable — The penalty (fine) for delays in payments, as defined in the contract.
      - `late_payment_fee` number, float, nullable — The interest charged for delayed payments.
      - `closing_price` number, float, nullable — The closing price of the investment on the reference date.
      - `unit_price_factor` number, float, nullable — The factor used to calculate the unit price.
    - `remuneration` Remuneration — The remuneration details of the investment instrument.
      - `pre_fixed_rate` number, float, nullable — The fixed interest rate defined at issuance, expressed as a decimal (for example `0.150000` represents 15%).
      - `post_fixed_rate` number, float, nullable — The post-fixed interest rate defined at issuance, expressed as a decimal (for example `0.150000` represents 15%).
      - `rate_type` string, nullable — The type of remuneration rate applied to the financial instrument. Can be either: - `LINEAR` - `EXPONENCIAL`
      - `rate_periodicity` string, nullable — The frequency that the remuneration rate is applied to the financial instrument. Can be either: - `DIARIO` - `MENSAL` - `ANUAL` - `SEMESTRAL`
      - `calculation_base` string, nullable — Indicates whether the remuneration or interest calculation is based on business days (*dias úteis*) or calendar days (*dias corridos*). - `DIAS_UTEIS` - `DIAS_CORRIDOS`
      - `indexer` string, nullable — The index used as a reference to calculate the profitability or returns of the financial instrument. Can be one either: - `CDI` - `DI` - `TR` - `IPCA` - `IGP_M` - `IGP_DI` - `INPC` - `BCP` - `TLC` - `SELIC` - `PRE_FIXADO` - `OUTROS`
      - `indexer_additional_info` string, nullable — Additional information regarding the `indexer` rate. Required when `indexer` is set to `OUTROS`.
    - `classification_details` ClassificationDetails, nullable — The classification details of the investment instrument. > 🚧 Only applicable for `INVESTMENT_FUND` investments. > > This object is only applicable for `INVESTMENT_FUND` investments. For all other investment types, this object will be `null`.
      - `category` string, nullable — The investment fund's category, as defined by ANBIMA's classification standards. Can be one of: - `RENDA_FIXA` - `ACOES` - `MULTIMERCADO` - `CAMBIAL`
      - `class` string, nullable — The class within the investment fund's category, as defined by ANBIMA's classification standards.
      - `subclass` string, nullable — The subclass of the investment fund, as defined by ANBIMA's classification standards.
    - `voucher_payment_details` VoucherPaymentDetails — The voucher payment (also known as coupon payments) details of the investment instrument. > 🚧 Only applicable for `FIXED_INCOME_CREDIT` and `TREASURY_BOND` investments. > > This object is only applicable for `FIXED_INCOME_CREDIT` and `TREASURY_BOND` investments. For all other investment types, this object will be `null`.
      - `is_voucher_payment` boolean — Indicates whether the financial instrument pays periodic interest (voucher payments).
      - `periodicity` string, nullable — The frequency that the voucher payments are made. Required when `is_voucher_payment` is set to `true`. Can be one of: - `MENSAL` - `TRIMESTRAL` - `SEMESTRAL` - `ANUAL` - `IRREGULAR` - `OUTROS`
      - `periodicity_additional_info` string, nullable — Additional information about the voucher payment periodicity. Required when `periodicity` is set to `OUTROS`.
    - `debtor_details` DebtorDetails, nullable — The debtor details of the investment instrument. > 🚧 Only applicable for `FIXED_INCOME_CREDIT` investments. > > This object is only applicable for `FIXED_INCOME_CREDIT` investments. For all other investment types, this object will be `null`.
      - `name` string — The name of the debtor.
      - `id_document_number` string — The debtor's identification document number (CNPJ).
  - `internal_identification` string — The institution's internal identification of the investment transaction.
  - `value_date` string, date — The date on which the transaction was settled, in `YYYY-MM-DD` format. > 📘 `VARIABLE_INCOME` > > For `VARIABLE_INCOME` investments, you will only receive transactions up until the last trading date. For example, if today is 19.11.2024, you will only receive transactions up till 18.11.2024. > 📘 `INVESTMENT_FUND` > > For `INVESTMENT_FUND` investments, this is the date when the transaction (purchase or redemption) is officially processed into fund shares or quotas. For purchases, this is the date the investor’s money is applied to acquire fund shares. For redemptions, this is the date when the fund shares are officially converted back into cash.
  - `gross_value` number, float — The gross value of the transaction. > 🚧 Not applicable for `VARIABLE_INCOME` investments.
  - `net_value` number, float — The net value of the transaction. > 🚧 Not applicable for `VARIABLE_INCOME` investments.
  - `value` number, float — The value of the transaction. For **`VARIABLE_INCOME` investments**, this is the value of the trade executed by the client. If the client buys or sells stocks, this field indicates the total value of the trade (for example, the price per share × quantity). For **`INVESTMENT_FUND` investments**, this is the value requested by the client for a fund transaction. > 🚧 Only applicable for `VARIABLE_INCOME` and `INVESTMENT_FUND` investments.
  - `unit_price` number, float — The price for an individual unit or quota.
  - `price_factor` number, float — The number of units (shares) considered when calculating the price per share or unit for a transaction. > 🚧 Only applicable for `VARIABLE_INCOME` investments.
  - `transaction_tax` number, float — The Financial Transaction Tax (*Imposto sobre Operações Financeiras (IOF)*) applied or withheld during the transaction. > 🚧 Not applicable for `VARIABLE_INCOME` investments.
  - `income_tax` number, float — The Income Tax (*Imposto de Renda (IR)*) applied or withheld during the transaction. > 🚧 Not applicable for `VARIABLE_INCOME` investments.
  - `quantity` number, float — The number of units, quotas, or assets involved in a transaction.
  - `type` 'INFLOW' | 'OUTFLOW' | 'null' — The transaction type (`INFLOW` or `OUTFLOW`) from the investment perspective.
  - `subtype` string — The transaction subtype. - For `FIXED_INCOME_BANKING`: APLICACAO, RESGATE, CANCELAMENTO, VENCIMENTO, PAGAMENTO_JUROS, AMORTIZACAO, TRANSFERENCIA_TITULARIDADE, TRANSFERENCIA_CUSTODIA, OUTROS. - For `FIXED_INCOME_CREDIT`: COMPRA, VENDA, CANCELAMENTO, VENCIMENTO, PAGAMENTO_JUROS, AMORTIZACAO, PRÊMIO, TRANSFERENCIA_TITULARIDADE, TRANSFERENCIA_CUSTODIA, MULTA, MORA, OUTROS. - For `VARIABLE_INCOME`: COMPRA, VENDA, DIVIDENDOS, JCP, ALUGUEIS, TRANSFERENCIA_TITULARIDADE, OUTROS. - For `INVESTMENT_FUND`: AMORTIZACAO, TRANSFERENCIA_DE_COTAS, APLICACAO, RESGATE, COME_COTAS, OUTROS. - For `TREASURY_BOND`: COMPRA, VENDA, CANCELAMENTO, VENCIMENTO, PAGAMENTO_JUROS, AMORTIZACAO, TRANSFERENCIA_TITULARIDADE, TRANSFERENCIA_CUSTODIA, OUTROS.
  - `subtype_additional_info` string — Additional information about the transaction subtype. This field is mandatory when the subtype is `OUTROS`.
  - `indexer_percentage` number, float — The maximum percentage of the indexer for the contract (Bancaria) or transaction (Credito). > 🚧 Only applicable for `FIXED_INCOME_BANKING` and `FIXED_INCOME_CREDIT` investments.
  - `rate` number, float — The remuneration rate applied to the transaction. > 🚧 Only applicable for `FIXED_INCOME_BANKING`, `FIXED_INCOME_CREDIT`, and `TREASURY_BOND` investments.
  - `exit_fee` number, float — The exit fee applied to the Investment Fund (Fundos de Investimento) transaction. This fee is charged when a client redeems or exits the fund. > 🚧 Only applicable for `INVESTMENT_FUND` investments.
  - `broker_note_details` BrokerNote, nullable — Details regarding the broker note that is associated with this transaction. This object is only returned for transactions that are associated with a `VARIABLE_INCOME` investment type. > 📘 Info > > A broker note (*nota de corretagem*) is an official document issued by a brokerage detailing the transactions made by an investor on a given day. It includes information on the gross value of all purchases and sales, brokerage fees, clearing and settlement fees, clearing and registration fees, stock exchange asset trade notice fees, stock exchange fees, clearing custody fees, taxes, and income tax withheld at source.
    - `broker_note_number` string, required — The broker note number.
    - `gross_value` number, float, required — The gross value of all purchases and sales for the day.
    - `brokerage_fee` number, float, required — The total brokerage fee charged for the day.
    - `clearing_settlement_fee` number, float, required — The fee charged for clearing and settlement in custody.
    - `clearing_registration_fee` number, float, required — The fee charged for clearing and registration in custody.
    - `stock_exchange_asset_trade_notice_fee` number, float, required — The fee charged by the stock exchange for asset trade notifications.
    - `stock_exchange_fee` number, float, required — The fee charged by the stock exchange for registry services.
    - `clearing_custody_fee` number, float, required — The fee charged by financial institutions for custody services.
    - `taxes` number, float, required — The total amount taxes charged on the transaction for the day, excluding income tax withheld at source.
    - `income_tax` number, float, required — The total amount of income tax withheld at the source for the day.
    - `net_value` number, float, required — The net value of the broker note after deducting expenses for brokerage fees, clearing settlement fees, registration fees, ANA fees, emoluments, custody fees, taxes, and IRRF

## Other responses

- `201` — Created (when `save_data=true`)
- `202` — Request Accepted (when `X-Belvo-Request-Mode` is `async`)
- `400` — Bad request error
- `401` — Unauthorized
- `403` — Access to Belvo API denied
- `404` — Not Found Error
- `408` — Request Timeout
- `500` — Unexpected Error

---

[API](https://skmtc.net/belvo/apis/belvo-api-docs.md) · [All operations](https://skmtc.net/belvo/apis/belvo-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/belvo/belvo-api-docs/versions/3423c786ece5/schema)
