Skip to main content

Form 13FHR


Implementation details

Class names

Model nameParameters classData class
Form13FHRForm13FHRQueryParamsForm13FHRData

Import Statement

from openbb_core.provider.standard_models.form_13FHR import (
Form13FHRData,
Form13FHRQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for. A CIK or Symbol can be used.False
dateUnion[date, str]A specific date to get data for. The date represents the end of the reporting period. All form 13F-HR filings are based on the calendar year and are reported quarterly. If a date is not supplied, the most recent filing is returned. Submissions beginning 2013-06-30 are supported.NoneTrue
limitintThe number of data entries to return. The number of previous filings to return. The date parameter takes priority over this parameter.1True
providerLiteral['sec']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'sec' if there is no default.secTrue

Data

NameTypeDescription
period_endingdateThe end-of-quarter date of the filing.
issuerstrThe name of the issuer.
cusipstrThe CUSIP of the security.
asset_classstrThe title of the asset class for the security.
security_typeLiteral['SH', 'PRN']The total number of shares of the class of security or the principal amount of such class. 'SH' for shares. 'PRN' for principal amount. Convertible debt securities are reported as 'PRN'.
option_typeLiteral['call', 'put']Defined when the holdings being reported are put or call options. Only long positions are reported.
voting_authority_soleintThe number of shares for which the Manager exercises sole voting authority (none).
voting_authority_sharedintThe number of shares for which the Manager exercises a defined shared voting authority (none).
voting_authority_otherintThe number of shares for which the Manager exercises other shared voting authority (none).
principal_amountintThe total number of shares of the class of security or the principal amount of such class. Only long positions are reported
valueintThe fair market value of the holding of the particular class of security. The value reported for options is the fair market value of the underlying security with respect to the number of shares controlled. Values are rounded to the nearest US dollar and use the closing price of the last trading day of the calendar year or quarter.