Learn R Programming

fundManageR (version 0.5.0224)

finra_entities: FINRA registered entities

Description

This function returns information for any Financial Industry Regulatory Authority [FINRA] registered entity.

Usage

finra_entities(
  entity_names = NULL,
  ocr_pdf = TRUE,
  score_threshold = 0.2,
  return_message = TRUE
)

Arguments

entity_names

vector of names to search

ocr_pdf

if TRUE returns OCR'd broker report PDF

score_threshold

matching score threshold for the search name if NULL there is no threshold

return_message

return a message upon parsing TRUE, FALS

Value

a data frame

References

FINRA

See Also

Other FINRA: adv_managers_metadata(), finra_people()

Other IAPD: adv_managers_current_period_summary(), adv_managers_filings(), adv_managers_metadata(), adv_managers_periods_summaries(), finra_people()

Other entity search: adv_managers_current_period_summary(), adv_managers_filings(), adv_managers_metadata(), adv_managers_periods_summaries(), data_rf_leis(), 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_municipal_advisors(), sec_xbrl_periods(), securities_offerings(), us_public_companies(), ycombinator_alumni()

Examples

Run this code
# NOT RUN {
finra_entities(entity_names = c("EJF", "Blackstone", "Next Play", "Simple Capital"), score_threshold = .25,
ocr_pdf = TRUE)
# }

Run the code above in your browser using DataLab