Learn R Programming

fundManageR (version 0.5.0223032)

sec_municipal_advisors: SEC registered municipal advisors

Description

This function returns data on SEC registered municipal advisors from March 2015 onwards.

Usage

sec_municipal_advisors(
  only_most_recent = TRUE,
  years = NULL,
  months = NULL,
  nest_data = FALSE,
  return_message = TRUE
)

Arguments

only_most_recent

TRUE search only the most recent period

years

years to include starting in 2015

months

months to include

nest_data

TRUE return nested data frame

return_message

TRUE return a message after data import

Value

nested tibble or tibble if nest_data = FALSE

References

The Securities and Exchange Commission

See Also

Other SEC: data_rf_leis(), dictionary_sec_filing_codes(), dictionary_sec_form_codes(), dictionary_sic_codes(), edgar_filing_streams(), mmf_owned_debt_securities(), recent_insider_trades(), rf_sec_13F_companies(), sec_bankruptcies(), sec_broker_dealers(), sec_ciks(), sec_closed_end_funds(), sec_cusips(), sec_failed_to_deliver_securities(), sec_filer(), sec_filing_entities(), sec_foia_requests(), sec_investment_companies(), sec_money_market_funds(), sec_securities_filing_counts(), sec_securities_metrics_by_exchange(), sec_xbrl_periods(), securities_offerings(), us_public_companies()

Other entity search: adv_managers_current_period_summary(), adv_managers_filings(), adv_managers_metadata(), adv_managers_periods_summaries(), data_rf_leis(), finra_entities(), nareit_entities(), reit_funds(), rf_sec_13F_companies(), sec_bankruptcies(), sec_broker_dealers(), sec_ciks(), sec_closed_end_funds(), sec_cusips(), sec_filer(), sec_filing_entities(), sec_investment_companies(), sec_money_market_funds(), sec_xbrl_periods(), securities_offerings(), us_public_companies(), ycombinator_alumni()

Examples

Run this code
# NOT RUN {
sec_municipal_advisors(only_most_recent = TRUE, nest_data = FALSE)
sec_municipal_advisors(only_most_recent = FALSE, years = 2015:2017, nest_data = TRUE)
# }

Run the code above in your browser using DataLab