You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code above returns me data from last quarter
{'2022-12-31': {'normalizedIncome': -22819000000.0,
'otherIncomeExpense': 53598000000.0,
'interestExpenseNonOperating': 1139000000.0,
'totalRevenue': 92628000000.0,
'sellingGeneralAndAdministration': 25056000000.0,
'dilutedNIAvailtoComStockholders': -22819000000.0,
'minorityInterests': -761000000.0,
'pretaxIncome': -30576000000.0,
'netIncomeCommonStockholders': -22819000000.0,
Some of values are scraped from 'TTM' column ('dilutedNIAvailtoComStockholders', 'sellingGeneralAndAdministration', 'minorityInterests' etc.) from source https://finance.yahoo.com/quote/BRK-B/financials?p=BRK-B
and some values are scraped from '12/30/2022' column ('Total Revenue').
Pls fix.
The same problem for 'BF-B', 'ACN' and some others.
The text was updated successfully, but these errors were encountered:
I try to get quarterly fundamentals.
The code above returns me data from last quarter
{'2022-12-31': {'normalizedIncome': -22819000000.0,
'otherIncomeExpense': 53598000000.0,
'interestExpenseNonOperating': 1139000000.0,
'totalRevenue': 92628000000.0,
'sellingGeneralAndAdministration': 25056000000.0,
'dilutedNIAvailtoComStockholders': -22819000000.0,
'minorityInterests': -761000000.0,
'pretaxIncome': -30576000000.0,
'netIncomeCommonStockholders': -22819000000.0,
Some of values are scraped from 'TTM' column ('dilutedNIAvailtoComStockholders', 'sellingGeneralAndAdministration', 'minorityInterests' etc.) from source
https://finance.yahoo.com/quote/BRK-B/financials?p=BRK-B
and some values are scraped from '12/30/2022' column ('Total Revenue').
Pls fix.
The same problem for 'BF-B', 'ACN' and some others.
The text was updated successfully, but these errors were encountered: