메인 콘텐츠로 건너뛰기
GET
/
api
/
v2.1
/
calendar
/
guidance
가이던스 데이터를 반환합니다.
curl --request GET \
  --url 'https://api.benzinga.com/api/v2.1/calendar/guidance?token=' \
  --header 'accept: <accept>'
{
  "guidance": [
    {
      "currency": "USD",
      "cusip": "00BMCD000",
      "date": "2026-01-05",
      "eps_guidance_est": "",
      "eps_guidance_max": "",
      "eps_guidance_min": "",
      "eps_guidance_prior_max": "",
      "eps_guidance_prior_min": "",
      "eps_type": "",
      "exchange": "NASDAQ",
      "id": "695bcc0c83cac20001becbd4",
      "importance": 1,
      "is_primary": "Y",
      "name": "RedCloud Holdings",
      "notes": "",
      "period": "FY",
      "period_year": 2026,
      "prelim": "Y",
      "revenue_guidance_est": "91170920.000",
      "revenue_guidance_max": "100000000.000",
      "revenue_guidance_min": "100000000.000",
      "revenue_guidance_prior_max": "100000000",
      "revenue_guidance_prior_min": "100000000.000",
      "revenue_type": "GAAP",
      "ticker": "RCT",
      "time": "09:30:00",
      "updated": 1767623735
    }
  ]
}
{
  "guidance": [
    {
      "currency": "USD",
      "cusip": "00BMCD000",
      "date": "2026-01-05",
      "eps_guidance_est": "",
      "eps_guidance_max": "",
      "eps_guidance_min": "",
      "eps_guidance_prior_max": "",
      "eps_guidance_prior_min": "",
      "eps_type": "",
      "exchange": "NASDAQ",
      "id": "695bcc0c83cac20001becbd4",
      "importance": 1,
      "is_primary": "Y",
      "name": "RedCloud Holdings",
      "notes": "",
      "period": "FY",
      "period_year": 2026,
      "prelim": "Y",
      "revenue_guidance_est": "91170920.000",
      "revenue_guidance_max": "100000000.000",
      "revenue_guidance_min": "100000000.000",
      "revenue_guidance_prior_max": "100000000",
      "revenue_guidance_prior_min": "100000000.000",
      "revenue_type": "GAAP",
      "ticker": "RCT",
      "time": "09:30:00",
      "updated": 1767623735
    }
  ]
}

인증

token
string
query
필수

헤더

accept
enum<string>
기본값:application/json
필수

반환 형식을 지정합니다. 두 형식 모두에서 쿼리 매개변수는 동일하게 작동합니다.

사용 가능한 옵션:
application/json

쿼리 매개변수

page
integer
기본값:0

페이지 오프셋 값입니다. 최적화, 성능 및 기술적인 이유로 페이지 오프셋은 0에서 100000 사이로 제한됩니다. 날짜와 같은 다른 매개변수로 쿼리 결과를 제한하세요.

pagesize
integer

반환되는 결과 수입니다. 최대 1000개입니다.

parameters[date]
string<YYYY-MM-DD>

calendar 데이터를 조회할 날짜입니다. date_from과 date_to가 동일한 경우 이 둘을 대신하는 축약형 파라미터입니다. 지정하지 않으면 최신 날짜가 기본값으로 사용됩니다.

parameters[date_from]
string<YYYY-MM-DD>

조회 기준 시점 날짜

parameters[date_to]
string<YYYY-MM-DD>

조회할 시점을 지정하는 날짜

parameters[importance]
enum<integer>

필터링에 사용할 중요도 수준입니다. 지정한 중요도(이상, Greater Than or Equal To)에 해당하는 항목만 포함됩니다.

사용 가능한 옵션:
0,
1,
2,
3,
4,
5
parameters[is_primary]
enum<string>
기본값:Y

반환되는 guidance가 기본(primary), 보조(secondary) 또는 전체(all) 중 무엇인지 지정합니다. 기본값은 Y입니다.

사용 가능한 옵션:
Y,
N,
All
parameters[tickers]
string<csv>

하나 이상의 티커를 콤마로 구분해 입력합니다. 최대 50개까지 가능합니다

parameters[updated]
integer

레코드가 마지막으로 업데이트된 Unix 타임스탬프(UTC)입니다. 이 값을 지정하면 정렬 순서는 지정한 타임스탬프 이상(크거나 같음)으로만 적용됩니다

응답

성공

guidance
object[]