MicroCloud Hologram Inc. (HOLOW) Net Equity Issued and Repurchased (2021)
MicroCloud Hologram's (HOLOW) quarterly Net Equity Issued and Repurchased came in at $25000.0 in Q1 2021.
MicroCloud Hologram Inc. (HOLOW) Net Equity Issued and Repurchased (2021) Analysis & Trends
MicroCloud Hologram has disclosed Net Equity Issued and Repurchased across 1 years of filings, most recently posting $25000.0 for Q1 2021.
- In Q1 2021, Net Equity Issued and Repurchased changed N/A year-over-year to $25000.0; the TTM figure through Dec 2021 stood at $25000.0 (changed N/A YoY), while the FY2021 annual figure was $25000.0, changed N/A from the prior year.
- Net Equity Issued and Repurchased came in at $25000.0 for Q1 2021 at MicroCloud Hologram.
- In the past five years, Net Equity Issued and Repurchased ranged from a high of $25000.0 in Q1 2021 to a low of $25000.0 in Q1 2021.
Peer Comparison
MicroCloud Hologram Inc. Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "ticker": "HOLOW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-equity-issued-and-repurchased&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();