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

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

Note

Use finra_people for registered people

References

FINRA

See also

Examples

finra_entities(entity_names = c("EJF", "Blackstone", "Next Play", "Simple Capital"), score_threshold = .25,
ocr_pdf = TRUE)