메인 콘텐츠로 건너뛰기
GET
/
api
/
v1
/
sec
/
insider_transactions
/
{view_type}
내부자 거래
curl --request GET \
  --url 'https://api.benzinga.com/api/v1/sec/insider_transactions/{view_type}?token='
{
  "data": [
    {
      "accession_number": "0000905729-26-000009",
      "company_cik": "0000803164",
      "company_name": "CHOICEONE FINANCIAL SERVICES INC",
      "company_symbol": "COFS",
      "filing_date": "2026-01-05T19:54:05Z",
      "footnotes": null,
      "form_type": "4",
      "html_url": "https://www.sec.gov/Archives/edgar/data/0000803164/000090572926000009//Archives/edgar/data/803164/000090572926000009/0000905729-26-000009-index.htm",
      "id": "695c171b1bd4be0001967659",
      "is_10b5": false,
      "owner": {
        "insider_cik": "0001788991",
        "insider_name": "Gregory McConnell",
        "insider_title": "",
        "is_director": true,
        "is_officer": false,
        "is_ten_percent_owner": false,
        "raw_signature": "/s/ Sarah A. Harper, by Power of Attorney"
      },
      "remaining_shares": "34400",
      "traded_percentage": "0.68%",
      "transactions": [
        {
          "acquired_or_disposed": "A",
          "conversion_exercise_price_derivative": "",
          "date_deemed_execution": null,
          "date_exercisable": null,
          "date_expiration": null,
          "date_transaction": "2026-01-01T00:00:00Z",
          "is_derivative": false,
          "ownership": "d",
          "post_transaction_quantity": "34400",
          "price_per_share": "29.52",
          "remaining_underlying_shares": "",
          "security_title": "Common Stock",
          "shares": "233",
          "transaction_code": "a",
          "transaction_id": "0000803164_0000905729-26-000009_nd_t_0",
          "underlying_security_title": "",
          "underlying_shares": "",
          "voluntarily_reported": false
        }
      ],
      "updated": 1767642907
    }
  ]
}
{
  "data": [
    {
      "accession_number": "0000905729-26-000009",
      "company_cik": "0000803164",
      "company_name": "CHOICEONE FINANCIAL SERVICES INC",
      "company_symbol": "COFS",
      "filing_date": "2026-01-05T19:54:05Z",
      "footnotes": null,
      "form_type": "4",
      "html_url": "https://www.sec.gov/Archives/edgar/data/0000803164/000090572926000009//Archives/edgar/data/803164/000090572926000009/0000905729-26-000009-index.htm",
      "id": "695c171b1bd4be0001967659",
      "is_10b5": false,
      "owner": {
        "insider_cik": "0001788991",
        "insider_name": "Gregory McConnell",
        "insider_title": "",
        "is_director": true,
        "is_officer": false,
        "is_ten_percent_owner": false,
        "raw_signature": "/s/ Sarah A. Harper, by Power of Attorney"
      },
      "remaining_shares": "34400",
      "traded_percentage": "0.68%",
      "transactions": [
        {
          "acquired_or_disposed": "A",
          "conversion_exercise_price_derivative": "",
          "date_deemed_execution": null,
          "date_exercisable": null,
          "date_expiration": null,
          "date_transaction": "2026-01-01T00:00:00Z",
          "is_derivative": false,
          "ownership": "d",
          "post_transaction_quantity": "34400",
          "price_per_share": "29.52",
          "remaining_underlying_shares": "",
          "security_title": "Common Stock",
          "shares": "233",
          "transaction_code": "a",
          "transaction_id": "0000803164_0000905729-26-000009_nd_t_0",
          "underlying_security_title": "",
          "underlying_shares": "",
          "voluntarily_reported": false
        }
      ],
      "updated": 1767642907
    }
  ]
}

인증

token
string
query
필수

경로 매개변수

view_type
enum<string>
필수

응답 형식입니다. 'filings'는 트랜잭션이 중첩된 형태로 그룹화된 filing 뷰를 반환하고, 'transactions'는 평탄화된 개별 트랜잭션 뷰를 반환합니다.

사용 가능한 옵션:
filings,
transactions

쿼리 매개변수

page
integer
기본값:0

페이지 오프셋 값입니다. 최적화, 성능 및 기술적 이유로 페이지 오프셋은 0–100000 범위로 제한됩니다. 날짜 등의 다른 파라미터를 사용해 쿼리 결과를 제한하십시오. 기본값은 0입니다.

pagesize
integer
기본값:100

반환되는 결과 수입니다. 최대 1000개까지 가능합니다.

date_from
string<date>

시작일 (YYYY-MM-DD 형식)

date_to
string<date>

종료일 (YYYY-MM-DD 형식)

updated_since
integer

레코드가 마지막으로 업데이트된 Unix 타임스탬프(UTC)입니다. 이 값을 사용하면 정렬 시 지정한 타임스탬프 이상(>=)인 항목만 포함되도록 강제됩니다.

date
string<date>

날짜 (YYYY-MM-DD 형식)

chamber
enum<string>

의회

사용 가능한 옵션:
House,
Senate
fields
string

필드

search_keys_type
enum<string>

검색 키 유형

사용 가능한 옵션:
symbol,
accession_number,
cik,
id
search_keys
string

검색 키

display
enum<string>

표시

사용 가능한 옵션:
flat,
nested

응답

Insider Transaction 데이터에 대한 설명입니다. 응답 구조는 엔드포인트에 따라 다릅니다. /filings 엔드포인트는 중첩된 filing 데이터를 반환하고, /transactions 엔드포인트는 플랫(flat)한 transaction 데이터를 반환합니다.

data
object[]