Filing Note by ID

Filing Note by ID Csharp API Documentation

Returns the XBRL filing note contents in HTML or text format for a specified Intrinio XBRL filing note ID.

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

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 GetNoteExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var filingApi = new FilingApi();
string identifier = "xbn_ydK3QL";
string contentFormat = "text";
FilingNote result = filingApi.GetNote(identifier, contentFormat);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstringThe Intrinio ID of the filing note 
contentFormatstringReturns content in html (as filed) or plain text[optional] [default to text]  


Return Type

object
Intrinio.SDK.Model.FilingNote

Properties

NameTypeDescription
IdstringThe Intrinio ID of the note  
XbrlTagstringThe XBRL Tag used for the note  
ContentstringThe plain text (after html has been removed) of the note, or text including html if the content_format parameter has been set to html  
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