sarthaknegi / get_ipos

Fetching IPO listings from top exchanges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_ipos

Exchanges Covered :-

  • NYSE
  • NASDAQ
  • BSE
  • NSEI
  • Euronext
  • LSE
  • SEHK
  • TSX
  • TYO

Prerequisites

Use the requirements.txt file to install the prerequisites

Installing

Use pip to install the package

  • pip install get_ipos

Usage

from ipos import get_ipos

get = get_ipos(path to the chrome driver)

# Getting latest ipo listing from NYSE
nyse_listings = get.nyse()

Contributing

PR to cover more exchanges and making the process faster.

About

Fetching IPO listings from top exchanges

License:MIT License


Languages

Language:Python 100.0%