VivoPower PLC (VIVO) Revenue (2017 - 2019)
VivoPower's (VIVO) quarterly Revenue came in at $13.6 million in Q2 2019, up 49.46% year-over-year from $9.1 million in Q2 2018, and down 29.47% quarter-over-quarter from $19.3 million in Q4 2018.
VivoPower PLC (VIVO) Revenue (2017 - 2019) Analysis & Trends
VivoPower (VIVO) has reported Revenue for 3 consecutive years, with $13.6 million the latest figure, recorded in Q2 2019.
- On a quarterly basis, Revenue rose 49.46% year-over-year to $13.6 million in Q2 2019; TTM through Jun 2019 was $60.5 million, a 135.22% increase from a year earlier, with the FY2025 full-year figure at $61000.0, up 281.25% from the prior year.
- Revenue was $13.6 million for Q2 2019 at VivoPower, down from $19.3 million in the prior quarter.
- Over five years, Revenue peaked at $19.3 million in Q4 2018 and troughed at -$13.2 million in Q1 2018.
- A 3-year average of $11.0 million and a median of $13.6 million in 2017 frame the typical range for Revenue.
- Across the five-year window, Revenue sank 196.9% in 2018 and jumped 49.46% in 2019, its largest moves.
- Over 3 years, Revenue stood at $16.2 million in 2017, then gained by 19.32% to $19.3 million in 2018, then fell by 29.47% to $13.6 million in 2019.
- The last three Revenue figures came in at $13.6 million (Q2 2019), $19.3 million (Q4 2018), and $18.5 million (Q3 2018), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 13.62 Mn |
| Dec 31, 2018 | 19.31 Mn |
| Sep 30, 2018 | 18.45 Mn |
| Jun 30, 2018 | 9.11 Mn |
| Mar 31, 2018 | -13.22 Mn |
| Sep 30, 2017 | 16.18 Mn |
| Mar 31, 2017 | 13.64 Mn |
VivoPower PLC Revenue 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=revenue&ticker=VIVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "ticker": "VIVO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=revenue&ticker=VIVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();