Toronto Dominion Bank (TD) Investment Income (2023 - 2025)
Toronto Dominion Bank's (TD) quarterly Investment Income came in at $59.0 million in Q2 2025, up 566.98% on a YoY basis from $8.9 million in Q2 2024, and up 566.98% quarter-over-quarter from $8.9 million in Q2 2024.
Toronto Dominion Bank (TD) Investment Income (2023 - 2025) Analysis & Trends
Toronto Dominion Bank (TD) has reported Investment Income for 3 consecutive years, with $59.0 million the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Investment Income rose 566.98% year-over-year to $59.0 million; the trailing twelve-month figure through Apr 2025 stood at -$26.0 million (up 81.29% YoY), and the FY2024 full-year result was -$50.0 million, down 110.57% from the prior year.
- Investment Income improved to $59.0 million in Q2 2025 per TD's latest filing, from $8.9 million in the prior quarter.
- Across five years, Investment Income topped out at $59.0 million in Q2 2025 and bottomed at -$62.9 million in Q1 2024.
- Historically, Investment Income has averaged -$16.0 million across 3 years, with a median of -$31.0 million in 2023.
- The sharpest annual moves came in 2024 and 2025: Investment Income dropped 16.18% in 2024, then jumped 566.98% in 2025.
- Over 3 years, Investment Income stood at -$31.0 million in 2023, then jumped by 128.51% to $8.9 million in 2024, then jumped by 566.98% to $59.0 million in 2025.
- According to Business Quant data, Investment Income over the past three periods registered $59.0 million, $8.9 million, and -$62.9 million for Q2 2025, Q2 2024, and Q1 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inv. Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Bank Of America | 394.48 Bn | -194.01 Bn | 30.39 Bn | - |
| 2 | Hsbc Holdings | 348.97 Bn | 349.02 Bn | - | - |
| 3 | Morgan Stanley | 314.73 Bn | 154.60 Bn | - | - |
| 4 | Royal Bank Of Canada | 285.58 Bn | 58.73 Bn | - | - |
| 5 | Goldman Sachs | 276.87 Bn | -699.48 Bn | - | - |
| 6 | Mitsubishi Ufj Financial | 274.03 Bn | -110.29 Bn | 10.89 Bn | - |
| 7 | Wells Fargo & Company | 251.82 Bn | 49.99 Bn | - | - |
| 8 | Banco Santander | 212.85 Bn | 220.46 Bn | 28.01 Bn | - |
| 9 | Toronto Dominion Bank | 207.22 Bn | 45.89 Bn | - | - |
| 10 | American Express | 206.00 Bn | 156.68 Bn | 17.99 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Apr 30, 2025 | 59.03 Mn |
| Apr 30, 2024 | 8.85 Mn |
| Jan 31, 2024 | -62.88 Mn |
| Apr 30, 2023 | -31.04 Mn |
| Jan 31, 2023 | -54.12 Mn |
Toronto Dominion Bank Investment Income API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=investment-income&ticker=TD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-income", "ticker": "TD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=investment-income&ticker=TD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();