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

37 lines (36 loc) 1.14 kB
{ "name": "finra-broker-check", "version": "1.0.3", "description": "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 run queries using the BrokerCheck API to look up Firms as well as Registered and Licensed Reps.", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/whats-a-handle/finra-broker-check.git" }, "author": "whats-a-handle", "license": "MIT", "bugs": { "url": "https://github.com/whats-a-handle/finra-broker-check/issues" }, "homepage": "https://github.com/whats-a-handle/finra-broker-check#readme", "dependencies": { "request": "^2.87.0" }, "devDependencies": {}, "keywords": [ "finra", "broker", "finserv", "node", "js", "api", "query", "javascript", "brokercheck", "api", "wrapper" ] }