variable_insurance_search {edgarWebR}R Documentation

SEC Variable Insurance Search

Description

Provides access to the results of the SEC's Variable Insurance Product search tool available here

Usage

variable_insurance_search(term)

variable_insurance_fast_search(identifier)

Arguments

term

Search term to search for in a company, fund or contract name

identifier

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

Value

A dataframe of products found including the following columns -

Functions

Examples


  try(variable_insurance_search("precious metals"))
  try(variable_insurance_fast_search("VMFVX"))


[Package edgarWebR version 1.1.0 Index]