Institutional Holdings by Owner

Institutional Holdings by Owner R API Documentation

Returns a list of all ownership interests and the value of their interests by a single institutional owner.

API Class:
IntrinioSDK::OwnersApi
Instance Method:
institutional_holdings_by_owner()

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
OwnersApi <- IntrinioSDK::OwnersApi$new(client)
# Required params
identifier <- 430692
# Optional params
opts <- list(
page_size = 100,
as_of_date = as.Date("2021-01-05"),
next_page = NULL
)
response <- OwnersApi$institutional_holdings_by_owner(identifier, opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterThe Central Index Key issued by the SEC, which is the unique identifier all owner filings are issued under. 
page_sizeIntegerThe number of results to return[optional] [default to 100]  
as_of_dateDateReturn only holdings filed before this date.[optional]  
next_pageCharacterGets the next page of data from a previous API call[optional]  


Return Type

object
IntrinioSDK::ApiResponseOwnerInstitutionalHoldings

Properties

NameTypeDescription
holdingsTODO_OBJECT_MAPPING 
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.