curl --request GET \
--url 'https://api.benzinga.com/api/v2.1/calendar/ipos?token='{
"ipos": [
{
"currency": "USD",
"cusip": 38744101,
"date": "2024-01-09T00:00:00.000Z",
"deal_status": "Priced",
"description": "Online marketplace for lodging and tourism experiences",
"exchange": "NASDAQ",
"id": "60a7f5e8e4b0f5a3c8e9f5a9",
"initial_filing_date": "2023-11-15T00:00:00.000Z",
"insider_lockup_date": "2024-07-07T00:00:00.000Z",
"insider_lockup_days": 180,
"ipo_type": "IPO",
"last_yr_income": -674000000,
"last_yr_income_year": 2023,
"last_yr_revenue": 4805000000,
"last_yr_revenue_year": 2023,
"lead_underwriters": [
"[{\"name\":\"Morgan Stanley\"}]"
],
"market_cap_at_offer": 47000000000,
"name": "Airbnb Inc.",
"notes": "Strong first day trading",
"offering_shares": 51500000,
"offering_shares_ord_adr": 51500000,
"offering_value": 3500000000,
"open_date_verified": true,
"ord_shares_out_after_offer": 615000000,
"other_underwriters": [
"[{\"name\":\"Goldman Sachs\"}]"
],
"price_max": "50.00",
"price_min": "44.00",
"price_open": "146.00",
"price_public_offering": "68.00",
"pricing_date": "2024-01-08T00:00:00.000Z",
"pricing_date_verified": true,
"sec_accession_number": "0001559720-20-000079",
"sec_filing_url": "https://www.sec.gov/cgi-bin/browse-edgar",
"shares_outstanding": 615000000,
"sic": 7389,
"spac_converted_to_target": false,
"state_location": "Delaware",
"ticker": "ABNB",
"time": "09:30:00",
"underwriter_quiet_expiration_date": "2024-02-03T00:00:00.000Z",
"underwriter_quiet_expiration_days": 25,
"updated": 1704819600
}
]
}공모가 정보, 주간사, 거래 상태 및 공모 세부 정보를 포함한 기업공개(IPO) 데이터를 반환합니다
curl --request GET \
--url 'https://api.benzinga.com/api/v2.1/calendar/ipos?token='{
"ipos": [
{
"currency": "USD",
"cusip": 38744101,
"date": "2024-01-09T00:00:00.000Z",
"deal_status": "Priced",
"description": "Online marketplace for lodging and tourism experiences",
"exchange": "NASDAQ",
"id": "60a7f5e8e4b0f5a3c8e9f5a9",
"initial_filing_date": "2023-11-15T00:00:00.000Z",
"insider_lockup_date": "2024-07-07T00:00:00.000Z",
"insider_lockup_days": 180,
"ipo_type": "IPO",
"last_yr_income": -674000000,
"last_yr_income_year": 2023,
"last_yr_revenue": 4805000000,
"last_yr_revenue_year": 2023,
"lead_underwriters": [
"[{\"name\":\"Morgan Stanley\"}]"
],
"market_cap_at_offer": 47000000000,
"name": "Airbnb Inc.",
"notes": "Strong first day trading",
"offering_shares": 51500000,
"offering_shares_ord_adr": 51500000,
"offering_value": 3500000000,
"open_date_verified": true,
"ord_shares_out_after_offer": 615000000,
"other_underwriters": [
"[{\"name\":\"Goldman Sachs\"}]"
],
"price_max": "50.00",
"price_min": "44.00",
"price_open": "146.00",
"price_public_offering": "68.00",
"pricing_date": "2024-01-08T00:00:00.000Z",
"pricing_date_verified": true,
"sec_accession_number": "0001559720-20-000079",
"sec_filing_url": "https://www.sec.gov/cgi-bin/browse-edgar",
"shares_outstanding": 615000000,
"sic": 7389,
"spac_converted_to_target": false,
"state_location": "Delaware",
"ticker": "ABNB",
"time": "09:30:00",
"underwriter_quiet_expiration_date": "2024-02-03T00:00:00.000Z",
"underwriter_quiet_expiration_days": 25,
"updated": 1704819600
}
]
}페이지 번호
페이지 크기
YYYY-MM-DD 형식의 IPO 일자(신규 권장 매개변수)
IPO 일자(YYYY-MM-DD 형식, 사용 중단됨)
YYYY-MM-DD 형식의 시작일
종료일(YYYY-MM-DD 형식)
티커
IPO 유형
유닉스 타임스탬프 형식의 업데이트 시각
IPO
IPO 레코드의 배열을 포함하는 API 응답
Show child attributes
Was this page helpful?