8000 Add IPOs support by justinpolygon · Pull Request #816 · polygon-io/client-python · GitHub
[go: up one dir, main page]

Skip to content

Add IPOs support #816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 8, 2025
Merged

Add IPOs support #816

merged 2 commits into from
Jan 8, 2025

Conversation

justinpolygon
Copy link
Contributor

Update client with IPOs support. This PR adds a list_ipos function and working example.

$ python3 examples/rest/stocks-ipos.py

[
    IPOListing(
        announced_date=None,
        currency_code="USD",
        final_issue_price=34.0,
        highest_offer_price=34.0,
        ipo_status="history",
        isin="US75734B1008",
        issuer_name="Reddit Inc.",
        last_updated="2024-03-26",
        listing_date="2024-03-21",
        lot_size=None,
        lowest_offer_price=31.0,
        max_shares_offered=22000000,
        min_shares_offered=None,
        primary_exchange="XNYS",
        security_description="Ordinary Shares - Class A",
        security_type="CS",
        shares_outstanding=36871367,
        ticker="RDDT",
        total_offer_size=519401918.0,
        us_code="75734B100",
    )
]

penelopus
Copy link
@penelopus penelopus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐍

@justinpolygon justinpolygon merged commit d89bcec into master Jan 8, 2025
9 checks passed
@justinpolygon justinpolygon deleted the jw-add-ipos branch January 8, 2025 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0