메인 콘텐츠로 건너뛰기
GET
/
api
/
v1
/
sec
/
insider_transactions
/
filings
내부자 거래 보고서
curl --request GET \
  --url 'https://api.benzinga.com/api/v1/sec/insider_transactions/filings?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
필수

쿼리 매개변수

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

응답

내부자 거래

data
object[]