SunCar Technology Group Inc. has paid 18 recorded cash distributions, spanning 2003 to 2008.
The highest single cash dividend paid by SunCar Technology Group Inc. is $1.54. The latest distribution of $0.12 was recorded on Aug 28, 2008.
The most recently recorded trailing dividend yield for SunCar Technology Group Inc. stands at -12.59%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 18 recorded historical distributions for SunCar Technology Group Inc., covering a time period spanning from 2003 to 2008.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Apr 4, 2008 | $0.12 | Cash | Aug 28, 2008 |
| 2 | Jul 2, 2008 | $0.12 | Cash | Aug 27, 2008 |
| 3 | Feb 7, 2008 | $0.13 | Cash | Feb 27, 2008 |
| 4 | Jan 3, 2008 | $0.38 | Cash | Feb 26, 2008 |
| 5 | Oct 4, 2007 | $0.45 | Cash | Feb 25, 2008 |
| 6 | Jul 5, 2007 | $0.25 | Cash | Aug 30, 2007 |
| 7 | Apr 4, 2007 | $0.18 | Cash | Aug 27, 2007 |
| 8 | Jan 3, 2007 | $0.49 | Cash | Feb 26, 2007 |
| 9 | Mar 31, 2006 | $0.34 | Cash | Aug 28, 2006 |
| 10 | Feb 13, 2006 | $0.18 | Cash | Mar 27, 2006 |
| 11 | Jan 3, 2006 | $0.82 | Cash | Feb 27, 2006 |
| 12 | Jul 21, 2005 | $0.36 | Cash | Aug 29, 2005 |
| 13 | Mar 1, 2005 | $0.05 | Cash | Mar 24, 2005 |
| 14 | Dec 31, 2004 | $1.54 | Cash | Feb 28, 2005 |
| 15 | Jul 21, 2004 | $0.78 | Cash | Aug 27, 2004 |
| 16 | Feb 5, 2004 | $0.27 | Cash | Feb 26, 2004 |
| 17 | Dec 31, 2003 | $1.33 | Cash | Feb 23, 2004 |
| 18 | Jul 10, 2003 | $0.71 | Cash | Aug 25, 2003 |
Pull SunCar Technology Group Inc.'s full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=SDA&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "SDA", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=SDA&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();