Search Filing Notes

Search Filing Notes Java API Documentation

Search the XBRL note database and return a list of XBRL note sections containing text from the text query parameter passed through.

API Class:
FilingApi
Instance Method:
searchNotes()

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);
FilingApi filingApi = new FilingApi();
String query = "inflation";
LocalDate filingStartDate = LocalDate.of(2018,7,15);
LocalDate filingEndDate = LocalDate.of(2018,11,30);
Integer pageSize = 100;
ApiResponseFilingNotesSearch result = filingApi.searchNotes(query, filingStartDate, filingEndDate, pageSize);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
queryStringSearch for notes that contain all or parts of this text 
filingStartDateLocalDateLimit search to filings on or after this date[optional]  
filingEndDateLocalDateLimit search to filings on or before this date[optional]  
pageSizeIntegerThe number of results to return[optional] [default to 100]  


Return Type

object
ApiResponseFilingNotesSearch

Properties

NameTypeDescription
filingNotesList 
object
FilingNoteSummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the note  
xbrlTagStringThe XBRL tag used for the note by the filing entity  
filingFilingNoteFiling 
object
FilingNoteFiling

Properties

NameTypeDescription
cikStringThe Central Index Key (CIK) assigned to the company  
reportTypeStringThe filing report type  
periodEndDateLocalDateThe ending date of the fiscal period for the filing  
filingDateLocalDateThe date the report was filed with the SEC