{ "opencollection": "1.0.0", "info": { "name": "OpenFIGI Filter API", "version": "3.0.0" }, "items": [ { "info": { "name": "Filter", "type": "folder" }, "items": [ { "info": { "name": "Filter The FIGI Universe With Result Counts", "type": "http" }, "http": { "method": "POST", "url": "https://api.openfigi.com/v3/filter", "body": { "type": "json", "data": "{}" } }, "docs": "Filter the FIGI universe with optional keyword query, returning results\nsorted alphabetically by FIGI plus a `total` count of matches. Useful\nfor inventorying a population of securities matching a set of criteria.\n\nWithout an API key: 5 requests/minute. With an API key: 20 requests/minute.\nResults are capped at 15,000 records per query.\n" } ] } ], "bundled": true }