Skip to main content
← All datasets

Watchlist Remove

Free

Remove a bank from the authenticated user's watchlist.

Endpoint

DELETE /api/v1/watchlist/{rssd_id}/

Parameters

NameRequiredDescription
rssd_idrequired Federal Reserve RSSD id. e.g. 852218

Python SDK

import bankregreports
bank = bankregreports.bankreg("brr_…")
df = bank.watchlist_remove(rssd_id)
Powered by BankRegAPI