It appears that EBIT information is not very uniform across different XBRL documents.
Cross comparing data with other sources, such as Yahoo, I have seen some XBRL use the fact us-gaap:OperatingIncomeLoss
to store it if using US-GAAP, or ifrs-full:ProfitLossBeforeTax
if using IFRS.
However, sometimes it looks like they also use us-gaap:IncomeLossFromContinuingOperationsBeforeIncomeTaxesMinorityInterestAndIncomeLossFromEquityMethodInvestments
or us-gaap:IncomeLossFromContinuingOperationsBeforeIncomeTaxesExtraordinaryItemsNoncontrollingInterest
.
And sometimes many of those are actually filled with different values, so there is no way to know which one is correct.
Is there a more reliable way to retrieve EBIT data?