# Retrieve Financial Statements for a link Retrieve the Financial Statements information for a specific fiscal link. Endpoint: POST /api/financial-statements/ Version: 1.222.0 Security: basicAuth ## Header parameters: - `X-Belvo-Request-Mode` (string) Recommended header parameter to make your POST request asynchronous (thus preventing timeouts and improving your data flow). When you make an asynchronous request, Belvo responds with a payload, including the . Once we have retrieved the requested information, you will receive a webhook with the link and request IDs. Enum: "async" ## Query parameters: - `omit` (string) Omit certain fields from being returned in the response. For more information, see our Filtering responses DevPortal article. - `fields` (string) Return only the specified fields in the response. For more information, see our Filtering responses DevPortal article. ## Request fields (application/json): - `link` (string, required) The you want to retrieve information for. Example: "c81a1dea-6dd6-4999-8b9f-541ee8197058" - `save_data` (boolean) Indicates whether or not to persist the data in Belvo. By default, this is set to and we return a 201 Created response. When set to , the data won't be persisted and we return a 200 OK response. Example: true ## Response 200 fields (application/json): - `id` (string, required) Belvo's unique identifier for the current item. Example: "0d3ffb69-f83b-456e-ad8e-208d0998d71d" - `link` (string,null, required) The the data belongs to. Example: "30cb4806-6e00-48a4-91c9-ca55968576c8" - `collected_at` (string, required) The ISO-8601 timestamp when the data point was collected. Example: "2022-02-09T08:45:50.406032Z" - `created_at` (string, required) The ISO-8601 timestamp of when the data point was created in Belvo's database. Example: "2022-02-09T08:45:50.406032Z" - `error` (string,null, required) In cases where issues arise during the extraction of financial statements from the fiscal institution, the following error messages may be provided to explain the encountered issues: - - - - - `year` (string, required) The year of the financial statement. Example: 2020 - `currency` (string, required) The currency of the financial statement. Example: "MXN" - `balance_sheet` (object, required) The balance sheet detailing the company's assets, liabilities, and equity for the given year. - `balance_sheet.current_assets` (object) The current assets of the company for the given year. - `balance_sheet.current_assets.cash_and_equivalents` (number,null, required) The total amount of cash and cash equivalents, including currency, bank accounts, and other liquid investments that can be quickly converted to cash. Example: 48572.01 - `balance_sheet.current_assets.short_term_investments` (number,null, required) The value of investments that are expected to be liquidated into cash within one year, such as marketable securities. Example: 21345.01 - `balance_sheet.current_assets.accounts_receivable` (number,null, required) The amount owed by customers for sales made on credit, expected to be received within a short period. Example: 154321.01 - `balance_sheet.current_assets.notes_receivable` (number,null, required) The value of written promissory notes received from customers or others, promising to pay a specified amount by a certain date. Example: 31789.01 - `balance_sheet.current_assets.other_debtors` (number,null, required) The total amounts due from various other debtors, excluding accounts and notes receivable. Example: 12345.01 - `balance_sheet.current_assets.bad_debt_provision` (number,null, required) The estimated amount of receivables that are expected to be uncollectible, often referred to as allowance for doubtful accounts. Example: 0.01 - `balance_sheet.current_assets.tax_recoverable` (number,null, required) The amount of tax payments that can be recovered from tax authorities. Example: 8976.01 - `balance_sheet.current_assets.inventory` (number,null, required) The total value of goods available for sale, raw materials, work-in-progress, and finished products. Example: 65432.01 - `balance_sheet.current_assets.prepaid_expenses` (number,null, required) The amount paid in advance for goods or services to be received in the future, such as insurance premiums or rent. Example: 14321.01 - `balance_sheet.current_assets.assets_available_for_sale` (number,null, required) The value of non-current assets that are available for sale but not yet sold, such as surplus equipment or property. Example: 54321.01 - `balance_sheet.current_assets.total` (number,null, required) The sum of all current assets, representing the total value of assets expected to be converted into cash or used within one year. Example: 372480.01 - `balance_sheet.non_current_assets` (object) The non-current assets of the company, which are long-term investments or property not easily converted into cash, for the given year. - `balance_sheet.non_current_assets.property_plant_and_equipment` (number,null, required) The total value of property, plant, and equipment owned by the company, including land, buildings, machinery, and vehicles, used for long-term operations. Example: 1123456.01 - `balance_sheet.non_current_assets.accumulated_depreciation_and_amortization` (number,null, required) Total accumulated depreciation and amortization, representing the cumulative allocation of the cost of non-current assets over the period they are expected to provide economic benefits. Example: 123456.01 - `balance_sheet.non_current_assets.long_term_accounts_receivable` (number,null, required) The amount owed by customers for sales made on credit, expected to be received after one year. Example: 10987.01 - `balance_sheet.non_current_assets.prepayment_to_suppliers` (number,null, required) The amount paid in advance to suppliers for goods or services to be received in the future, expected to be utilized over the long term. Example: 5432.01 - `balance_sheet.non_current_assets.goodwill` (number,null, required) The value of intangible assets that arise from the acquisition of other companies, representing the premium paid over the fair value of net assets acquired. Example: 47654.01 - `balance_sheet.non_current_assets.intangible_assets` (number,null, required) The total value of intangible assets owned by the company, such as patents, trademarks, and copyrights, with useful lives extending beyond one year. Example: 43210.01 - `balance_sheet.non_current_assets.investments_in_associates` (number,null, required) The value of investments in other companies in which the company has significant influence but not control, typically represented by ownership of 20-50% of the associate's voting shares. Example: 65432.01 - `balance_sheet.non_current_assets.long_term_financial_instruments` (number,null, required) The value of financial instruments that are expected to be held for more than one year, such as bonds, debentures, and long-term loans. Example: 32876.01 - `balance_sheet.non_current_assets.total` (number,null, required) The sum of all non-current assets, representing the total value of assets expected to be used or held for more than one year. Example: 1346647.01 - `balance_sheet.current_liabilities` (object) The current liabilities of the company, expected to be settled within the given year. - `balance_sheet.current_liabilities.bank_loans` (number,null, required) The total amount of loans borrowed from banks or financial institutions, expected to be repaid within one year. Example: 49876.01 - `balance_sheet.current_liabilities.accounts_payable` (number,null, required) The amount owed to suppliers for goods or services purchased on credit, expected to be paid within a short period. Example: 103298.01 - `balance_sheet.current_liabilities.notes_payable` (number,null, required) The value of written promissory notes issued to suppliers or others, promising to pay a specified amount by a certain date. Example: 25643.01 - `balance_sheet.current_liabilities.financial_instruments` (number,null, required) The value of financial instruments that are expected to be liquidated into cash within one year, such as bonds, debentures, and short-term loans. Example: 14321.01 - `balance_sheet.current_liabilities.other_creditors` (number,null, required) The total amounts due to various other creditors, excluding accounts and notes payable. Example: 21987.01 - `balance_sheet.current_liabilities.income_tax_payable` (number,null, required) The amount of income tax that is owed to tax authorities, expected to be paid within a short period. Example: 12765.01 - `balance_sheet.current_liabilities.customer_advances` (number,null, required) The total amount received in advance from customers for goods or services to be delivered in the future, expected to be utilized within one year. Example: 18765.01 - `balance_sheet.current_liabilities.provisions` (number,null, required) The estimated amount set aside for future liabilities or losses, such as warranties, legal claims, or restructuring costs. Example: 10987.01 - `balance_sheet.current_liabilities.taxes_payable` (number,null, required) The total amount of taxes owed to tax authorities, expected to be paid within a short period. Example: 5321.01 - `balance_sheet.current_liabilities.total` (number,null, required) The sum of all current liabilities, representing the total value of obligations expected to be settled within one year. Example: 260963.01 - `balance_sheet.non_current_liabilities` (object) The non-current liabilities of the company, which are long-term obligations not due within the given year. - `balance_sheet.non_current_liabilities.long_term_accounts_payable` (number,null, required) The amount owed to suppliers for goods or services purchased on credit, expected to be paid after one year. Example: 30876.01 - `balance_sheet.non_current_liabilities.deferred_revenue` (number,null, required) The amount received in advance from customers for goods or services to be delivered in the future, expected to be recognized as revenue over the long term (such as rent). Example: 21987.01 - `balance_sheet.non_current_liabilities.contributions_for_future_capital_increases` (number,null, required) The total contributions received from shareholders or other investors for future capital increases, expected to be utilized over the long term. Example: 10987.01 - `balance_sheet.non_current_liabilities.deferred_income_tax` (number,null, required) The amount of income tax that is deferred to future periods, expected to be paid after one year. Example: 26543.01 - `balance_sheet.non_current_liabilities.employee_benefits` (number,null, required) The total amount of benefits owed to employees, such as pensions, gratuities, and other post-employment benefits, expected to be settled over the long term. Example: 30218.01 - `balance_sheet.non_current_liabilities.long_term_provisions` (number,null, required) The estimated amount set aside for future liabilities or losses, such as warranties, legal claims, or restructuring costs, expected to be settled after one year. Example: 15432.01 - `balance_sheet.non_current_liabilities.total` (number,null, required) The sum of all non-current liabilities, representing the total value of obligations expected to be settled after one year. Example: 178353.01 - `balance_sheet.equity` (object) The equity of the company, representing the residual interest in the assets after deducting liabilities. - `balance_sheet.equity.stockholders_equity` (number,null, required) The total value of shares issued by the company, representing the ownership interest of shareholders in the business. Example: 501234.01 - `balance_sheet.equity.future_capital_contributions` (number,null, required) The funds received from shareholders that are specifically designated for future capital increases or investments. Example: 75000.01 - `balance_sheet.equity.legal_reserve` (number,null, required) The statutory reserve mandated by law, typically set aside from profits, to provide financial protection against future losses or obligations. Example: 25000.01 - `balance_sheet.equity.capital_update_excess` (number,null, required) The surplus resulting from adjustments made to equity capital, often due to inflation or the revaluation of assets. Example: 15000.01 - `balance_sheet.equity.capital_update_insufficiency` (number,null, required) The deficit resulting from adjustments made to equity capital, often due to inflation or the revaluation of assets. Example: -5000.01 - `balance_sheet.equity.capital_reserve` (number,null, required) The equity reserve derived from non-operating activities, such as gains from asset revaluations or certain capital transactions. Example: 10000.01 - `balance_sheet.equity.share_premium_on_stock_sales` (number,null, required) The excess amount received by a company when shares are issued at a price above their nominal (par) value. Example: 50000.01 - `balance_sheet.equity.retained_earnings` (number,null, required) The accumulated profits or losses of the company that have not been distributed to shareholders as dividends. Example: 202345.01 - `balance_sheet.equity.other_comprehensive_income` (number,null, required) The gains or losses that are not included in net income but are reported directly in equity, such as unrealized gains on investments or foreign currency translation adjustments. Example: 10987.01 - `balance_sheet.equity.controlling_interest` (number,null, required) The ownership interest in the company held by the parent entity or majority shareholders, representing the controlling stake in the business. Example: 70876.01 - `balance_sheet.equity.non_controlling_interest` (number,null, required) The ownership interest in the company held by minority shareholders, representing the non-controlling stake in the business. Example: 50321.01 - `balance_sheet.equity.total` (number,null, required) The sum of share capital, retained earnings, other comprehensive income, controlling interest, and non-controlling interest, representing the total equity of the company. Example: 836763.01 - `income_statement` (object, required) The income statement detailing the company's revenues, expenses, and profits for the given year. - `income_statement.net_revenue` (number,null, required) The total revenue generated by the company from its core business operations, excluding any deductions for discounts, returns, or allowances. > : + will not sum to the due to the exclusion of discounts, returns, and allowances. Example: 1212345.01 - `income_statement.domestic_sales` (number,null, required) The revenue generated by the company from sales of goods or services within its home country. Example: 1123456.01 - `income_statement.foreign_sales` (number,null, required) The revenue generated by the company from sales of goods or services in foreign countries. Example: 88987.01 - `income_statement.materials_used` (number,null, required) The total cost of materials used or traded by the company during the reporting period. Example: 609876.01 - `income_statement.cost_of_goods_sold` (number,null, required) The total cost incurred by the company to produce or purchase the goods sold during the reporting period. Example: 412345.01 - `income_statement.cost_of_services_sold` (number,null, required) The total cost incurred by the company to provide the services sold during the reporting period. Example: 101234.01 - `income_statement.gross_profit` (number,null, required) The difference between net revenue and the total cost of goods and services sold, representing the profit earned from core business operations before deducting operating expenses. Example: 190890.01 - `income_statement.gross_loss` (number,null, required) The negative difference between net revenue and the total cost of goods and services sold, representing the loss incurred from core business operations before deducting operating expenses. - `income_statement.operating_expenses` (number,null, required) The total expenses incurred by the company in its normal operating activities, including selling, general, and administrative expenses. Example: 122345.01 - `income_statement.operating_income` (number,null, required) The profit earned from core business operations after deducting operating expenses, but before considering interest, taxes, and other non-operating items. Example: 68545.01 - `income_statement.operating_loss` (number,null, required) The loss incurred from core business operations after deducting operating expenses, but before considering interest, taxes, and other non-operating items. - `income_statement.financial_result` (number,null, required) The net result of financial activities, including interest income, interest expense, and other financial gains or losses. Example: 15098.01 - `income_statement.income_statement_financial_gains` (number,null, required) The total positive financial income, including interest income, foreign exchange gains, and other gains from financing activities. This value must always be positive. Example: 85000.01 - `income_statement.income_statement_financial_costs` (number,null, required) The total financial expenses, including interest expenses, foreign exchange losses, and other costs incurred from financing activities. This value must always be negative. Example: -32000.01 - `income_statement.equity_in_earnings_of_affiliates` (number,null, required) The company's share of the profit or loss in its associates, entities over which it has significant influence but not control. Example: 5678.01 - `income_statement.income_before_taxes` (number,null, required) The profit earned before accounting for income tax expenses. Example: 89321.01 - `income_statement.loss_before_taxes` (number,null, required) The loss incurred before accounting for income tax expenses. - `income_statement.income_taxes` (number,null, required) The total amount of income tax expenses incurred during the reporting period. Example: 20123.01 - `income_statement.income_from_continuing_operations` (number,null, required) The profit earned from the company's ongoing business operations after deducting operating expenses and taxes. Example: 69198.01 - `income_statement.loss_from_continuing_operations` (number,null, required) The loss incurred from the company's ongoing business operations after deducting operating expenses and taxes. - `income_statement.discontinued_operations` (number,null, required) The net result of operations that have been discontinued or sold off during the reporting period. Example: 0.01 - `income_statement.net_income` (number,null, required) The total profit earned by the company after deducting all expenses, including operating, non-operating, interest, and taxes. Example: 69198.01 - `income_statement.net_loss` (number,null, required) The total loss incurred by the company after deducting all expenses, including operating, non-operating, interest, and taxes. ## Response 201 fields (application/json): - `id` (string, required) Belvo's unique identifier for the current item. Example: "0d3ffb69-f83b-456e-ad8e-208d0998d71d" - `link` (string,null, required) The the data belongs to. Example: "30cb4806-6e00-48a4-91c9-ca55968576c8" - `collected_at` (string, required) The ISO-8601 timestamp when the data point was collected. Example: "2022-02-09T08:45:50.406032Z" - `created_at` (string, required) The ISO-8601 timestamp of when the data point was created in Belvo's database. Example: "2022-02-09T08:45:50.406032Z" - `error` (string,null, required) In cases where issues arise during the extraction of financial statements from the fiscal institution, the following error messages may be provided to explain the encountered issues: - - - - - `year` (string, required) The year of the financial statement. Example: 2020 - `currency` (string, required) The currency of the financial statement. Example: "MXN" - `balance_sheet` (object, required) The balance sheet detailing the company's assets, liabilities, and equity for the given year. - `balance_sheet.current_assets` (object) The current assets of the company for the given year. - `balance_sheet.current_assets.cash_and_equivalents` (number,null, required) The total amount of cash and cash equivalents, including currency, bank accounts, and other liquid investments that can be quickly converted to cash. Example: 48572.01 - `balance_sheet.current_assets.short_term_investments` (number,null, required) The value of investments that are expected to be liquidated into cash within one year, such as marketable securities. Example: 21345.01 - `balance_sheet.current_assets.accounts_receivable` (number,null, required) The amount owed by customers for sales made on credit, expected to be received within a short period. Example: 154321.01 - `balance_sheet.current_assets.notes_receivable` (number,null, required) The value of written promissory notes received from customers or others, promising to pay a specified amount by a certain date. Example: 31789.01 - `balance_sheet.current_assets.other_debtors` (number,null, required) The total amounts due from various other debtors, excluding accounts and notes receivable. Example: 12345.01 - `balance_sheet.current_assets.bad_debt_provision` (number,null, required) The estimated amount of receivables that are expected to be uncollectible, often referred to as allowance for doubtful accounts. Example: 0.01 - `balance_sheet.current_assets.tax_recoverable` (number,null, required) The amount of tax payments that can be recovered from tax authorities. Example: 8976.01 - `balance_sheet.current_assets.inventory` (number,null, required) The total value of goods available for sale, raw materials, work-in-progress, and finished products. Example: 65432.01 - `balance_sheet.current_assets.prepaid_expenses` (number,null, required) The amount paid in advance for goods or services to be received in the future, such as insurance premiums or rent. Example: 14321.01 - `balance_sheet.current_assets.assets_available_for_sale` (number,null, required) The value of non-current assets that are available for sale but not yet sold, such as surplus equipment or property. Example: 54321.01 - `balance_sheet.current_assets.total` (number,null, required) The sum of all current assets, representing the total value of assets expected to be converted into cash or used within one year. Example: 372480.01 - `balance_sheet.non_current_assets` (object) The non-current assets of the company, which are long-term investments or property not easily converted into cash, for the given year. - `balance_sheet.non_current_assets.property_plant_and_equipment` (number,null, required) The total value of property, plant, and equipment owned by the company, including land, buildings, machinery, and vehicles, used for long-term operations. Example: 1123456.01 - `balance_sheet.non_current_assets.accumulated_depreciation_and_amortization` (number,null, required) Total accumulated depreciation and amortization, representing the cumulative allocation of the cost of non-current assets over the period they are expected to provide economic benefits. Example: 123456.01 - `balance_sheet.non_current_assets.long_term_accounts_receivable` (number,null, required) The amount owed by customers for sales made on credit, expected to be received after one year. Example: 10987.01 - `balance_sheet.non_current_assets.prepayment_to_suppliers` (number,null, required) The amount paid in advance to suppliers for goods or services to be received in the future, expected to be utilized over the long term. Example: 5432.01 - `balance_sheet.non_current_assets.goodwill` (number,null, required) The value of intangible assets that arise from the acquisition of other companies, representing the premium paid over the fair value of net assets acquired. Example: 47654.01 - `balance_sheet.non_current_assets.intangible_assets` (number,null, required) The total value of intangible assets owned by the company, such as patents, trademarks, and copyrights, with useful lives extending beyond one year. Example: 43210.01 - `balance_sheet.non_current_assets.investments_in_associates` (number,null, required) The value of investments in other companies in which the company has significant influence but not control, typically represented by ownership of 20-50% of the associate's voting shares. Example: 65432.01 - `balance_sheet.non_current_assets.long_term_financial_instruments` (number,null, required) The value of financial instruments that are expected to be held for more than one year, such as bonds, debentures, and long-term loans. Example: 32876.01 - `balance_sheet.non_current_assets.total` (number,null, required) The sum of all non-current assets, representing the total value of assets expected to be used or held for more than one year. Example: 1346647.01 - `balance_sheet.current_liabilities` (object) The current liabilities of the company, expected to be settled within the given year. - `balance_sheet.current_liabilities.bank_loans` (number,null, required) The total amount of loans borrowed from banks or financial institutions, expected to be repaid within one year. Example: 49876.01 - `balance_sheet.current_liabilities.accounts_payable` (number,null, required) The amount owed to suppliers for goods or services purchased on credit, expected to be paid within a short period. Example: 103298.01 - `balance_sheet.current_liabilities.notes_payable` (number,null, required) The value of written promissory notes issued to suppliers or others, promising to pay a specified amount by a certain date. Example: 25643.01 - `balance_sheet.current_liabilities.financial_instruments` (number,null, required) The value of financial instruments that are expected to be liquidated into cash within one year, such as bonds, debentures, and short-term loans. Example: 14321.01 - `balance_sheet.current_liabilities.other_creditors` (number,null, required) The total amounts due to various other creditors, excluding accounts and notes payable. Example: 21987.01 - `balance_sheet.current_liabilities.income_tax_payable` (number,null, required) The amount of income tax that is owed to tax authorities, expected to be paid within a short period. Example: 12765.01 - `balance_sheet.current_liabilities.customer_advances` (number,null, required) The total amount received in advance from customers for goods or services to be delivered in the future, expected to be utilized within one year. Example: 18765.01 - `balance_sheet.current_liabilities.provisions` (number,null, required) The estimated amount set aside for future liabilities or losses, such as warranties, legal claims, or restructuring costs. Example: 10987.01 - `balance_sheet.current_liabilities.taxes_payable` (number,null, required) The total amount of taxes owed to tax authorities, expected to be paid within a short period. Example: 5321.01 - `balance_sheet.current_liabilities.total` (number,null, required) The sum of all current liabilities, representing the total value of obligations expected to be settled within one year. Example: 260963.01 - `balance_sheet.non_current_liabilities` (object) The non-current liabilities of the company, which are long-term obligations not due within the given year. - `balance_sheet.non_current_liabilities.long_term_accounts_payable` (number,null, required) The amount owed to suppliers for goods or services purchased on credit, expected to be paid after one year. Example: 30876.01 - `balance_sheet.non_current_liabilities.deferred_revenue` (number,null, required) The amount received in advance from customers for goods or services to be delivered in the future, expected to be recognized as revenue over the long term (such as rent). Example: 21987.01 - `balance_sheet.non_current_liabilities.contributions_for_future_capital_increases` (number,null, required) The total contributions received from shareholders or other investors for future capital increases, expected to be utilized over the long term. Example: 10987.01 - `balance_sheet.non_current_liabilities.deferred_income_tax` (number,null, required) The amount of income tax that is deferred to future periods, expected to be paid after one year. Example: 26543.01 - `balance_sheet.non_current_liabilities.employee_benefits` (number,null, required) The total amount of benefits owed to employees, such as pensions, gratuities, and other post-employment benefits, expected to be settled over the long term. Example: 30218.01 - `balance_sheet.non_current_liabilities.long_term_provisions` (number,null, required) The estimated amount set aside for future liabilities or losses, such as warranties, legal claims, or restructuring costs, expected to be settled after one year. Example: 15432.01 - `balance_sheet.non_current_liabilities.total` (number,null, required) The sum of all non-current liabilities, representing the total value of obligations expected to be settled after one year. Example: 178353.01 - `balance_sheet.equity` (object) The equity of the company, representing the residual interest in the assets after deducting liabilities. - `balance_sheet.equity.stockholders_equity` (number,null, required) The total value of shares issued by the company, representing the ownership interest of shareholders in the business. Example: 501234.01 - `balance_sheet.equity.future_capital_contributions` (number,null, required) The funds received from shareholders that are specifically designated for future capital increases or investments. Example: 75000.01 - `balance_sheet.equity.legal_reserve` (number,null, required) The statutory reserve mandated by law, typically set aside from profits, to provide financial protection against future losses or obligations. Example: 25000.01 - `balance_sheet.equity.capital_update_excess` (number,null, required) The surplus resulting from adjustments made to equity capital, often due to inflation or the revaluation of assets. Example: 15000.01 - `balance_sheet.equity.capital_update_insufficiency` (number,null, required) The deficit resulting from adjustments made to equity capital, often due to inflation or the revaluation of assets. Example: -5000.01 - `balance_sheet.equity.capital_reserve` (number,null, required) The equity reserve derived from non-operating activities, such as gains from asset revaluations or certain capital transactions. Example: 10000.01 - `balance_sheet.equity.share_premium_on_stock_sales` (number,null, required) The excess amount received by a company when shares are issued at a price above their nominal (par) value. Example: 50000.01 - `balance_sheet.equity.retained_earnings` (number,null, required) The accumulated profits or losses of the company that have not been distributed to shareholders as dividends. Example: 202345.01 - `balance_sheet.equity.other_comprehensive_income` (number,null, required) The gains or losses that are not included in net income but are reported directly in equity, such as unrealized gains on investments or foreign currency translation adjustments. Example: 10987.01 - `balance_sheet.equity.controlling_interest` (number,null, required) The ownership interest in the company held by the parent entity or majority shareholders, representing the controlling stake in the business. Example: 70876.01 - `balance_sheet.equity.non_controlling_interest` (number,null, required) The ownership interest in the company held by minority shareholders, representing the non-controlling stake in the business. Example: 50321.01 - `balance_sheet.equity.total` (number,null, required) The sum of share capital, retained earnings, other comprehensive income, controlling interest, and non-controlling interest, representing the total equity of the company. Example: 836763.01 - `income_statement` (object, required) The income statement detailing the company's revenues, expenses, and profits for the given year. - `income_statement.net_revenue` (number,null, required) The total revenue generated by the company from its core business operations, excluding any deductions for discounts, returns, or allowances. > : + will not sum to the due to the exclusion of discounts, returns, and allowances. Example: 1212345.01 - `income_statement.domestic_sales` (number,null, required) The revenue generated by the company from sales of goods or services within its home country. Example: 1123456.01 - `income_statement.foreign_sales` (number,null, required) The revenue generated by the company from sales of goods or services in foreign countries. Example: 88987.01 - `income_statement.materials_used` (number,null, required) The total cost of materials used or traded by the company during the reporting period. Example: 609876.01 - `income_statement.cost_of_goods_sold` (number,null, required) The total cost incurred by the company to produce or purchase the goods sold during the reporting period. Example: 412345.01 - `income_statement.cost_of_services_sold` (number,null, required) The total cost incurred by the company to provide the services sold during the reporting period. Example: 101234.01 - `income_statement.gross_profit` (number,null, required) The difference between net revenue and the total cost of goods and services sold, representing the profit earned from core business operations before deducting operating expenses. Example: 190890.01 - `income_statement.gross_loss` (number,null, required) The negative difference between net revenue and the total cost of goods and services sold, representing the loss incurred from core business operations before deducting operating expenses. - `income_statement.operating_expenses` (number,null, required) The total expenses incurred by the company in its normal operating activities, including selling, general, and administrative expenses. Example: 122345.01 - `income_statement.operating_income` (number,null, required) The profit earned from core business operations after deducting operating expenses, but before considering interest, taxes, and other non-operating items. Example: 68545.01 - `income_statement.operating_loss` (number,null, required) The loss incurred from core business operations after deducting operating expenses, but before considering interest, taxes, and other non-operating items. - `income_statement.financial_result` (number,null, required) The net result of financial activities, including interest income, interest expense, and other financial gains or losses. Example: 15098.01 - `income_statement.income_statement_financial_gains` (number,null, required) The total positive financial income, including interest income, foreign exchange gains, and other gains from financing activities. This value must always be positive. Example: 85000.01 - `income_statement.income_statement_financial_costs` (number,null, required) The total financial expenses, including interest expenses, foreign exchange losses, and other costs incurred from financing activities. This value must always be negative. Example: -32000.01 - `income_statement.equity_in_earnings_of_affiliates` (number,null, required) The company's share of the profit or loss in its associates, entities over which it has significant influence but not control. Example: 5678.01 - `income_statement.income_before_taxes` (number,null, required) The profit earned before accounting for income tax expenses. Example: 89321.01 - `income_statement.loss_before_taxes` (number,null, required) The loss incurred before accounting for income tax expenses. - `income_statement.income_taxes` (number,null, required) The total amount of income tax expenses incurred during the reporting period. Example: 20123.01 - `income_statement.income_from_continuing_operations` (number,null, required) The profit earned from the company's ongoing business operations after deducting operating expenses and taxes. Example: 69198.01 - `income_statement.loss_from_continuing_operations` (number,null, required) The loss incurred from the company's ongoing business operations after deducting operating expenses and taxes. - `income_statement.discontinued_operations` (number,null, required) The net result of operations that have been discontinued or sold off during the reporting period. Example: 0.01 - `income_statement.net_income` (number,null, required) The total profit earned by the company after deducting all expenses, including operating, non-operating, interest, and taxes. Example: 69198.01 - `income_statement.net_loss` (number,null, required) The total loss incurred by the company after deducting all expenses, including operating, non-operating, interest, and taxes. ## Response 403 fields (application/json): - `code` (string) A unique error code () that allows you to classify and handle the error programmatically. ℹ️ Check our DevPortal for more information on how to handle 403 access_to_resource_denied. Example: "access_to_resource_denied" - `message` (string) A short description of the error. For errors, the description is: - . Example: "You don't have access to this resource." - `request_id` (string) A 32-character unique ID of the request (matching a regex pattern of: ). Provide this ID when contacting the Belvo support team to accelerate investigations. Example: "9e7b283c6efa449c9c028a16b5c249fb" ## Response 404 fields (application/json): - `code` (string) A unique error code () that allows you to classify and handle the error programmatically. Example: "not_found" - `message` (string) A short description of the error. For errors, the description is: - Example: "Not found" - `request_id` (string) A 32-character unique ID of the request (matching a regex pattern of: ). Provide this ID when contacting the Belvo support team to accelerate investigations. Example: "9e7b283c6efa449c9c028a16b5c249fb" ## Response 408 fields (application/json): - `code` (string) A unique error code () that allows you to classify and handle the error programmatically. ℹ️ Check our DevPortal for more information on how to handle 408 request_timeout errors. Example: "request_timeout" - `message` (string) A short description of the error. For errors, the description is: - . Example: "The request timed out, you can retry asking for less data by changing your query parameters" - `request_id` (string) A 32-character unique ID of the request (matching a regex pattern of: ). Provide this ID when contacting the Belvo support team to accelerate investigations. Example: "9e7b283c6efa449c9c028a16b5c249fb" ## Response 500 fields (application/json): - `code` (string) A unique error code () that allows you to classify and handle the error programmatically. ℹ️ Check our DevPortal for more information on how to handle 500 unexpected_error errors. Example: "unexpected_error" - `message` (string) A short description of the error. For errors, the description is: - . Example: "Belvo is unable to process the request due to an internal system issue or to an unsupported response from an institution" - `request_id` (string) A 32-character unique ID of the request (matching a regex pattern of: ). Provide this ID when contacting the Belvo support team to accelerate investigations. Example: "9e7b283c6efa449c9c028a16b5c249fb"