{ "opencollection": "1.0.0", "info": { "name": "FDIC Bank Data API (Beta) Demographics Financials API", "version": "0.1.0" }, "items": [ { "info": { "name": "Financials", "type": "folder" }, "items": [ { "info": { "name": "Get Financial Information for FDIC Insured Institutions", "type": "http" }, "http": { "method": "GET", "url": "/banks/financials", "params": [ { "name": "api_key", "value": "", "type": "query", "description": "Api key used for api.fdic.gov" }, { "name": "filters", "value": "CERT:14", "type": "query", "description": "The filter criteria that refines the records included in the result. All values must be entered in UPPERCASE.\nExamples: \n* Filter data by the numeric range \n`ASSET:[1000 TO 9999]`\n" }, { "name": "fields", "value": "CERT,REPDTE,ASSET,DEP", "type": "query", "description": "Comma delimited list of fields with quarterly financial data to return. All values must be entered in UPPERCASE." }, { "name": "sort_by", "value": "REPDTE", "type": "query", "description": "Field name by which to sort returned data. All values must be entered in UPPERCASE." }, { "name": "sort_order", "value": "DESC", "type": "query", "description": "Indicator if ascending (ASC) or descending (DESC). All values must be entered in UPPERCASE." }, { "name": "limit", "value": "10", "type": "query", "description": "The number of records to return. Default is 10 and maximum is 10,000. However, if the fields request is for more than 250 fields (variables), the maximum limit is 500 to ensure the request is successful." }, { "name": "offset", "value": "0", "type": "query", "description": "The offset of page to return." }, { "name": "agg_by", "value": "CERT", "type": "query", "description": "The field by which data will be aggregated. All values must be entered in UPPERCASE." }, { "name": "agg_term_fields", "value": "REPDTE", "type": "query", "description": "The field(s) for which aggregations will be counted for each unique term. All values must be entered in UPPERCASE." }, { "name": "agg_sum_fields", "value": "ASSET", "type": "query", "description": "The field(s) for which aggregations will be summed or aggregated. All values must be entered in UPPERCASE." }, { "name": "agg_limit", "value": "1", "type": "query", "description": "The limit on how many aggregated results will be displayed" }, { "name": "format", "value": "json", "type": "query", "description": "The format of the data to return." }, { "name": "download", "value": "false", "type": "query", "description": "Whether the data should be downloaded as a file." }, { "name": "filename", "value": "data_file", "type": "query", "description": "The filename to use when downloading data." } ] }, "docs": "Returns financial information for financial institutions" } ] } ], "bundled": true }