First Bancorp, Inc /ME/ has paid 91 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by First Bancorp, Inc /ME/ is $0.38. The latest distribution of $0.38 was recorded on Jul 17, 2026.
The most recently recorded trailing dividend yield for First Bancorp, Inc /ME/ stands at 419.02%, peaking at 766.73% on Oct 3, 2011, and averaging — across the selected range.
View 91 recorded historical distributions for First Bancorp, Inc /ME/, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Jul 7, 2026 | $0.38 | Cash | Jul 17, 2026 |
| 2 | Apr 7, 2026 | $0.37 | Cash | Apr 17, 2026 |
| 3 | Jan 6, 2026 | $0.37 | Cash | Jan 16, 2026 |
| 4 | Oct 6, 2025 | $0.37 | Cash | Oct 16, 2025 |
| 5 | Jul 8, 2025 | $0.37 | Cash | Jul 18, 2025 |
| 6 | Apr 8, 2025 | $0.36 | Cash | Apr 18, 2025 |
| 7 | Jan 6, 2025 | $0.36 | Cash | Jan 16, 2025 |
| 8 | Oct 8, 2024 | $0.36 | Cash | Oct 18, 2024 |
| 9 | Jul 9, 2024 | $0.36 | Cash | Jul 19, 2024 |
| 10 | Apr 8, 2024 | $0.35 | Cash | Apr 19, 2024 |
| 11 | Jan 5, 2024 | $0.35 | Cash | Jan 19, 2024 |
| 12 | Oct 6, 2023 | $0.35 | Cash | Oct 20, 2023 |
| 13 | Jul 7, 2023 | $0.35 | Cash | Jul 20, 2023 |
| 14 | Apr 6, 2023 | $0.34 | Cash | Apr 20, 2023 |
| 15 | Jan 6, 2023 | $0.34 | Cash | Jan 20, 2023 |
| 16 | Oct 4, 2022 | $0.34 | Cash | Oct 21, 2022 |
| 17 | Jul 8, 2022 | $0.34 | Cash | Jul 22, 2022 |
| 18 | Apr 8, 2022 | $0.32 | Cash | Apr 22, 2022 |
| 19 | Jan 7, 2022 | $0.32 | Cash | Jan 21, 2022 |
| 20 | Oct 8, 2021 | $0.32 | Cash | Oct 22, 2021 |
Pull First Bancorp, Inc /ME/'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=FNLC&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "FNLC", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=FNLC&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();