PLAYAGS, INC.: 10-Q filed 2014-05-15
What PLAYAGS, INC. reported in its quarterly report filed 2014-05-15 (fiscal Q1 2014): 10 published measures, 19 facts as tagged in accession 0001445305-14-002194.
This filing
- Form
- 10-Q (quarterly report)
- Filed
- 2014-05-15
- Fiscal period
- fiscal Q1 2014
- Accession
- 0001445305-14-002194 on SEC EDGAR
Values are as tagged in this filing. A later filing can restate them; each measure links to its history page, which shows the latest-filed value per period. All PLAYAGS, INC. filings.
Reported measures
Net property, plant and equipment
Carrying amount of property, plant and equipment after accumulated depreciation, depletion and amortization. It is not replacement cost or market value.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2014-03-31 | 48,550,202 | USD | |
| At 2013-12-31 | 49,504,931 | USD |
Goodwill carrying amount
Recognized goodwill remaining after accumulated impairment. It arises from business combinations and does not measure the current value of the company’s brand.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2014-03-31 | 61,859,930 | USD | |
| At 2013-12-31 | 60,383,930 | USD | |
| At 2013-12-20 | 60,400,000 | USD |
Research and development expense
Research and development costs recognized as expense. Capitalization policies and acquired projects can make this differ from total cash invested in development.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2014-01-01 to 2014-03-31 | 600,000 | USD | 90 |
| 2013-01-01 to 2013-03-31 | 600,000 | USD | 90 |
Common shares outstanding
Common shares outstanding at the reporting date. This point-in-time count differs from the weighted-average shares used for earnings per share and can exclude other share classes.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2014-03-31 | 10,000,000 | shares |
Accumulated other comprehensive income or loss
Cumulative other comprehensive items after tax, such as translation and unrealized hedging or securities effects. These amounts have not passed through net income.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2013-12-31 | -1,270 | USD |
Long-term debt
Long-term borrowings under this concept, which can include the current portion depending on presentation. It is not total liabilities and may exclude leases and other obligations.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2014-03-31 | 156,531,248 | USD | |
| At 2013-12-31 | 155,895,249 | USD |
Accumulated depreciation on property, plant and equipment
Cumulative depreciation, depletion and amortization recorded against property, plant and equipment. It measures cost allocation to date, not physical wear or market value.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2014-03-31 | 4,728,862 | USD | |
| At 2013-12-31 | 476,504 | USD |
Net intangible assets excluding goodwill
Intangible assets other than goodwill after amortization and impairment. Internally developed intangibles are usually not recognized, so this understates what a company relies on.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2014-03-31 | 95,072,021 | USD | |
| At 2013-12-31 | 98,664,379 | USD |
Depreciation expense
Depreciation recognized for the period under this concept. It is a noncash allocation of asset cost and may exclude amortization and depletion reported elsewhere.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2014-01-01 to 2014-03-31 | 4,300,000 | USD | 90 |
| 2013-01-01 to 2013-03-31 | 3,900,000 | USD | 90 |
Amortization of intangible assets
Amortization recognized on finite-lived intangible assets. It follows acquisition accounting and does not indicate the intangibles are losing usefulness at that rate.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2014-01-01 to 2014-03-31 | 3,900,000 | USD | 90 |
| 2013-01-01 to 2013-03-31 | 4,800,000 | USD | 90 |
Inspect the source
- Entity
- PLAYAGS, INC. / CIK 0001593548
- Captured
- 2026-09-21T17:21:05.257Z
- SEC response SHA-256
0b9917a8dc01b10dabbdcd5cf3b1819a554f5b013876daf70f423c15588e609b
Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON
Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.
Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.
Use this in research
A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.
These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.
Research methodology · Execution and cost assumptions · Check backtest overfitting
Build with the open-source tools
Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
Read the published dataset with Python
import json
from urllib.request import urlopen
with urlopen("https://canlicapital.com/company-data/0001593548.json") as response:
record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
print(concept["tag"], next(iter(concept["observations"])))