API Docs

Sign in to try

Sign in to request data

Sign in

/benzinga/benzinga_us_ipo/tickers

Returns a list of benzinga ticker symbols. This list is updated daily.

page

Specific page of a paginated result to be displayed

Example: 0

page_size

Number of items displayed per page in a paginated result

Default value: 1000

ticker

Filter by ticker symbol

Example: AAPL

cqs

Filter by cqs symbol

Example: ACI

cik

Filter by cik code

Example: 320193

cusip

Filter by cusip code

Example: 037833100

isin

Filter by isin code

Example: US0378331005

composite_figi

Filter by composite figi code

Example: BBG000B9XRY4

share_figi

Filter by share class figi code

Example: BBG001S5N8V8

lei

Filter by lei code

Example: HWUPKR0MPOU8FGXBT394

data

array of object
Attributes

asset_type

string
Asset type

cik

string
CIK code

composite_figi

string
FIGI Composite code

currency

string
Currency of the instrument according to the ISO 4217 standard

lei

string
LEI code

mic

string
Market identifier code (MIC) under ISO 10383 standard

security

string
Security name

share_figi

string
FIGI share class code

ticker

string
Instrument symbol (ticker)

meta

object
Request general information
Attributes

pagination

object
Pagination information
Attributes

page

integer
Current page of result

per_page

integer
Number of items displayed per page

Response

{
    "data": [
        {
            "asset_type": "COMMON_STOCK",
            "cik": "320193",
            "composite_figi": "BBG000B9XRY4",
            "currency": "USD",
            "lei": "HWUPKR0MPOU8FGXBT394",
            "mic": "nyse",
            "security": "Apple Inc.",
            "share_figi": "BBG001S5N8V8",
            "ticker": "AAPL"
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "per_page": 100
        }
    }
}

/benzinga/benzinga_us_ipo/ipo

Returns IPO data from Benzinga.

start_at

Filter events by start time using a UNIX timestamp

Example: 1681963910

end_at

Filter events by end time using a UNIX timestamp

Example: 1687209110

exchange

Exchange where instrument is traded

Example: AMEX

order

Sorting order of the output series

Values: desc asc

Default value: asc

page

Specific page of a paginated result to be displayed

Default value: 0

page_size

Number of items displayed per page in a paginated result

Default value: 100

ipos

array of object
Attributes

currency

string
The currency code of the security according to the ISO 4217 standard

date

string
Date when earnings are disbursed

deal_status

string
Activity tracked for the IPO status

description

string
Description

initial_filing_date

string
Initial filing date

insider_lockup_date

string
Date range that represents the insider lock up period

insider_lockup_days

integer
Amount of days for the insider lockup period

ipo_type

string
IPO type

last_yr_income

number
Last year income

last_yr_income_year

number
Last year income

last_yr_revenue

number
Last year revenue

last_yr_revenue_year

number
Last year revenue

lead_underwriters

array of string
Firm that lead the underwriting process

market_cap_at_offer

number
Market cap at offer

mic

string
Market identifier code (MIC) under ISO 10383 standard

name

string
Full name of the instrument

notes

string
Notes

offering_shares

number
Amount of shares being offered

offering_shares_ord_adr

number
Amount of ordinary shares being offered

offering_value

number
Number of shares being offered x price per share

open_date_verified

boolean
Indicates if the predicted date has been verified by the company

ord_shares_out_after_offer

number
Ordinary shares out after offer

other_underwriters

array of string
Additional firms that were a part of the underwriting

price_max

number
Maximum projected IPO price range

price_min

number
Minimum projected IPO price range

price_open

number
The opening price at the beginning of the first trading day (only available for priced IPOs)

price_public_offering

number
Public offering price

pricing_date

string
Pricing date

record_id

string
Unique record ID from Benzinga

sec_accession_number

string
SEC accession number

sec_filing_url

string
The IRL to the company's S-1, S-1/A, F-1, or F-1/A SEC filing, which is required to be filed before an IPO takes place.

shares_outstanding

number
Outstanding shares

sic

number
SIC

spac_converted_to_target

boolean
ISs Spac converted to target

state_location

string
State location

ticker

string
Ticker symbol of the instrument

time

string
Time when earnings are disbursed

underwriter_quiet_expiration_date

string
Date of expiration for the underwriter quiet period

underwriter_quiet_expiration_days

integer
Days of expiration for the underwriter quiet period

updated

integer
Last updated timestamp (UNIX)

Response

{
    "ipos": [
        {
            "currency": "USD",
            "date": "2023-12-31",
            "deal_status": "Amendment",
            "description": "Knowlton Development Corporation, Inc are a trusted global provider of value-added solutions",
            "initial_filing_date": "2021-07-11",
            "insider_lockup_date": "2022-03-22",
            "insider_lockup_days": 180,
            "ipo_type": "Ordinary Shares",
            "last_yr_income": 0,
            "last_yr_income_year": 0,
            "last_yr_revenue": 0,
            "last_yr_revenue_year": 0,
            "lead_underwriters": [
                "Goldman Sachs",
                "JP Morgan"
            ],
            "market_cap_at_offer": 0,
            "mic": "NYSE",
            "name": "Knowlton Development Corporation, Inc",
            "notes": "Some notes",
            "offering_shares": 57143000,
            "offering_shares_ord_adr": 0,
            "offering_value": 800002000,
            "open_date_verified": false,
            "ord_shares_out_after_offer": 0,
            "other_underwriters": "[\"Early Bird Capital\", \"Guggenheim\",]",
            "price_max": 15,
            "price_min": 13,
            "price_open": 0,
            "price_public_offering": 0,
            "pricing_date": "2021-09-21",
            "record_id": "60ecd9bfc453830001d4ce72",
            "sec_accession_number": "0001193125-21-259499",
            "sec_filing_url": "https://www.sec.gov/Archives/edgar/data/1846055/000119312521272107/d39510ds1a.htm",
            "shares_outstanding": 0,
            "sic": 73272,
            "spac_converted_to_target": false,
            "state_location": "MA",
            "ticker": "KDC",
            "time": "15:09:35",
            "underwriter_quiet_expiration_date": "2021-11-02",
            "underwriter_quiet_expiration_days": 40,
            "updated": 1683232340
        }
    ]
}

/benzinga/benzinga_us_ipo/api_usage

Returns API usage for the current dataset

No parameters are required

api_calls

object
Attributes

limit

integer
Quota limit

usage

integer
Quota usage

api_calls_dataset

object
Attributes

limit

integer
Quota limit

usage

integer
Quota usage

api_calls_price

object
Attributes

limit

integer
Quota limit

usage

integer
Quota usage

api_calls_reference

object
Attributes

limit

integer
Quota limit

usage

integer
Quota usage

api_calls_snapshots

object
Attributes

limit

integer
Quota limit

usage

integer
Quota usage

api_calls_time_series

object
Attributes

limit

integer
Quota limit

usage

integer
Quota usage

api_calls_trades

object
Attributes

limit

integer
Quota limit

usage

integer
Quota usage

historical_api_calls

object
Attributes

limit

integer
Quota limit

usage

integer
Quota usage

Response

{
    "api_calls": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_dataset": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_price": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_reference": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_snapshots": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_time_series": {
        "limit": 1000,
        "usage": 10
    },
    "api_calls_trades": {
        "limit": 1000,
        "usage": 10
    },
    "historical_api_calls": {
        "limit": 1000,
        "usage": 10
    }
}
Finazon • Marketplace for the Global Financial Data APIs
Finazon is a financial data marketplace covering stocks, forex, cryptocurrencies and beyond. Access real-time, historical and alternative data via API & WebSocket.
Url:
credit card
Finazon LLC