All Fundamentals by Filing

All Fundamentals by Filing Csharp API Documentation

Returns a list of fundamentals with unique fundamental IDs associated with a particular `Intrinio Filing ID` (if applicable) that have been updated or created as a result of a company`s latest SEC filing. Useful to ensure your database is up to date with the latest fundamentals.

API Class:
Intrinio.SDK.Api.FilingApi
Instance Method:
GetFilingFundamentals()

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 GetFilingFundamentalsExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var filingApi = new FilingApi();
string identifier = "fil_B73xBG";
string statementCode = null;
string type = null;
int? fiscalYear = null;
string fiscalPeriod = null;
DateTime? startDate = null;
DateTime? endDate = null;
string nextPage = null;
ApiResponseFilingFundamentals result = filingApi.GetFilingFundamentals(identifier, statementCode, type, fiscalYear, fiscalPeriod, startDate,
        endDate, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstringA Filing identifier 
statementCodestringFilters fundamentals by statement code[optional]  
typestringFilters fundamentals by type[optional]  
fiscalYearint?Filters fundamentals by fiscal year[optional]  
fiscalPeriodstringFilters fundamentals by fiscal period[optional]  
startDateDateTime?Returns fundamentals on or after the given date[optional]  
endDateDateTime?Returns fundamentals on or before the given date[optional]  
nextPagestringGets the next page of data from a previous API call[optional]  


Return Type

object
Intrinio.SDK.Model.ApiResponseFilingFundamentals

Properties

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

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  
object
Intrinio.SDK.Model.FilingSummary

Properties

NameTypeDescription
IdstringThe Intrinio ID of the Filing  
FilingDateDateTime?The date when the filing was submitted to the SEC by the company  
AcceptedDateDateTime?The date and time when the filing was accepted by SEC  
PeriodEndDateDateTime?The ending date of the fiscal period for the filing  
ReportTypestringThe filing report type  
SecUniqueIdstringA unique identifier for the filing provided by the SEC  
FilingUrlstringThe URL to the filing page on the SEC site  
ReportUrlstringThe URL to the actual report on the SEC site  
InstanceUrlstringThe URL for the XBRL filing for the report