Filter Fundamental

Filter Fundamental Csharp API Documentation

Returns fundamentals that meet the set of filters specified in parameters.

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

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 FilterFundamentalExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var fundamentalsApi = new FundamentalsApi();
DateTime? filedAfter = DateTime.Parse("2022-01-01");
DateTime? filedBefore = DateTime.Parse("2022-12-01");
bool? reportedOnly = false;
int? fiscalYear = 2017;
string statementCode = null;
string type = false;
string fiscalPeriod = "FY";
DateTime? startDate = DateTime.Parse("2022-01-01");
DateTime? endDate = DateTime.Parse("2022-12-01");
DateTime? updatedAfter = DateTime.Parse("2022-12-01");
DateTime? updatedBefore = DateTime.Parse("2022-12-01");
string template = "indu";
string nextPage = null;
Fundamental result = fundamentalsApi.FilterFundamental(filedAfter, filedBefore, reportedOnly, fiscalYear, statementCode, type, fiscalPeriod,
        startDate, endDate, updatedAfter, updatedBefore, template, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
filedAfterDateTime?Only include fundamentals that were filed on or after this date.[optional]  
filedBeforeDateTime?Only include fundamentals that were filed on or before this date.[optional]  
reportedOnlybool?Only as-reported fundamentals[optional]  
fiscalYearint?Only for the given fiscal year[optional]  
statementCodestringOnly of the given statement code[optional]  
typestringOnly of the given type[optional]  
fiscalPeriodstringThe fiscal period[optional]  
startDateDateTime?Only include fundamentals where covered period is on or after this date.[optional]  
endDateDateTime?Only include fundamentals where covered period is on or before this date.[optional]  
updatedAfterDateTime?Only include fundamentals where it was updated after this date.[optional]  
updatedBeforeDateTime?Only include fundamentals where it was updated before this date.[optional]  
templatestringThe financial statement template used by Intrinio to standardize the as reported data[optional]  
nextPagestringGets the next page of data from a previous API call[optional]  


Return Type

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 (<a href=&quot;https://docs.intrinio.com/documentation/web_api/lookup_fundamental_v2&quot; target=&quot;_blank&quot;>reference</a>)  
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