The financial statement detailing the company's financial performance for the given year.
Belvo's unique identifier for the current item.
The link.id
the data belongs to.
The ISO-8601 timestamp when the data point was collected.
The ISO-8601 timestamp of when the data point was created in Belvo's database.
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:
Unable to validate if the user has an available financial statement for the specified year.
No available financial statement found for the user for the specified year, preventing data extraction.
Unable to verify if the user has *conceptos vigentes* for the specified year.
The fiscal institution provided the financial statement in an unrecognized format.
The balance sheet detailing the company's assets, liabilities, and equity for the given year.
The non-current assets of the company, which are long-term investments or property not easily converted into cash, for the given year.
The current liabilities of the company, expected to be settled within the given year.
The non-current liabilities of the company, which are long-term obligations not due within the given year.
The income statement detailing the company's revenues, expenses, and profits for the given year.
The total revenue generated by the company from its core business operations, excluding any deductions for discounts, returns, or allowances.
Note:
domestic_sales
+foreign_sales
will not sum to thenet_revenue
due to the exclusion of discounts, returns, and allowances.
The revenue generated by the company from sales of goods or services within its home country.
The revenue generated by the company from sales of goods or services in foreign countries.
The total cost of materials used or traded by the company during the reporting period.
The total cost incurred by the company to produce or purchase the goods sold during the reporting period.
The total cost incurred by the company to provide the services sold during the reporting period.
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.
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.
The total expenses incurred by the company in its normal operating activities, including selling, general, and administrative expenses.
The profit earned from core business operations after deducting operating expenses, but before considering interest, taxes, and other non-operating items.
The loss incurred from core business operations after deducting operating expenses, but before considering interest, taxes, and other non-operating items.
The net result of financial activities, including interest income, interest expense, and other financial gains or losses.
The company's share of the profit or loss in its associates, entities over which it has significant influence but not control.
The profit earned before accounting for income tax expenses.
The loss incurred before accounting for income tax expenses.
The total amount of income tax expenses incurred during the reporting period.
The profit earned from the company's ongoing business operations after deducting operating expenses and taxes.
The loss incurred from the company's ongoing business operations after deducting operating expenses and taxes.
The net result of operations that have been discontinued or sold off during the reporting period.
The total profit earned by the company after deducting all expenses, including operating, non-operating, interest, and taxes.
{ "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", "error": null, "year": 2020, "currency": "MXN", "balance_sheet": { "current_assets": { … }, "non_current_assets": { … }, "current_liabilities": { … }, "non_current_liabilities": { … }, "equity": { … } }, "income_statement": { "net_revenue": 1212345, "domestic_sales": 1123456, "foreign_sales": 88987, "materials_used": 609876, "cost_of_goods_sold": 412345, "cost_of_services_sold": 101234, "gross_profit": 190890, "gross_loss": null, "operating_expenses": 122345, "operating_income": 68545, "operating_loss": null, "financial_result": 15098, "equity_in_earnings_of_affiliates": 5678, "income_before_taxes": 89321, "loss_before_taxes": null, "income_taxes": 20123, "income_from_continuing_operations": 69198, "loss_from_continuing_operations": null, "discontinued_operations": 0, "net_income": 69198, "net_loss": null } }