Aibotics, Inc. (AIBT) Current Taxes (2018)
Aibotics' (AIBT) quarterly Current Taxes came in at $50240.0 in Q4 2018.
Analysis
Aibotics, Inc. (AIBT) Current Taxes (2018) Analysis & Trends
Aibotics (AIBT) has reported Current Taxes for 1 consecutive years, with $50240.0 the latest figure, recorded in Q4 2018.
- For the quarter ending Q4 2018, Current Taxes changed N/A year-over-year to $50240.0; the trailing twelve-month figure through Dec 2018 stood at $50240.0 (changed N/A YoY), and the FY2018 full-year result was $50240.0, changed N/A from the prior year.
- Current Taxes held at $50240.0 in Q4 2018 per AIBT's latest filing.
- Across five years, Current Taxes topped out at $50240.0 in Q4 2018 and bottomed at $50240.0 in Q4 2018.
Peer Set
Peer Comparison
API Access
Aibotics, Inc. Current Taxes 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=current-taxes&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "ticker": "AIBT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=current-taxes&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();