Search Data Tags

Search Data Tags Python API Documentation

Searches for Data Tags matching the text `query`

API Class:
DataTagApi
Instance Method:
search_data_tags()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
query = 'revenue'
page_size = 100
response = intrinio.DataTagApi().search_data_tags(query, page_size=page_size)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
querystr 
page_sizeintThe number of results to return[optional] [default to 100]  


Return Type

object
ApiResponseDataTagsSearch

Properties

NameTypeDescription
tagslist[DataTag] 
object
DataTag

Properties

NameTypeDescription
idstrThe Intrinio ID for the Data Tag  
namestrThe readable name of the Data Tag  
tagstrThe code-name of the Data Tag  
statement_codestrThe code of the financial statement to which this Data Tag belongs  
statement_typestrThe format of the financial statment to which this Data Tag belongs  
parentstrThe parent Data Tag forming the statement relationship with the factor  
sequencefloatThe order in which the Data Tag appears in its logical group (such as a financial statement)  
factorstrThe operator forming the statement relationship between the child Data Tag (or Data Tags) and the parent Data Tag  
balancestrWhether the Data Tag represents a credit or debit  
typestrThe nature of the Data Tag, operating or nonoperating  
unitstrThe unit of the Data Tag