Learn R Programming

edgarWebR (version 1.1.0)

fund_search: 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

Value

A dataframe of funds found including the following columns -

  • class_id

  • class_filings_href

  • class_name

  • class_ticker

  • series_id

  • series_filings_href

  • series_name

  • series_funds_href

  • cik

  • cik_name

  • cik_filings_href

  • cik_funds_href

Functions

  • fund_fast_search: Performs a 'Fast Search' based on a fund identifier

Details

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

Examples

Run this code
# NOT RUN {
try(fund_search("precious metals"))
try(fund_fast_search("VMFVX"))
# }

Run the code above in your browser using DataLab