Lookup Data Tag

Lookup Data Tag Java API Documentation

Returns the Data Tag with the given `identifier`

API Class:
DataTagApi
Instance Method:
getDataTagById()

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);
DataTagApi dataTagApi = new DataTagApi();
String identifier = "marketcap";
DataTag result = dataTagApi.getDataTagById(identifier);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringThe Intrinio ID or the code-name of the Data Tag 


Return Type

object
DataTag

Properties

NameTypeDescription
idStringThe Intrinio ID for the Data Tag  
nameStringThe readable name of the Data Tag  
tagStringThe code-name of the Data Tag  
statementCodeStringThe code of the financial statement to which this Data Tag belongs  
statementTypeStatementTypeEnumThe format of the financial statment to which this Data Tag belongs  
parentStringThe parent Data Tag forming the statement relationship with the factor  
sequenceBigDecimalThe order in which the Data Tag appears in its logical group (such as a financial statement)  
factorStringThe operator forming the statement relationship between the child Data Tag (or Data Tags) and the parent Data Tag  
balanceStringWhether the Data Tag represents a credit or debit  
typeStringThe nature of the Data Tag, operating or nonoperating  
unitStringThe unit of the Data Tag