fund_search {edgarWebR}R Documentation

SEC Mutual Fund Search

Description

Provides access to the results of the SEC's Mutual fund search tool available here

Usage

fund_search(term)

fund_fast_search(identifier)

Arguments

term

Search term to search for in a fund name

identifier

A Series, Class/Contract ID, Ticker Symbol or CIK

Details

NOTE: This is really a specific version of the Variable Insurance search tool.

Value

A dataframe of funds found including the following columns -

Functions

Examples


try(fund_search("precious metals"))
try(fund_fast_search("VMFVX"))


[Package edgarWebR version 1.1.0 Index]