I want to fetch the revenue of different companies from their income statements. 

  1. qb = QuantBook()
  2. aapl = qb.AddEquity("AAPL")
  3. qb.GetFundamental(qb.Securities.Keys, "FinancialStatements.IncomeStatement.TotalRevenue.OneMonth", start_time, end_time)

Author

Rushi Chaudhari

July 2021