MicroCloud Hologram Inc. (HOLOW) Exchange Rate Effect (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Exchange Rate Effect came in at -$565518.0 in Q2 2023, down 642.37% quarter-over-quarter from $104268.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Exchange Rate Effect (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Exchange Rate Effect across 3 years of filings, most recently posting -$565518.0 for Q2 2023.
- In Q2 2023, Exchange Rate Effect changed N/A year-over-year to -$565518.0; the TTM figure through Jun 2023 stood at -$223885.4 (changed N/A YoY), while the FY2025 annual figure was $162862.0, up 238.96% from the prior year.
- Exchange Rate Effect came in at -$565518.0 for Q2 2023 at MicroCloud Hologram, down from $104268.0 in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $133612.4 in Q4 2022 to a low of -$565518.0 in Q2 2023.
- Average Exchange Rate Effect over 3 years is -$44043.2, with a median of $47423.1 recorded in 2022.
- Year-over-year, Exchange Rate Effect soared 524.6% in 2022 and surged 1270.76% in 2023.
- Over 3 years, Exchange Rate Effect stood at -$31468.0 in 2021, then soared by 524.6% to $133612.4 in 2022, then tumbled by 523.25% to -$565518.0 in 2023.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were -$565518.0 in Q2 2023, $104268.0 in Q1 2023, and $133612.4 in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -565,518.00 |
| Mar 31, 2023 | 104,268.00 |
| Dec 31, 2022 | 133,612.40 |
| Sep 30, 2022 | 103,752.18 |
| Mar 31, 2022 | -8,906.00 |
| Dec 31, 2021 | -31,468.05 |
MicroCloud Hologram Inc. Exchange Rate Effect 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=exchange-rate-effect&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();