Data Point (Text) for an Economic Index

Data Point (Text) for an Economic Index R API Documentation

Returns a text value for the given `tag` for the Economic Index with the given `identifier`

API Class:
IntrinioSDK::IndexApi
Instance Method:
get_economic_index_data_point_text()

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
IndexApi <- IntrinioSDK::IndexApi$new(client)
# Required params
identifier <- "$GDP"
tag <- "level"
response <- IndexApi$get_economic_index_data_point_text(identifier, tag)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterAn Index Identifier (symbol, Intrinio ID) 
tagCharacterAn Intrinio data tag ID or code-name 


Return Type

primitive
Character

Properties