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

finra_people(search_name = NULL, ocr_pdf = TRUE, return_message = TRUE)

Arguments

search_name

vector of names to search

ocr_pdf

if TRUE returns OCR'd broker report PDF

return_message

return a message upon parsing TRUE, FALS

score_threshold

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

Value

a data frame

Note

Use finra_people() for registered people

References

FINRA

See also

Examples

finra_people(search_name = 'Llyod Blankfein', ocr_pdf = TRUE)