Andina Bottling Co Inc (AKO-A) Operating Leases (2015 - 2016)
Andina Bottling's (AKO-A) quarterly Operating Leases came in at $647.1 billion in Q4 2016, down 0.97% year-over-year from $653.4 billion in Q1 2016, and down 0.97% quarter-over-quarter from $653.4 billion in Q4 2015.
Andina Bottling Co Inc (AKO-A) Operating Leases (2015 - 2016) Analysis & Trends
Andina Bottling has disclosed Operating Leases across 2 years of filings, most recently posting $647.1 billion for Q4 2016.
- In Q4 2016, Operating Leases fell 0.97% year-over-year to $647.1 billion; the TTM figure through Dec 2016 stood at $647.1 billion (down 0.97% YoY), while the FY2016 annual figure was $647.1 billion, down 0.97% from the prior year.
- Operating Leases came in at $647.1 billion for Q4 2016 at Andina Bottling, down from $653.4 billion in the prior quarter.
- In the past five years, Operating Leases ranged from a high of $653.4 billion in Q4 2015 to a low of $647.1 billion in Q4 2016.
Peer Comparison
Andina Bottling Co Inc Operating Leases 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=operating-leases&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "ticker": "AKO-A", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=operating-leases&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();