Skip to content

NFO — New Fund Offers

Currently open New Fund Offers across all AMCs.

Data dictionary: NFO field reference →


amfipy.nfo.NFOClient

Sync client for New Fund Offer data.

fetch(as_df=False)

Fetch currently open NFOs.

Parameters:

Name Type Description Default
as_df bool

Return a flat polars DataFrame of all NFO items across AMCs.

False

Returns:

Type Description
Any

When as_df=False: full API response dict with grouped structure.

Any

When as_df=True: flat polars DataFrame with one row per NFO scheme.

flat()

Return a flat list of NFO scheme dicts (no grouping by AMC).