CTPARTNERS EXECUTIVE SEARCH INC.: 10-Q filed 2011-11-09
What CTPARTNERS EXECUTIVE SEARCH INC. reported in its quarterly report filed 2011-11-09 (fiscal Q3 2011): 12 published measures, 24 facts as tagged in accession 0001193125-11-304543.
This filing
- Form
- 10-Q (quarterly report)
- Filed
- 2011-11-09
- Fiscal period
- fiscal Q3 2011
- Accession
- 0001193125-11-304543 on SEC EDGAR
Values are as tagged in this filing. A later filing can restate them; a measure with a published history links to it, and the history shows the latest-filed value per period. All CTPARTNERS EXECUTIVE SEARCH INC. filings.
Reported measures
Total assets
Resources recognized on the balance sheet. Book assets are not the market value of the business.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2011-09-30 | 59,376,863 | USD | |
| At 2010-12-31 | 55,094,922 | USD |
Stockholders equity
The reported residual interest after liabilities. It is an accounting amount, not market capitalization.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2011-09-30 | 28,842,453 | USD | |
| At 2010-12-31 | 26,477,413 | USD |
Retained earnings or deficit
Accumulated undistributed earnings or deficit at the reporting date. This balance is not cash available for distribution.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2011-09-30 | -4,442,508 | USD | |
| At 2010-12-31 | -5,791,728 | USD |
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 2011-09-30 | 4,419,867 | USD | |
| At 2010-12-31 | 3,147,192 | USD |
Current assets
Assets classified as current under the normal operating cycle or one-year boundary. Not all current assets can be converted immediately into cash.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2011-09-30 | 52,511,833 | USD | |
| At 2010-12-31 | 50,207,881 | USD |
Current liabilities
Obligations classified as current under the operating-cycle or one-year boundary. The balance includes more than short-term borrowing.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2011-09-30 | 28,121,430 | USD | |
| At 2010-12-31 | 26,327,107 | USD |
Current accounts payable
Current amounts owed to suppliers for goods and services received. This is one component of current liabilities, not all accrued obligations.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2011-09-30 | 501,482 | USD | |
| At 2010-12-31 | 1,574,493 | USD |
Net current accounts receivable
Current customer receivables after the allowance for credit loss. The balance is not cash collected or a guarantee of collection.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2011-09-30 | 22,991,880 | USD | |
| At 2010-12-31 | 21,197,842 | USD |
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 2011-09-30 | 7,212,015 | shares | |
| At 2010-12-31 | 7,176,920 | 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 2011-09-30 | -1,497,121 | USD | |
| At 2010-12-31 | -1,360,832 | USD |
Other noncurrent assets
Noncurrent assets the filer does not present separately. The composition differs by filer and is described only in the filing.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2011-09-30 | 1,527,247 | USD | |
| At 2010-12-31 | 1,393,823 | USD |
Accrued current liabilities
Current obligations accrued for goods and services received but not yet invoiced or paid. This is one component of current liabilities, not all short-term obligations.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2011-09-30 | 2,950,683 | USD | |
| At 2010-12-31 | 3,845,685 | USD |
Inspect the source
- Entity
- CTPARTNERS EXECUTIVE SEARCH INC. / CIK 0001439199
- Captured
- SEC response SHA-256
5c88819562a8086868feb26d5ed49ebec5c6859f65fe7df74b3ff05b73df0fd5
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/0001439199.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"])))