v1

latestOpenAPI 3.0.02026-07-266091181.5 KB
offerings

Returns Secondary Offering data

Returns secondary offering data for public companies issuing additional shares after their IPO. Includes offering price, proceeds, number of shares, shelf offerings, and whether securities are sold in portions over time or at the initial offering date.

get/api/v2.1/calendar/offerings

Query parameters

pageinteger

Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date

pagesizeinteger

Number of results returned. Limit 1000

parameters[date]string YYYY-MM-DD

Date to query for calendar data. Shorthand for date_from and date_to if they are the same. Defaults for latest

parameters[date_from]string YYYY-MM-DD

Date to query from point in time

parameters[date_to]string YYYY-MM-DD

Date to query to point in time

parameters[importance]0 | 1 | 2 | 3 | 4 | 5

The importance level to filter by. Uses Greater Than or Equal To the importance indicated

parameters[tickers]string csv

One or more ticker symbols separated by a comma. Maximum 50 tickers

parameters[updated]integer

Records last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated

Headers

accept'application/json' required

Specifies return format. Query parameters work the same for both formats

Response

success

Example response

{
  "offerings": [
    {
      "currency": "USD",
      "cusip": "88160R101",
      "date": "2024-01-09",
      "dollar_shares": "5000000000",
      "exchange": "NASDAQ",
      "id": "60a7f5e8e4b0f5a3c8e9f5ab",
      "importance": 4,
      "name": "Tesla Inc.",
      "notes": "Common stock offering",
      "number_shares": 20592018,
      "offering_type": "Follow-on",
      "price": "242.84",
      "proceeds": "5000000000",
      "ticker": "TSLA",
      "time": "09:30:00",
      "updated": 1704819600,
      "url": "https://www.benzinga.com/offering/123456"
    }
  ]
}