bcra-central-deudores

分类: 商业与运营 | 上传者: ferminrpferminrp | 下载: 0 | 版本: v1.0(最新)

查询BCRA(Banco Central de la República Argentina)Central de Deudores API,查询阿根廷金融体系中个人或公司的信用状况。当用户要求使用 CUIT/CUIL/CDI 编号检查某人的债务情况、信用报告、财务状况、被拒绝的支票或信用记录时使用。当用户提及“central de deudores”、“situación Crediticia”、“deudas BCRA”、“cheques rechazados”、“historialcrediticio”、“informecrediticio”,或想要了解个人或公司是否在阿根廷金融系统中报告债务时也可使用。 --- # BCRA Central de Deudores 查询阿根廷中央银行债务人登记处以获取 CUIT/CUIL/CDI 的信用报告。 ## API 概述 - **基本 URL**:`https://api.bcra.gob.ar` - **身份验证**:不需要(公共 API) - **格式**:JSON 响应 - **输入**:CUIT/CUIL/CDI 作为整数(无连字符),例如 `20123456789` - **可选网络界面**:`https://compara.ar​​/deudores/:cuit`(将 `:cuit` 替换为 11 位 CUIT/CUIL/CDI) ## 端点 ### 1. 当前债务 — `GET /centraldedeudores/v1.0/Deudas/{Identificacion}` 返回所有金融实体最新报告的债务情况。 ```bashcurl -s "https://api.bcra.gob.ar/centraldedeudores/v1.0/Debts/20123456789" ``` **响应结构:** ```json { "status": 200, "results": { "identification": 20124, "decemation: 56783" "NAME OF THE PERSON", "periods": [ { “period”:“2024-12”,“entities”:[ {“entity”:“阿根廷国家银行”,“情况”:1,“dateSit1”:“2020-03-15”,“金额”:150,付款:0。“再融资”:假,“recategorizationOblig”:假,“situacionJuridica”:假, "irrecTechnicalDisposition": false, "enRevision": false, "procesoJud": false } ] } ] } } ``` ### 2. 历史债务 — `GET /centraldedeudores/v1.0/Deudas/Historicas/{Identificacion}` 返回多个时期的债务历史记录。对于跟踪债务人的情况随时间的变化很有用。 ```bash curl -s "https://api.bcra.gob.ar/ce

更新日志: Source: GitHub https://github.com/ferminrp/agent-skills

目录结构

当前层级: tree/main/skills/bcra-central-deudores/

  • 📁 references/
    • 📄 openapi-spec.json 10.0 KB
  • 📄 SKILL.md 6.3 KB

SKILL.md

登录后下载/点赞/收藏 ❤ 34 | ★ 0
评论 0

请先登录后评论。

评论加载中...