UNPKG

finra-broker-check

Version:

Programmatically run searches against FINRA's Brokercheck database for acquiring Licensed Rep and Brokerage Firm data. I didn't see any documentation for their API, so I figured I'd try my hand at making a wrapper for their search tool. Users are able to

6 lines (2 loc) 103 B
const createBrokerCheck = require('./src/brokerCheck.js'); module.exports = createBrokerCheck;