Reported Financials

Reported Financials Csharp API Documentation

Returns as-reported financial statement data for income statement, balance sheet, and cash flow statement. Data for income statement and cash flow statement is available on a FY, QTR (Q1, Q2, Q3, Q4), TTM (Q1TTM, Q2TTM, Q3TTM), and YTD (Q2YTD, Q3YTD) basis. Data for the balance sheet is available on a FY or QTR (Q1, Q2, Q3, Q4) basis only due its point-in-time nature.

API Class:
Intrinio.SDK.Api.FundamentalsApi
Instance Method:
GetFundamentalReportedFinancials()

Stock Price Code Example

Use my API Key
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
using Intrinio.SDK.Api;
using Intrinio.SDK.Client;
using Intrinio.SDK.Model;
using Newtonsoft.Json;
namespace Example
{
public class GetFundamentalReportedFinancialsExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var fundamentalsApi = new FundamentalsApi();
string id = "AAPL-income_statement-2018-Q1";
ApiResponseReportedFinancials result = fundamentalsApi.GetFundamentalReportedFinancials(id);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
idstringThe Intrinio ID or lookup code (ticker-statement-year-period) for the Fundamental 


Return Type

object
Intrinio.SDK.Model.ApiResponseReportedFinancials

Properties

NameTypeDescription
ReportedFinancialsList 
FundamentalFundamental 
NextPagestringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio.SDK.Model.ReportedFinancial

Properties

NameTypeDescription
XbrlTagReportedTag 
Valuedecimal?The value reported for the XBRL Tag within the scope of the Fundamental  
DimensionsListThe combination of XBRL axis and members that defines the dimensionalization of this fact (if any)  
object
Intrinio.SDK.Model.ReportedTag

Properties

NameTypeDescription
TagstringThe tag code  
NamestringThe tag name  
BalancestringWhether the tag represents a credit or debit  
UnitstringThe unit of the tag  
Abstractbool?If true, the tag is an abstract and does not represent a nominal value  
Sequenceint?The vertical sequence of the tag when displayed in the financial statement  
Depthint?The horizontal depth of the tag when displayed in the financial statement  
object
Intrinio.SDK.Model.ReportedFinancialDimension

Properties

NameTypeDescription
AxisstringThe axis of the dimension  
MemberstringThe member of the axis  
object
Intrinio.SDK.Model.Fundamental

Properties

NameTypeDescription
IdstringThe Intrinio ID of the Fundamental  
StatementCodestringThe code of the financial statement that the Fundamental represents  
FiscalYeardecimal?The fiscal year  
FiscalPeriodstringThe fiscal period  
TypestringThe type of Fundamental  
StartDateDateTime?The period start date  
EndDateDateTime?The period start date  
FilingDateDateTime?The date and time when the Fundamental was filed with the SEC  
IsLatestbool?Is this the latest fundamental available based on the company's most recent filings? Use the Lookup Fundamental endpoint to find the latest fundamental (reference)  
CompanyCompanySummaryThe Company that the Fundamental was belongs to  
object
Intrinio.SDK.Model.CompanySummary

Properties

NameTypeDescription
IdstringThe Intrinio ID of the company  
TickerstringThe stock market ticker symbol associated with the company's common stock securities  
NamestringThe company's common name  
LeistringThe Legal Entity Identifier (LEI) assigned to the company  
CikstringThe Central Index Key (CIK) assigned to the company