Initial Public Offerings API

An initial public offering (IPO) is when shares of a private firm are made available to the public for the first time. It enables a company to raise equity capital from public investors. The API endpoint provides more than 10 years of data on all initial public offerings.

API Endpoint

https://financialdata.net/api/v1/initial-public-offerings?identifier=ABNB

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security.ABNB
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "ABNB",
    "registrant_name": "Airbnb, Inc.",
    "exchange": "NASDAQ Global Select",
    "pricing_date": "2020-12-10",
    "share_price": 68.0,
    "shares_offered": 51323531,
    "offering_value": 3490000108.0
  }
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.