Formula Systems (1985) (FORTY) Shares Outstanding (Entity) (2009 - 2025)
Analysis
Formula Systems (1985) (FORTY) Shares Outstanding (Entity) (2009 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Entity.) (Qtr) |
|---|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn | - |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn | 452.00 Mn |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - | - |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn | 51.59 Mn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn | 42.00 Mn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn | 151.75 Mn |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn | 217.82 Mn |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn | 34.38 Mn |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn | - |
| 10 | DXC Technology | 1.74 Bn | 9.39 Mn | 611.00 Mn | 159.78 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 15.33 Mn |
| Dec 31, 2024 | 15.33 Mn |
| Dec 31, 2023 | 15.33 Mn |
| Dec 31, 2022 | 15.32 Mn |
| Dec 31, 2021 | 15.29 Mn |
| Dec 31, 2020 | 15.29 Mn |
| Dec 31, 2019 | 15.29 Mn |
| Dec 31, 2018 | 14.75 Mn |
| Dec 31, 2017 | 14.73 Mn |
| Dec 31, 2016 | 14.73 Mn |
| Dec 31, 2015 | 14.73 Mn |
| Dec 31, 2014 | 14.72 Mn |
| Dec 31, 2013 | 14.72 Mn |
| Dec 31, 2012 | 13.60 Mn |
| Dec 31, 2011 | 13.60 Mn |
| Dec 31, 2010 | 13.60 Mn |
| Dec 31, 2009 | 13.20 Mn |
API Access
Formula Systems (1985) Shares Outstanding (Entity) 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=shares-outstanding-entity&ticker=FORTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding-entity", "ticker": "FORTY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=shares-outstanding-entity&ticker=FORTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();