Search Data Tags

Search Data Tags R API Documentation

Searches for Data Tags matching the text `query`

API Class:
IntrinioSDK::DataTagApi
Instance Method:
search_data_tags()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
DataTagApi <- IntrinioSDK::DataTagApi$new(client)
# Required params
query <- "revenue"
# Optional params
opts <- list(
page_size = 100
)
response <- DataTagApi$search_data_tags(query, opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
queryCharacter 
page_sizeIntegerThe number of results to return[optional] [default to 100]  


Return Type

object
IntrinioSDK::ApiResponseDataTagsSearch

Properties

NameTypeDescription
tagsList of DataTag 
tags_data_frameData FrameData frame representation of tags
object
IntrinioSDK::DataTag

Properties

NameTypeDescription
idCharacterThe Intrinio ID for the Data Tag  
nameCharacterThe readable name of the Data Tag  
tagCharacterThe code-name of the Data Tag  
statement_codeCharacterThe code of the financial statement to which this Data Tag belongs  
statement_typeCharacterThe format of the financial statment to which this Data Tag belongs  
parentCharacterThe parent Data Tag forming the statement relationship with the factor  
sequenceNumericThe order in which the Data Tag appears in its logical group (such as a financial statement)  
factorCharacterThe operator forming the statement relationship between the child Data Tag (or Data Tags) and the parent Data Tag  
balanceCharacterWhether the Data Tag represents a credit or debit  
typeCharacterThe nature of the Data Tag, operating or nonoperating  
unitCharacterThe unit of the Data Tag