Andina Bottling Co Inc (AKO-A) Treasury Shares (2012 - 2013)
Andina Bottling's (AKO-A) quarterly Treasury Shares came in at -$21725.0 in Q3 2012.
Analysis
Andina Bottling Co Inc (AKO-A) Treasury Shares (2012 - 2013) Analysis & Trends
Andina Bottling has disclosed Treasury Shares across 2 years of filings, most recently posting -$21725.0 for Q1 2013.
- In Q1 2013, Treasury Shares changed N/A year-over-year to -$21725.0; the TTM figure through Mar 2013 stood at -$21725.0 (changed N/A YoY), while the FY2012 annual figure was -$21725.0, changed N/A from the prior year.
- Treasury Shares came in at -$21725.0 for Q3 2012 at Andina Bottling.
- In the past five years, Treasury Shares ranged from a high of -$21725.0 in Q4 2012 to a low of -$21.7 million in Q3 2012.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2013 | -21,725.00 |
| Mar 31, 2013 | -21,725.00 |
| Dec 31, 2012 | -21,725.00 |
| Dec 31, 2012 | -21,725.00 |
| Sep 30, 2012 | -21.73 Mn |
| Sep 30, 2012 | -21.73 Mn |
| Sep 30, 2012 | -21,725.00 |
| Sep 30, 2012 | -21,725.00 |
API Access
Andina Bottling Co Inc Treasury Shares 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=treasury-shares&ticker=AKO-A&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=AKO-A&period=max&api_key=YOUR_API_KEY");
const data = await res.json();