Filter Fundamental

Filter Fundamental Java API Documentation

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

API Class:
FundamentalsApi
Instance Method:
filterFundamental()

Stock Price Code Example

Use my API Key
import com.intrinio.api.*;
import com.intrinio.models.*;
import com.intrinio.invoker.*;
import com.intrinio.invoker.auth.*;
import org.threeten.bp.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
ApiClient defaultClient = Configuration.getDefaultApiClient();
ApiKeyAuth auth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
auth.setApiKey("YOUR_API_KEY");
defaultClient.setAllowRetries(true);
FundamentalsApi fundamentalsApi = new FundamentalsApi();
LocalDate filedAfter = LocalDate.of(2022,1,01);
LocalDate filedBefore = LocalDate.of(2022,12,01);
Boolean reportedOnly = false;
Integer fiscalYear = 2017;
String statementCode = null;
String type = "false";
String fiscalPeriod = "FY";
LocalDate startDate = LocalDate.of(2022,1,01);
LocalDate endDate = LocalDate.of(2022,12,01);
LocalDate updatedAfter = LocalDate.of(2022,12,01);
LocalDate updatedBefore = LocalDate.of(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);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
filedAfterLocalDateOnly include fundamentals that were filed on or after this date.[optional]  
filedBeforeLocalDateOnly include fundamentals that were filed on or before this date.[optional]  
reportedOnlyBooleanOnly as-reported fundamentals[optional]  
fiscalYearIntegerOnly for the given fiscal year[optional]  
statementCodeStringOnly of the given statement code[optional] [enum: income_statement, balance_sheet_statement, cash_flow_statement, calculations]  
typeStringOnly of the given type[optional] [enum: QTR, YTD, FY, TTM]  
fiscalPeriodStringThe fiscal period[optional] [enum: Q1TTM, Q2TTM, Q3TTM, FY, Q1, Q2, Q3, Q4, Q2YTD, Q3YTD]  
startDateLocalDateOnly include fundamentals where covered period is on or after this date.[optional]  
endDateLocalDateOnly include fundamentals where covered period is on or before this date.[optional]  
updatedAfterLocalDateOnly include fundamentals where it was updated after this date.[optional]  
updatedBeforeLocalDateOnly include fundamentals where it was updated before this date.[optional]  
templateStringThe financial statement template used by Intrinio to standardize the as reported data[optional] [enum: fin, indu]  
nextPageStringGets the next page of data from a previous API call[optional]  


Return Type

object
Fundamental

Properties

NameTypeDescription
idStringThe Intrinio ID of the Fundamental  
statementCodeStringThe code of the financial statement that the Fundamental represents  
fiscalYearBigDecimalThe fiscal year  
fiscalPeriodStringThe fiscal period  
typeTypeEnumThe type of Fundamental  
startDateLocalDateThe period start date  
endDateLocalDateThe period start date  
filingDateOffsetDateTimeThe date and time when the Fundamental was filed with the SEC  
isLatestBooleanIs 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
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