SEC EDGAR Form 13F-HR, 13F-HR/A GraphQL Documentation
This documentation includes the GraphQL query and subscription specification for access to the Securities and Exchange Commission (SEC EDGAR ) data on our platform.
Terms of Service
API Endpoints
# Production Server for Queries:
https://api.beamapi.com/data/fundamentals/us/sec/form_13fhr/v1/
# Production Server for Subscriptions:
wss://api.beamapi.com/data/fundamentals/us/sec/form_13fhr/v1/ws
Headers
# Your API key from the dashboard. Must be included in all API calls. For websocket connections, this value is put in an initial on connection payload.
{"api-key": "<YOUR_TOKEN_HERE>"}
Version
1
Queries
cover_page
Response
Returns [Form13FHRCoverPage!]!
Arguments
Name | Description |
---|---|
offset - Int
|
|
filters - FilterForm13FHRCoverPage
|
Example
Query
query cover_page(
$offset: Int,
$filters: FilterForm13FHRCoverPage
) {
cover_page(
offset: $offset,
filters: $filters
) {
additional_information
amendment_info_confidentiality_denied_or_expired
amendment_info_date_denied_or_expired
amendment_info_date_reported
amendment_info_reason_for_non_confidentiality
amendment_number
amendment_type
entity_cik
filing_accession_number
filing_manager_address_city
filing_manager_address_state_or_country
filing_manager_address_street_1
filing_manager_address_street_2
filing_manager_address_zip_code
filing_manager_name
form_13f_file_number
is_amendment
provide_info_for_instruction_5
report_calender_or_quarter
report_type
}
}
Variables
{"offset": 987, "filters": FilterForm13FHRCoverPage}
Response
{
"data": {
"cover_page": [
{
"additional_information": "xyz789",
"amendment_info_confidentiality_denied_or_expired": false,
"amendment_info_date_denied_or_expired": NaiveDate,
"amendment_info_date_reported": NaiveDate,
"amendment_info_reason_for_non_confidentiality": "abc123",
"amendment_number": 123,
"amendment_type": "xyz789",
"entity_cik": 123,
"filing_accession_number": 987,
"filing_manager_address_city": "xyz789",
"filing_manager_address_state_or_country": "xyz789",
"filing_manager_address_street_1": "xyz789",
"filing_manager_address_street_2": "xyz789",
"filing_manager_address_zip_code": "xyz789",
"filing_manager_name": "abc123",
"form_13f_file_number": 987,
"is_amendment": true,
"provide_info_for_instruction_5": "abc123",
"report_calender_or_quarter": "xyz789",
"report_type": "abc123"
}
]
}
}
cover_page_count
Response
Returns an Int!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRCoverPage
|
Example
Query
query cover_page_count($filters: FilterForm13FHRCoverPage) {
cover_page_count(filters: $filters)
}
Variables
{"filters": FilterForm13FHRCoverPage}
Response
{"data": {"cover_page_count": 123}}
document
Response
Returns [Form13FHRDocument!]!
Arguments
Name | Description |
---|---|
offset - Int
|
|
filters - FilterForm13FHRDocument
|
Example
Query
query document(
$offset: Int,
$filters: FilterForm13FHRDocument
) {
document(
offset: $offset,
filters: $filters
) {
conformed_document_type
conformed_name
contents
description
entity_cik
filing_accession_number
pos
}
}
Variables
{"offset": 987, "filters": FilterForm13FHRDocument}
Response
{
"data": {
"document": [
{
"conformed_document_type": "xyz789",
"conformed_name": "abc123",
"contents": "abc123",
"description": "abc123",
"entity_cik": 987,
"filing_accession_number": 123,
"pos": 123
}
]
}
}
document_count
Response
Returns an Int!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRDocument
|
Example
Query
query document_count($filters: FilterForm13FHRDocument) {
document_count(filters: $filters)
}
Variables
{"filters": FilterForm13FHRDocument}
Response
{"data": {"document_count": 987}}
header_data
Response
Returns [Form13FHRHeaderData!]!
Arguments
Name | Description |
---|---|
offset - Int
|
|
filters - FilterForm13FHRHeaderData
|
Example
Query
query header_data(
$offset: Int,
$filters: FilterForm13FHRHeaderData
) {
header_data(
offset: $offset,
filters: $filters
) {
ccc
cik
confirming_copy_flag
contact_email
contact_name
contact_phone
entity_cik
file_number
filing_accession_number
live_test_flag
notification_email_addresses
override_internet_flag
period_of_report
return_copy_flag
submission_type
}
}
Variables
{"offset": 123, "filters": FilterForm13FHRHeaderData}
Response
{
"data": {
"header_data": [
{
"ccc": "abc123",
"cik": 987,
"confirming_copy_flag": false,
"contact_email": "xyz789",
"contact_name": "xyz789",
"contact_phone": "xyz789",
"entity_cik": 987,
"file_number": 123,
"filing_accession_number": 987,
"live_test_flag": "xyz789",
"notification_email_addresses": [
"abc123"
],
"override_internet_flag": true,
"period_of_report": "xyz789",
"return_copy_flag": true,
"submission_type": "xyz789"
}
]
}
}
header_data_count
Response
Returns an Int!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRHeaderData
|
Example
Query
query header_data_count($filters: FilterForm13FHRHeaderData) {
header_data_count(filters: $filters)
}
Variables
{"filters": FilterForm13FHRHeaderData}
Response
{"data": {"header_data_count": 123}}
holding
Response
Returns [Form13FHRHolding!]!
Arguments
Name | Description |
---|---|
offset - Int
|
|
filters - FilterForm13FHRHolding
|
Example
Query
query holding(
$offset: Int,
$filters: FilterForm13FHRHolding
) {
holding(
offset: $offset,
filters: $filters
) {
cusip
entity_cik
figi
filing_accession_number
investment_discretion
issuer_name
other_managers
pos
put_or_call
shares_or_principal_amount
shares_or_principal_amount_unit_type
title_of_class
value
voting_authority_none
voting_authority_shared
voting_authority_sole
}
}
Variables
{"offset": 123, "filters": FilterForm13FHRHolding}
Response
{
"data": {
"holding": [
{
"cusip": "abc123",
"entity_cik": 123,
"figi": "abc123",
"filing_accession_number": 123,
"investment_discretion": "abc123",
"issuer_name": "abc123",
"other_managers": [123],
"pos": 987,
"put_or_call": "xyz789",
"shares_or_principal_amount": 987,
"shares_or_principal_amount_unit_type": "xyz789",
"title_of_class": "abc123",
"value": 987,
"voting_authority_none": 987,
"voting_authority_shared": 987,
"voting_authority_sole": 987
}
]
}
}
holding_count
Response
Returns an Int!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRHolding
|
Example
Query
query holding_count($filters: FilterForm13FHRHolding) {
holding_count(filters: $filters)
}
Variables
{"filters": FilterForm13FHRHolding}
Response
{"data": {"holding_count": 987}}
other_included_manager
Response
Arguments
Name | Description |
---|---|
offset - Int
|
|
filters - FilterForm13FHROtherIncludedManager
|
Example
Query
query other_included_manager(
$offset: Int,
$filters: FilterForm13FHROtherIncludedManager
) {
other_included_manager(
offset: $offset,
filters: $filters
) {
cik
crd_number
entity_cik
filing_accession_number
form_13f_file_number
name
pos
sec_file_number
sequence_number
}
}
Variables
{
"offset": 123,
"filters": FilterForm13FHROtherIncludedManager
}
Response
{
"data": {
"other_included_manager": [
{
"cik": 987,
"crd_number": "abc123",
"entity_cik": 123,
"filing_accession_number": 123,
"form_13f_file_number": 987,
"name": "xyz789",
"pos": 123,
"sec_file_number": "abc123",
"sequence_number": 987
}
]
}
}
other_included_manager_count
Response
Returns an Int!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHROtherIncludedManager
|
Example
Query
query other_included_manager_count($filters: FilterForm13FHROtherIncludedManager) {
other_included_manager_count(filters: $filters)
}
Variables
{"filters": FilterForm13FHROtherIncludedManager}
Response
{"data": {"other_included_manager_count": 987}}
other_manager_reporting_for_this_manager
Response
Arguments
Name | Description |
---|---|
offset - Int
|
|
filters - FilterForm13FHROtherManagerReportingForThisManager
|
Example
Query
query other_manager_reporting_for_this_manager(
$offset: Int,
$filters: FilterForm13FHROtherManagerReportingForThisManager
) {
other_manager_reporting_for_this_manager(
offset: $offset,
filters: $filters
) {
cik
crd_number
entity_cik
filing_accession_number
form_13f_file_number
name
pos
sec_file_number
}
}
Variables
{
"offset": 987,
"filters": FilterForm13FHROtherManagerReportingForThisManager
}
Response
{
"data": {
"other_manager_reporting_for_this_manager": [
{
"cik": 987,
"crd_number": "abc123",
"entity_cik": 123,
"filing_accession_number": 987,
"form_13f_file_number": 987,
"name": "xyz789",
"pos": 987,
"sec_file_number": "xyz789"
}
]
}
}
other_manager_reporting_for_this_manager_count
Response
Returns an Int!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHROtherManagerReportingForThisManager
|
Example
Query
query other_manager_reporting_for_this_manager_count($filters: FilterForm13FHROtherManagerReportingForThisManager) {
other_manager_reporting_for_this_manager_count(filters: $filters)
}
Variables
{
"filters": FilterForm13FHROtherManagerReportingForThisManager
}
Response
{"data": {"other_manager_reporting_for_this_manager_count": 123}}
signature
Response
Returns [Form13FHRSignature!]!
Arguments
Name | Description |
---|---|
offset - Int
|
|
filters - FilterForm13FHRSignature
|
Example
Query
query signature(
$offset: Int,
$filters: FilterForm13FHRSignature
) {
signature(
offset: $offset,
filters: $filters
) {
city
entity_cik
filing_accession_number
name
phone
signature
state_or_country
title
}
}
Variables
{"offset": 987, "filters": FilterForm13FHRSignature}
Response
{
"data": {
"signature": [
{
"city": "abc123",
"entity_cik": 123,
"filing_accession_number": 987,
"name": "abc123",
"phone": "abc123",
"signature": "abc123",
"state_or_country": "abc123",
"title": "xyz789"
}
]
}
}
signature_count
Response
Returns an Int!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRSignature
|
Example
Query
query signature_count($filters: FilterForm13FHRSignature) {
signature_count(filters: $filters)
}
Variables
{"filters": FilterForm13FHRSignature}
Response
{"data": {"signature_count": 987}}
summary_page
Response
Returns [Form13FHRSummaryPage!]!
Arguments
Name | Description |
---|---|
offset - Int
|
|
filters - FilterForm13FHRSummaryPage
|
Example
Query
query summary_page(
$offset: Int,
$filters: FilterForm13FHRSummaryPage
) {
summary_page(
offset: $offset,
filters: $filters
) {
entity_cik
filing_accession_number
is_confidential_omitted
other_included_managers_count
table_entry_total
table_entry_value
}
}
Variables
{"offset": 123, "filters": FilterForm13FHRSummaryPage}
Response
{
"data": {
"summary_page": [
{
"entity_cik": 987,
"filing_accession_number": 123,
"is_confidential_omitted": true,
"other_included_managers_count": 123,
"table_entry_total": 123,
"table_entry_value": 987
}
]
}
}
summary_page_count
Response
Returns an Int!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRSummaryPage
|
Example
Query
query summary_page_count($filters: FilterForm13FHRSummaryPage) {
summary_page_count(filters: $filters)
}
Variables
{"filters": FilterForm13FHRSummaryPage}
Response
{"data": {"summary_page_count": 987}}
Subscriptions
cover_page
Response
Returns an Form13FHRCoverPage!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRCoverPage
|
Example
Query
subscription cover_page($filters: FilterForm13FHRCoverPage) {
cover_page(filters: $filters) {
additional_information
amendment_info_confidentiality_denied_or_expired
amendment_info_date_denied_or_expired
amendment_info_date_reported
amendment_info_reason_for_non_confidentiality
amendment_number
amendment_type
entity_cik
filing_accession_number
filing_manager_address_city
filing_manager_address_state_or_country
filing_manager_address_street_1
filing_manager_address_street_2
filing_manager_address_zip_code
filing_manager_name
form_13f_file_number
is_amendment
provide_info_for_instruction_5
report_calender_or_quarter
report_type
}
}
Variables
{"filters": FilterForm13FHRCoverPage}
Response
{
"data": {
"cover_page": {
"additional_information": "abc123",
"amendment_info_confidentiality_denied_or_expired": false,
"amendment_info_date_denied_or_expired": NaiveDate,
"amendment_info_date_reported": NaiveDate,
"amendment_info_reason_for_non_confidentiality": "abc123",
"amendment_number": 987,
"amendment_type": "abc123",
"entity_cik": 123,
"filing_accession_number": 987,
"filing_manager_address_city": "abc123",
"filing_manager_address_state_or_country": "xyz789",
"filing_manager_address_street_1": "xyz789",
"filing_manager_address_street_2": "abc123",
"filing_manager_address_zip_code": "xyz789",
"filing_manager_name": "abc123",
"form_13f_file_number": 987,
"is_amendment": false,
"provide_info_for_instruction_5": "xyz789",
"report_calender_or_quarter": "xyz789",
"report_type": "abc123"
}
}
}
document
Response
Returns an Form13FHRDocument!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRDocument
|
Example
Query
subscription document($filters: FilterForm13FHRDocument) {
document(filters: $filters) {
conformed_document_type
conformed_name
contents
description
entity_cik
filing_accession_number
pos
}
}
Variables
{"filters": FilterForm13FHRDocument}
Response
{
"data": {
"document": {
"conformed_document_type": "xyz789",
"conformed_name": "abc123",
"contents": "abc123",
"description": "xyz789",
"entity_cik": 123,
"filing_accession_number": 987,
"pos": 123
}
}
}
header_data
Response
Returns an Form13FHRHeaderData!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRHeaderData
|
Example
Query
subscription header_data($filters: FilterForm13FHRHeaderData) {
header_data(filters: $filters) {
ccc
cik
confirming_copy_flag
contact_email
contact_name
contact_phone
entity_cik
file_number
filing_accession_number
live_test_flag
notification_email_addresses
override_internet_flag
period_of_report
return_copy_flag
submission_type
}
}
Variables
{"filters": FilterForm13FHRHeaderData}
Response
{
"data": {
"header_data": {
"ccc": "xyz789",
"cik": 987,
"confirming_copy_flag": true,
"contact_email": "abc123",
"contact_name": "abc123",
"contact_phone": "abc123",
"entity_cik": 123,
"file_number": 987,
"filing_accession_number": 987,
"live_test_flag": "abc123",
"notification_email_addresses": [
"xyz789"
],
"override_internet_flag": true,
"period_of_report": "xyz789",
"return_copy_flag": true,
"submission_type": "abc123"
}
}
}
holding
Response
Returns an Form13FHRHolding!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRHolding
|
Example
Query
subscription holding($filters: FilterForm13FHRHolding) {
holding(filters: $filters) {
cusip
entity_cik
figi
filing_accession_number
investment_discretion
issuer_name
other_managers
pos
put_or_call
shares_or_principal_amount
shares_or_principal_amount_unit_type
title_of_class
value
voting_authority_none
voting_authority_shared
voting_authority_sole
}
}
Variables
{"filters": FilterForm13FHRHolding}
Response
{
"data": {
"holding": {
"cusip": "abc123",
"entity_cik": 123,
"figi": "xyz789",
"filing_accession_number": 123,
"investment_discretion": "abc123",
"issuer_name": "abc123",
"other_managers": [123],
"pos": 123,
"put_or_call": "abc123",
"shares_or_principal_amount": 987,
"shares_or_principal_amount_unit_type": "xyz789",
"title_of_class": "abc123",
"value": 123,
"voting_authority_none": 123,
"voting_authority_shared": 987,
"voting_authority_sole": 123
}
}
}
other_included_manager
Response
Returns an Form13FHROtherIncludedManager!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHROtherIncludedManager
|
Example
Query
subscription other_included_manager($filters: FilterForm13FHROtherIncludedManager) {
other_included_manager(filters: $filters) {
cik
crd_number
entity_cik
filing_accession_number
form_13f_file_number
name
pos
sec_file_number
sequence_number
}
}
Variables
{"filters": FilterForm13FHROtherIncludedManager}
Response
{
"data": {
"other_included_manager": {
"cik": 123,
"crd_number": "abc123",
"entity_cik": 123,
"filing_accession_number": 987,
"form_13f_file_number": 987,
"name": "abc123",
"pos": 123,
"sec_file_number": "xyz789",
"sequence_number": 987
}
}
}
other_manager_reporting_for_this_manager
Response
Arguments
Name | Description |
---|---|
filters - FilterForm13FHROtherManagerReportingForThisManager
|
Example
Query
subscription other_manager_reporting_for_this_manager($filters: FilterForm13FHROtherManagerReportingForThisManager) {
other_manager_reporting_for_this_manager(filters: $filters) {
cik
crd_number
entity_cik
filing_accession_number
form_13f_file_number
name
pos
sec_file_number
}
}
Variables
{
"filters": FilterForm13FHROtherManagerReportingForThisManager
}
Response
{
"data": {
"other_manager_reporting_for_this_manager": {
"cik": 123,
"crd_number": "abc123",
"entity_cik": 987,
"filing_accession_number": 987,
"form_13f_file_number": 123,
"name": "xyz789",
"pos": 123,
"sec_file_number": "xyz789"
}
}
}
signature
Response
Returns an Form13FHRSignature!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRSignature
|
Example
Query
subscription signature($filters: FilterForm13FHRSignature) {
signature(filters: $filters) {
city
entity_cik
filing_accession_number
name
phone
signature
state_or_country
title
}
}
Variables
{"filters": FilterForm13FHRSignature}
Response
{
"data": {
"signature": {
"city": "abc123",
"entity_cik": 123,
"filing_accession_number": 123,
"name": "xyz789",
"phone": "abc123",
"signature": "abc123",
"state_or_country": "xyz789",
"title": "abc123"
}
}
}
summary_page
Response
Returns an Form13FHRSummaryPage!
Arguments
Name | Description |
---|---|
filters - FilterForm13FHRSummaryPage
|
Example
Query
subscription summary_page($filters: FilterForm13FHRSummaryPage) {
summary_page(filters: $filters) {
entity_cik
filing_accession_number
is_confidential_omitted
other_included_managers_count
table_entry_total
table_entry_value
}
}
Variables
{"filters": FilterForm13FHRSummaryPage}
Response
{
"data": {
"summary_page": {
"entity_cik": 123,
"filing_accession_number": 987,
"is_confidential_omitted": true,
"other_included_managers_count": 987,
"table_entry_total": 987,
"table_entry_value": 987
}
}
}
Types
Boolean
Description
The Boolean
scalar type represents true
or false
.
Example
true
FilterForm13FHRCoverPage
Fields
Input Field | Description |
---|---|
additional_information - String
|
|
amendment_info_confidentiality_denied_or_expired - Boolean
|
|
amendment_info_date_denied_or_expired - FilterableNaiveDate
|
|
amendment_info_date_reported - FilterableNaiveDate
|
|
amendment_info_reason_for_non_confidentiality - String
|
|
amendment_number - FilterableI64
|
|
amendment_type - String
|
|
entity_cik - FilterableI64
|
|
filing_accession_number - FilterableI64
|
|
filing_manager_address_city - String
|
|
filing_manager_address_state_or_country - String
|
|
filing_manager_address_street_1 - String
|
|
filing_manager_address_street_2 - String
|
|
filing_manager_address_zip_code - String
|
|
filing_manager_name - String
|
|
form_13f_file_number - FilterableI64
|
|
is_amendment - Boolean
|
|
provide_info_for_instruction_5 - String
|
|
report_calender_or_quarter - String
|
|
report_type - String
|
Example
{
"additional_information": "abc123",
"amendment_info_confidentiality_denied_or_expired": true,
"amendment_info_date_denied_or_expired": FilterableNaiveDate,
"amendment_info_date_reported": FilterableNaiveDate,
"amendment_info_reason_for_non_confidentiality": "abc123",
"amendment_number": FilterableI64,
"amendment_type": "abc123",
"entity_cik": FilterableI64,
"filing_accession_number": FilterableI64,
"filing_manager_address_city": "abc123",
"filing_manager_address_state_or_country": "xyz789",
"filing_manager_address_street_1": "abc123",
"filing_manager_address_street_2": "abc123",
"filing_manager_address_zip_code": "xyz789",
"filing_manager_name": "xyz789",
"form_13f_file_number": FilterableI64,
"is_amendment": true,
"provide_info_for_instruction_5": "abc123",
"report_calender_or_quarter": "xyz789",
"report_type": "xyz789"
}
FilterForm13FHRDocument
Fields
Input Field | Description |
---|---|
conformed_document_type - String
|
|
conformed_name - String
|
|
contents - String
|
|
description - String
|
|
entity_cik - FilterableI64
|
|
filing_accession_number - FilterableI64
|
|
pos - FilterableI32
|
Example
{
"conformed_document_type": "abc123",
"conformed_name": "xyz789",
"contents": "abc123",
"description": "xyz789",
"entity_cik": FilterableI64,
"filing_accession_number": FilterableI64,
"pos": FilterableI32
}
FilterForm13FHRHeaderData
Fields
Input Field | Description |
---|---|
ccc - String
|
|
cik - FilterableI64
|
|
confirming_copy_flag - Boolean
|
|
contact_email - String
|
|
contact_name - String
|
|
contact_phone - String
|
|
entity_cik - FilterableI64
|
|
file_number - FilterableI64
|
|
filing_accession_number - FilterableI64
|
|
live_test_flag - String
|
|
notification_email_addresses - [String!]
|
|
override_internet_flag - Boolean
|
|
period_of_report - String
|
|
return_copy_flag - Boolean
|
|
submission_type - String
|
Example
{
"ccc": "xyz789",
"cik": FilterableI64,
"confirming_copy_flag": true,
"contact_email": "abc123",
"contact_name": "xyz789",
"contact_phone": "xyz789",
"entity_cik": FilterableI64,
"file_number": FilterableI64,
"filing_accession_number": FilterableI64,
"live_test_flag": "xyz789",
"notification_email_addresses": [
"abc123"
],
"override_internet_flag": true,
"period_of_report": "abc123",
"return_copy_flag": false,
"submission_type": "xyz789"
}
FilterForm13FHRHolding
Fields
Input Field | Description |
---|---|
cusip - String
|
|
entity_cik - FilterableI64
|
|
figi - String
|
|
filing_accession_number - FilterableI64
|
|
investment_discretion - String
|
|
issuer_name - String
|
|
other_managers - [Int!]
|
|
pos - FilterableI32
|
|
put_or_call - String
|
|
shares_or_principal_amount - FilterableI64
|
|
shares_or_principal_amount_unit_type - String
|
|
title_of_class - String
|
|
value - FilterableI64
|
|
voting_authority_none - FilterableI64
|
|
voting_authority_shared - FilterableI64
|
|
voting_authority_sole - FilterableI64
|
Example
{
"cusip": "abc123",
"entity_cik": FilterableI64,
"figi": "xyz789",
"filing_accession_number": FilterableI64,
"investment_discretion": "abc123",
"issuer_name": "xyz789",
"other_managers": [987],
"pos": FilterableI32,
"put_or_call": "xyz789",
"shares_or_principal_amount": FilterableI64,
"shares_or_principal_amount_unit_type": "abc123",
"title_of_class": "abc123",
"value": FilterableI64,
"voting_authority_none": FilterableI64,
"voting_authority_shared": FilterableI64,
"voting_authority_sole": FilterableI64
}
FilterForm13FHROtherIncludedManager
Fields
Input Field | Description |
---|---|
cik - FilterableI64
|
|
crd_number - String
|
|
entity_cik - FilterableI64
|
|
filing_accession_number - FilterableI64
|
|
form_13f_file_number - FilterableI64
|
|
name - String
|
|
pos - FilterableI32
|
|
sec_file_number - String
|
|
sequence_number - FilterableI64
|
Example
{
"cik": FilterableI64,
"crd_number": "xyz789",
"entity_cik": FilterableI64,
"filing_accession_number": FilterableI64,
"form_13f_file_number": FilterableI64,
"name": "xyz789",
"pos": FilterableI32,
"sec_file_number": "xyz789",
"sequence_number": FilterableI64
}
FilterForm13FHROtherManagerReportingForThisManager
Fields
Input Field | Description |
---|---|
cik - FilterableI64
|
|
crd_number - String
|
|
entity_cik - FilterableI64
|
|
filing_accession_number - FilterableI64
|
|
form_13f_file_number - FilterableI64
|
|
name - String
|
|
pos - FilterableI32
|
|
sec_file_number - String
|
Example
{
"cik": FilterableI64,
"crd_number": "xyz789",
"entity_cik": FilterableI64,
"filing_accession_number": FilterableI64,
"form_13f_file_number": FilterableI64,
"name": "abc123",
"pos": FilterableI32,
"sec_file_number": "abc123"
}
FilterForm13FHRSignature
Fields
Input Field | Description |
---|---|
city - String
|
|
entity_cik - FilterableI64
|
|
filing_accession_number - FilterableI64
|
|
name - String
|
|
phone - String
|
|
signature - String
|
|
state_or_country - String
|
|
title - String
|
Example
{
"city": "abc123",
"entity_cik": FilterableI64,
"filing_accession_number": FilterableI64,
"name": "abc123",
"phone": "abc123",
"signature": "xyz789",
"state_or_country": "abc123",
"title": "xyz789"
}
FilterForm13FHRSummaryPage
Fields
Input Field | Description |
---|---|
entity_cik - FilterableI64
|
|
filing_accession_number - FilterableI64
|
|
is_confidential_omitted - Boolean
|
|
other_included_managers_count - FilterableI64
|
|
table_entry_total - FilterableI64
|
|
table_entry_value - FilterableI64
|
Example
{
"entity_cik": FilterableI64,
"filing_accession_number": FilterableI64,
"is_confidential_omitted": true,
"other_included_managers_count": FilterableI64,
"table_entry_total": FilterableI64,
"table_entry_value": FilterableI64
}
FilterableI32
FilterableI64
FilterableNaiveDate
Fields
Input Field | Description |
---|---|
equal - NaiveDate
|
|
range - NaiveDateRange
|
Example
{
"equal": NaiveDate,
"range": NaiveDateRange
}
Form13FHRCoverPage
Fields
Field Name | Description |
---|---|
additional_information - String
|
|
amendment_info_confidentiality_denied_or_expired - Boolean
|
|
amendment_info_date_denied_or_expired - NaiveDate
|
|
amendment_info_date_reported - NaiveDate
|
|
amendment_info_reason_for_non_confidentiality - String
|
|
amendment_number - Int
|
|
amendment_type - String
|
|
entity_cik - Int
|
|
filing_accession_number - Int
|
|
filing_manager_address_city - String
|
|
filing_manager_address_state_or_country - String
|
|
filing_manager_address_street_1 - String
|
|
filing_manager_address_street_2 - String
|
|
filing_manager_address_zip_code - String
|
|
filing_manager_name - String
|
|
form_13f_file_number - Int
|
|
is_amendment - Boolean
|
|
provide_info_for_instruction_5 - String
|
|
report_calender_or_quarter - String
|
|
report_type - String
|
Example
{
"additional_information": "xyz789",
"amendment_info_confidentiality_denied_or_expired": false,
"amendment_info_date_denied_or_expired": NaiveDate,
"amendment_info_date_reported": NaiveDate,
"amendment_info_reason_for_non_confidentiality": "xyz789",
"amendment_number": 123,
"amendment_type": "xyz789",
"entity_cik": 987,
"filing_accession_number": 123,
"filing_manager_address_city": "xyz789",
"filing_manager_address_state_or_country": "xyz789",
"filing_manager_address_street_1": "abc123",
"filing_manager_address_street_2": "abc123",
"filing_manager_address_zip_code": "xyz789",
"filing_manager_name": "abc123",
"form_13f_file_number": 987,
"is_amendment": true,
"provide_info_for_instruction_5": "xyz789",
"report_calender_or_quarter": "abc123",
"report_type": "xyz789"
}
Form13FHRDocument
Example
{
"conformed_document_type": "abc123",
"conformed_name": "abc123",
"contents": "xyz789",
"description": "xyz789",
"entity_cik": 123,
"filing_accession_number": 987,
"pos": 987
}
Form13FHRHeaderData
Fields
Field Name | Description |
---|---|
ccc - String
|
|
cik - Int
|
|
confirming_copy_flag - Boolean
|
|
contact_email - String
|
|
contact_name - String
|
|
contact_phone - String
|
|
entity_cik - Int
|
|
file_number - Int
|
|
filing_accession_number - Int
|
|
live_test_flag - String
|
|
notification_email_addresses - [String!]
|
|
override_internet_flag - Boolean
|
|
period_of_report - String
|
|
return_copy_flag - Boolean
|
|
submission_type - String
|
Example
{
"ccc": "xyz789",
"cik": 987,
"confirming_copy_flag": true,
"contact_email": "xyz789",
"contact_name": "abc123",
"contact_phone": "abc123",
"entity_cik": 123,
"file_number": 123,
"filing_accession_number": 987,
"live_test_flag": "abc123",
"notification_email_addresses": [
"abc123"
],
"override_internet_flag": false,
"period_of_report": "xyz789",
"return_copy_flag": true,
"submission_type": "xyz789"
}
Form13FHRHolding
Fields
Field Name | Description |
---|---|
cusip - String
|
|
entity_cik - Int
|
|
figi - String
|
|
filing_accession_number - Int
|
|
investment_discretion - String
|
|
issuer_name - String
|
|
other_managers - [Int!]
|
|
pos - Int
|
|
put_or_call - String
|
|
shares_or_principal_amount - Int
|
|
shares_or_principal_amount_unit_type - String
|
|
title_of_class - String
|
|
value - Int
|
|
voting_authority_none - Int
|
|
voting_authority_shared - Int
|
|
voting_authority_sole - Int
|
Example
{
"cusip": "abc123",
"entity_cik": 987,
"figi": "abc123",
"filing_accession_number": 987,
"investment_discretion": "xyz789",
"issuer_name": "xyz789",
"other_managers": [987],
"pos": 987,
"put_or_call": "xyz789",
"shares_or_principal_amount": 123,
"shares_or_principal_amount_unit_type": "xyz789",
"title_of_class": "xyz789",
"value": 987,
"voting_authority_none": 987,
"voting_authority_shared": 123,
"voting_authority_sole": 123
}
Form13FHROtherIncludedManager
Example
{
"cik": 987,
"crd_number": "abc123",
"entity_cik": 987,
"filing_accession_number": 123,
"form_13f_file_number": 123,
"name": "xyz789",
"pos": 987,
"sec_file_number": "abc123",
"sequence_number": 987
}
Form13FHROtherManagerReportingForThisManager
Example
{
"cik": 987,
"crd_number": "abc123",
"entity_cik": 987,
"filing_accession_number": 123,
"form_13f_file_number": 123,
"name": "abc123",
"pos": 123,
"sec_file_number": "abc123"
}
Form13FHRSignature
Example
{
"city": "xyz789",
"entity_cik": 123,
"filing_accession_number": 123,
"name": "xyz789",
"phone": "abc123",
"signature": "xyz789",
"state_or_country": "xyz789",
"title": "xyz789"
}
Form13FHRSummaryPage
Example
{
"entity_cik": 987,
"filing_accession_number": 987,
"is_confidential_omitted": false,
"other_included_managers_count": 123,
"table_entry_total": 123,
"table_entry_value": 123
}
I32HighEnd
I32LowEnd
I32Range
Fields
Input Field | Description |
---|---|
lowEnd - I32LowEnd
|
|
highEnd - I32HighEnd
|
Example
{
"lowEnd": I32LowEnd,
"highEnd": I32HighEnd
}
I64HighEnd
I64LowEnd
I64Range
Fields
Input Field | Description |
---|---|
lowEnd - I64LowEnd
|
|
highEnd - I64HighEnd
|
Example
{
"lowEnd": I64LowEnd,
"highEnd": I64HighEnd
}
Int
Description
The Int
scalar type represents non-fractional whole numeric values.
Example
987
NaiveDate
Description
ISO 8601 calendar date without timezone. Format: %Y-%m-%d
Examples
1994-11-13
2000-02-24
Example
NaiveDate
NaiveDateHighEnd
NaiveDateLowEnd
NaiveDateRange
Fields
Input Field | Description |
---|---|
lowEnd - NaiveDateLowEnd
|
|
highEnd - NaiveDateHighEnd
|
Example
{
"lowEnd": NaiveDateLowEnd,
"highEnd": NaiveDateHighEnd
}
String
Description
The String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
Example
"xyz789"