All Filing Notes

All Filing Notes Csharp API Documentation

Returns a list of the latest XBRL filing note sections from the SEC 10-K and 10-Q statements. The returned Intrinio XBRL filing note ID can then be utilized with the “Filing Note by ID” endpoint to retrieve the contents of the note in HTML or text format.

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

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 GetAllNotesExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var filingApi = new FilingApi();
string company = "AAPL";
string reportType = "10-Q";
DateTime? filingStartDate = null;
DateTime? filingEndDate = null;
DateTime? periodEndedStartDate = null;
DateTime? periodEndedEndDate = null;
int? pageSize = 100;
string nextPage = null;
ApiResponseFilingNotes result = filingApi.GetAllNotes(company, reportType, filingStartDate, filingEndDate, periodEndedStartDate,
        periodEndedEndDate, pageSize, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
companystringA Company identifier (Ticker, CIK, LEI, Intrinio ID)[optional]  
reportTypestringNotes contained in filings that match the given report type[optional]  
filingStartDateDateTime?Limit search to filings on or after this date[optional]  
filingEndDateDateTime?Limit search to filings on or before this date[optional]  
periodEndedStartDateDateTime?Limit search to filings with a period end date on or after this date[optional]  
periodEndedEndDateDateTime?Limit search to filings with a period end date on or before this date[optional]  
pageSizeint?The number of results to return[optional] [default to 100]  
nextPagestringGets the next page of data from a previous API call[optional]  


Return Type

object
Intrinio.SDK.Model.ApiResponseFilingNotes

Properties

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

Properties

NameTypeDescription
IdstringThe Intrinio ID of the note  
XbrlTagstringThe XBRL tag used for the note by the filing entity  
FilingFilingNoteFiling 
object
Intrinio.SDK.Model.FilingNoteFiling

Properties

NameTypeDescription
CikstringThe Central Index Key (CIK) assigned to the company  
ReportTypestringThe filing report type  
PeriodEndDateDateTime?The ending date of the fiscal period for the filing  
FilingDateDateTime?The date the report was filed with the SEC