工具 API
get_ upcoming_ ipos
Get upcoming and recent IPO (Initial Public Offering) listings. Returns IPO dates, company names, exchanges, share prices, and deal details within a date range (defaults to next 7 days). Use when the user asks about new stock listings, companies going public, or IPO calendar. For stock splits calendar, use get_upcoming_splits. For dividend calendar, use get_upcoming_dividends. Returns: Object with: - ipos (list): array of IPO records, each with: - code (str): ticker symbol - name (str): company name - exchange (str): exchange code - currency (str): pricing currency - start_date (str): expected IPO date - filing_date (str): SEC filing date - amended_date (str): last amendment date - price_from (float|null): low end of price range - price_to (float|null): high end of price range - offer_price (float|null): final offer price - shares (int|null): shares offered - deal_type (str): type of offering (e.g. 'Priced') Examples: "IPOs this week" → from_date="2026-03-02", to_date="2026-03-06" "IPOs in March 2026" → from_date="2026-03-01", to_date="2026-03-31" "Upcoming IPOs next 30 days" → from_date="2026-03-06", to_date="2026-04-05" Demo: To manual data structure, use the manual API key "demo" (documentation: https://eodhd.com/financial-apis/). The "demo" key works for AAPL.US, MSFT.US, TSLA.US (stocks), VTI.US (ETF), SWPPX.US (mutual funds), EURUSD.FOREX, and BTC-USD.CC in all relevant APIs.
调用信息
- 工具标识
- eodhd.get_upcoming_ipos
- 服务提供方
- EODHD
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
from_date—
to_date—
fmtstring
api_token—