All Owners

All Owners R API Documentation

Returns all owners and information for all insider and institutional owners of securities covered by Intrinio.

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

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)
# Optional params
opts <- list(
institutional = NULL,
page_size = 100,
next_page = NULL
)
response <- OwnersApi$get_all_owners(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
institutionalLogicalReturns insider owners who have filed forms 3, 4, or 5 with the SEC only. Possible values are TRUE, FALSE, or omit for both.[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageCharacterGets the next page of data from a previous API call[optional]  


Return Type

object
IntrinioSDK::ApiResponseOwners

Properties

NameTypeDescription
ownersList of OwnerSummaryA list of owners  
owners_data_frameData FrameData frame representation of owners
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::OwnerSummary

Properties

NameTypeDescription
owner_cikCharacterThe Central Index Key issued by the SEC, which is the unique identifier all owner filings  
owner_nameCharacterThe name of the owner