Planet Fitness, Inc. has paid 1 recorded cash distributions, spanning 2016 to 2016.
The highest single cash dividend paid by Planet Fitness, Inc. is $2.78. The latest distribution of $2.78 was recorded on Dec 5, 2016.
The most recently recorded trailing dividend yield for Planet Fitness, Inc. stands at 2.71%, peaking at 1,069.60% on Feb 11, 2016, and averaging — across the selected range.
View 1 recorded historical distributions for Planet Fitness, Inc., covering a time period spanning from 2016 to 2016.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Nov 18, 2016 | $2.78 | Cash | Dec 5, 2016 |
Pull Planet Fitness, 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=PLNT&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "PLNT", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=PLNT&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();