Discover/theclearinghouse.org API
live

theclearinghouse.org APItheclearinghouse.org

Access The Clearing House data via API: RTP participants, CHIPS UID lookup, owner banks, leadership, and news. 6 endpoints, no auth setup required.

Endpoints
6
Updated
4mo ago
Try it

No input parameters required.

api.parse.bot/scraper/e737023f-4899-4512-9576-85d4ed0a7274/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e737023f-4899-4512-9576-85d4ed0a7274/get_owner_banks' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Get the list of owner banks of The Clearing House. Returns alphabetically sorted bank names.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "count": "integer total number of owner banks",
    "owner_banks": "array of bank name strings"
  },
  "sample": {
    "data": {
      "count": 20,
      "owner_banks": [
        "BMO",
        "Bank of America",
        "Barclays",
        "Capital One",
        "Citibank",
        "Citizens Bank",
        "Deutsche Bank",
        "Fifth Third Bank",
        "HSBC",
        "Huntington",
        "JPMorgan Chase & Co.",
        "KeyBank",
        "M&T Bank",
        "PNC Bank",
        "Regions",
        "Santander",
        "TD Bank",
        "Truist",
        "U.S. Bank",
        "Wells Fargo"
      ]
    },
    "status": "success"
  }
}

About the theclearinghouse.org API

This API exposes 6 endpoints covering The Clearing House's institutional data, including RTP network participants, CHIPS UID lookups, owner banks, executive leadership, and news. The get_uid_lookup endpoint lets you search CHIPS network participants by name, BIC/SWIFT code, UID number, or LEI, returning structured results with UID, BIC, name, and address fields — useful for correspondent banking research and payment network mapping.

RTP Network Data

get_rtp_participating_financial_institutions returns the full list of institutions enrolled in The Clearing House's RTP network, with each entry providing an institution name and state. The companion endpoint get_rtp_network_info returns an array of text strings containing numeric statistics published on the RTP page, along with the source URL — useful for tracking headline figures like transaction volumes or participant counts over time.

CHIPS UID Lookup

get_uid_lookup accepts a required query string and an optional type parameter constrained to name, bic, uid, or lei. Name searches match participants whose names begin with the query string. BIC searches expect a SWIFT/BIC code. Each result in the results array includes uid, bic, name, and address fields, making it straightforward to resolve a known BIC to a CHIPS UID or vice versa.

Owner Banks, Leadership, and News

get_owner_banks returns an alphabetically sorted list of owner bank names alongside a count. get_leadership_team returns each executive's name and title. get_news fetches the latest press releases and news articles, each with title, link, date, and summary fields. An optional limit parameter on get_news caps the number of articles returned.

Common use cases
  • Resolve a SWIFT/BIC code to a CHIPS UID and full address using get_uid_lookup with type=bic
  • Enumerate all RTP-participating institutions by state using get_rtp_participating_financial_institutions
  • Track The Clearing House's published RTP network statistics over time via get_rtp_network_info
  • Build a directory of CHIPS participants searchable by name or LEI for compliance screening
  • Monitor The Clearing House press releases programmatically using get_news with a limit parameter
  • Verify whether a specific bank is an owner of The Clearing House using get_owner_banks
  • Pull current executive leadership titles for organizational research via get_leadership_team
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does The Clearing House offer an official developer API?+
The Clearing House does not publish a public developer API or documented data access program. This Parse API provides structured access to the data available on theclearinghouse.org.
What search modes does the CHIPS UID lookup support?+
get_uid_lookup accepts four values for the type parameter: name, bic, uid, and lei. Name searches return participants whose names begin with the query string. BIC searches expect a SWIFT/BIC code. Each result includes uid, bic, name, and address. The type parameter is optional — if omitted, default matching behavior applies.
Does the RTP endpoint return detailed per-institution transaction volumes or payment values?+
No. get_rtp_participating_financial_institutions returns only name and state per institution. get_rtp_network_info returns aggregate text-based statistics from the RTP page, not per-institution breakdowns. Detailed per-institution transaction data is not published by The Clearing House and is not exposed. You can fork this API on Parse and revise it to add any additional fields that become available on the site.
Does `get_news` support filtering by date range or topic?+
Currently only a limit parameter is supported, which caps the number of articles returned. Date-range filtering and topic filtering are not available. Each article includes title, link, date, and summary. You can fork the API on Parse and revise it to add date or keyword filtering if needed.
Is historical CHIPS participant data or archived membership lists available?+
Not currently. The API reflects the current state of participant and owner bank lists as published on theclearinghouse.org. Historical snapshots and archived membership data are not exposed. You can fork the API on Parse and revise it to periodically snapshot responses and build your own historical dataset.
Page content last updated . Spec covers 6 endpoints from theclearinghouse.org.
Related APIs in FinanceSee all →
theswiftcodes.com API
Validate and look up SWIFT codes, IBANs, and US routing numbers across banks and countries worldwide. Search for banking details by country or institution, and verify the accuracy of international payment identifiers in real-time.
banks.data.fdic.gov API
Search FDIC-insured banks by location or institution, and access detailed information about their financial performance, merger history, deposit demographics, and regulatory changes. Get comprehensive data on bank failures, acquisitions, and historical financial trends to research institutions and analyze the banking landscape.
nyse.com API
nyse.com API
bank-codes.com API
Find SWIFT/BIC codes for international banks and Indian IFSC/MICR codes by searching across countries, banks, and branches. Quickly locate the exact bank codes you need for wire transfers and financial transactions worldwide.
data.rbi.org.in API
Access India's official monetary policy data including real-time money market operations, historical rates by date or month, and RBI reference rates. Retrieve the latest financial data releases directly from the Reserve Bank of India's official sources to monitor interest rates, liquidity operations, and market benchmarks.
ccilindia.com API
Access real-time money market, G-Sec, and forex trading data from India's premier clearing corporation, plus stay updated with the latest market notifications and discussion papers. Monitor settlement snapshots and navigate CCIL's content through sitemap and RSS feed integrations.
commonwealthbank.com.au API
Access Commonwealth Bank's loan product listings with real-time interest rates, comparison rates, and fees across home loans and personal loans. Includes current promotional offers, product variations, and LVR-based rate tiers.
hkab.org.hk API
Access real-time Hong Kong HIBOR interest rates and daily exchange rates to stay updated on key financial benchmarks. Get the latest market highlights and rate information directly from the Hong Kong Association of Banks to inform your financial decisions.