Rithm Capital Corp.: 10-Q/A filed 2013-07-12
What Rithm Capital Corp. reported in its quarterly report amendment filed 2013-07-12 (fiscal Q1 2013): 8 published measures, 15 facts as tagged in accession 0001387131-13-002521.
This is an amendment. Values here are as tagged in the amendment; the original filing has its own page.
This filing
- Form
- 10-Q/A (quarterly report amendment)
- Filed
- 2013-07-12
- Fiscal period
- fiscal Q1 2013
- Accession
- 0001387131-13-002521 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 Rithm Capital Corp. 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 2013-03-31 | 1,693,100,000 | USD | |
| At 2012-12-31 | 534,876,000 | USD |
Total liabilities
Recognized obligations at the reporting date. The definition and scope differ from interest-bearing debt.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2013-03-31 | 925,681,000 | USD | |
| At 2012-12-31 | 156,520,000 | USD |
Stockholders equity
The reported residual interest after liabilities. It is an accounting amount, not market capitalization.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2013-03-31 | 767,419,000 | USD | |
| At 2012-12-31 | 378,356,000 | USD |
Net income or loss
Reported profit or loss for the period. Check the filing for attribution, exceptional items and discontinued operations before comparing companies.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2013-01-01 to 2013-03-31 | 13,075,000 | USD | 90 |
| 2012-01-01 to 2012-03-31 | 2,688,000 | USD | 91 |
Interest expense
Borrowing costs recognized as interest expense. This is distinct from cash interest paid and may not include every capitalized borrowing cost.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2013-01-01 to 2013-03-31 | 899,000 | USD | 90 |
Operating expenses
Recurring operating costs under this accounting concept, generally excluding production costs included in cost of sales. Check filing presentation before combining expense subtotals.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2013-01-01 to 2013-03-31 | 5,044,000 | USD | 90 |
| 2012-01-01 to 2012-03-31 | 565,000 | USD | 91 |
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-03-31 | 31,709,000 | USD | |
| At 2012-12-31 | 15,526,000 | USD |
General and administrative expense
General and administrative costs reported under this concept, separate from selling expense. Filers group overhead differently, so compare presentation before comparing companies.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2013-01-01 to 2013-03-31 | 2,719,000 | USD | 90 |
| 2012-01-01 to 2012-03-31 | 411,000 | USD | 91 |
Inspect the source
- Entity
- Rithm Capital Corp. / CIK 0001556593
- Captured
- 2026-09-20T09:19:15.069Z
- SEC response SHA-256
a64c4e906408d816acee0a67af8ee450b60aeed047713adf4394c81009653a15
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/0001556593.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"])))