### Monthly Inflation API Endpoint (GET /frontend/indices/inflacionMensual) Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4681603 This API documentation describes the GET endpoint for retrieving monthly inflation data. It includes details on the required 'auth-client' header, expected JSON response structure with date-keyed inflation values, and the production server URL. ```YAML openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/indices/inflacionMensual: get: summary: Inflacion mensual deprecated: false description: Servicio que devuelve la evolucion de la inflacion mensual. tags: - Indices - indices - bcra - inflacion parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: 31-03-1943: type: number 31-10-2023: type: number x-apidog-orders: - 31-03-1943 - 31-10-2023 required: - 31-03-1943 - 31-10-2023 headers: {} x-apidog-name: OK security: [] x-apidog-folder: Indices x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4681603-run components: schemas: {} securitySchemes: {} servers: - url: https://api.dolarito.ar/api description: Prod Env security: [] ``` -------------------------------- ### Resume Market API OpenAPI Specification Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-9000558 Defines the OpenAPI Specification for the Resume Market API. It includes the `/frontend/resume-market` GET endpoint for fetching market summaries, specifying required headers, expected responses, and the detailed schema for the 'Resume market' object, which describes properties like value, variation, description, and currency. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/resume-market: get: summary: Resume market deprecated: false description: Servicio que devuelve el resumen del mercado. tags: - Resumen mercado - cotizaciones - merval - bonos - acciones parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: array items: $ref: '#/components/schemas/Resume%20market' headers: {} x-apidog-name: OK security: [] x-apidog-folder: Resumen mercado x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-9000558-run components: schemas: Resume market: type: object properties: value: type: number variation: type: number description: type: string code: type: string currency: type: string nullable: true link: type: object properties: href: type: string text: type: string track: type: string x-apidog-orders: - href - text - track required: - href - text - track x-apidog-ignore-properties: [] nullable: true country: type: string required: - value - variation - description - code - currency - link - country x-apidog-orders: - value - variation - description - code - currency - link - country x-apidog-ignore-properties: [] x-apidog-folder: '' securitySchemes: {} servers: - url: https://api.dolarito.ar/api description: Prod Env security: [] ``` -------------------------------- ### GET /frontend/indices/leliq - Leliq Evolution API Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4681605 This API endpoint provides the evolution data for Leliq. It is a GET request that requires an 'auth-client' header for authentication. The response is a JSON object where keys are dates (e.g., '11-01-2018') and values are numerical representations of the Leliq evolution for that date. ```YAML openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/indices/leliq: get: summary: Leliq deprecated: false description: Servicio que devuelve la evolucion de las leliq. tags: - Indices - indices - reservas - bcra parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: 11-01-2018: type: number 27-10-2023: type: number x-apidog-orders: - 11-01-2018 - 27-10-2023 required: - 11-01-2018 - 27-10-2023 headers: {} x-apidog-name: OK security: [] x-apidog-folder: Indices x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4681605-run components: schemas: {} securitySchemes: {} servers: - url: https://api.dolarito.ar/api description: Prod Env security: [] ``` -------------------------------- ### OpenAPI Specification for WTI Index API Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-17990075 This OpenAPI 3.0.1 specification defines the `/frontend/indices/wti` GET endpoint. It outlines the required `auth-client` header, the expected JSON response format with date-keyed number values, and general API information. ```APIDOC openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/indices/wti: get: summary: WTI deprecated: false description: Servicio que devuelve la evolucion del cer. tags: - Indices - indices - bcra - cer parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: 14-11-2023: type: number 02-02-2002: type: number x-apidog-orders: - 02-02-2002 - 14-11-2023 required: - 02-02-2002 - 14-11-2023 headers: {} x-apidog-name: OK security: [] x-apidog-folder: Indices x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-17990075-run components: schemas: {} securitySchemes: {} servers: - url: https://api.dolarito.ar/api description: Prod Env security: [] ``` -------------------------------- ### Historical Currency Exchange Rates API (OpenAPI Specification) Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4674519 This OpenAPI 3.0.1 specification defines the API for retrieving historical dollar exchange rates. It includes the `/frontend/history` GET endpoint, its required `auth-client` header, and the `HistoricQuotation` and `HistoricQuotationPrice` schemas used for the response data, detailing purchase and sale prices. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/history: get: summary: Cotizaciones historicas deprecated: false description: Servicio que devuelve las cotizaciones historicas del dolar. tags: - Cotizaciones historicas - historico - dolar parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: 02-01-08: &ref_0 $ref: '#/components/schemas/HistoricQuotation' 10-11-23: *ref_0 12-10-22: *ref_0 x-apidog-orders: - 02-01-08 - 10-11-23 - 12-10-22 required: - 02-01-08 - 10-11-23 - 12-10-22 x-apidog-ignore-properties: [] headers: {} x-apidog-name: OK security: [] x-apidog-folder: Cotizaciones historicas x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4674519-run components: schemas: HistoricQuotation: type: object properties: oficial: &ref_1 $ref: '#/components/schemas/HistoricQuotationPrice' mayorista: *ref_1 informal: *ref_1 tarjeta: *ref_1 qatar: *ref_1 ahorro: *ref_1 mep: *ref_1 ccl: *ref_1 required: - informal - oficial - mayorista x-apidog-orders: - oficial - mayorista - informal - tarjeta - qatar - ahorro - mep - ccl x-apidog-ignore-properties: [] x-apidog-folder: '' HistoricQuotationPrice: type: object properties: compra: type: number description: Cotizacion de compra venta: type: number description: Cotizacion de venta x-apidog-orders: - compra - venta required: - compra - venta x-apidog-ignore-properties: [] x-apidog-folder: '' securitySchemes: {} servers: - url: https://api.dolarito.ar/api description: Prod Env security: [] ``` -------------------------------- ### Merval Index API OpenAPI Specification Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4681607 This OpenAPI 3.0.1 specification defines the API for retrieving the evolution of the Merval index. It includes the `/frontend/indices/merval` GET endpoint, its required `auth-client` header, and the `Merval` schema for response data, detailing minimum, maximum, opening, variation, and closing values. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/indices/merval: get: summary: Merval deprecated: false description: Servicio que devuelve la evolucion del indice merval. tags: - Indices - indices - bcra - merval parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: 13-11-2023: &ref_0 $ref: '#/components/schemas/Merval' 17-08-2005: *ref_0 x-apidog-orders: - 13-11-2023 - 17-08-2005 required: - 13-11-2023 - 17-08-2005 x-apidog-ignore-properties: [] headers: {} x-apidog-name: OK security: [] x-apidog-folder: Indices x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4681607-run components: schemas: Merval: type: object properties: min: type: number description: Valor minimo max: type: number description: Valor maximo apertura: type: number description: Valor de apertura variacion: type: number description: Variacion ultimo: type: number description: Valor de cierre x-apidog-orders: - min - max - apertura - variacion - ultimo required: - min - max - apertura - variacion - ultimo x-apidog-ignore-properties: [] x-apidog-folder: '' securitySchemes: {} servers: - url: https://api.dolarito.ar/api description: Prod Env security: [] ``` -------------------------------- ### OpenAPI Specification for USDT Quotations API Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4674500 This OpenAPI 3.0.1 specification defines the API for retrieving real-time USDT quotations from various exchanges. It includes the `/frontend/quotations/usdt` GET endpoint, its required `auth-client` header parameter, and the structure of the successful response, along with the detailed schemas for `RealTimeQuotationPriceResponse` and `RealTimeQuotationExtra`. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/quotations/usdt: get: summary: Usdt deprecated: false description: Servicio que devuelve todas las cotizaciones del USDT. tags: - Cotizaciones - cotizaciones - usdt parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: binance: description: USDT Binance anyOf: - &ref_0 description: status code $ref: '#/components/schemas/RealTimeQuotationPriceResponse' - type: 'null' belo: description: USDT Belo anyOf: - *ref_0 - type: 'null' buenbit: anyOf: - *ref_0 - type: 'null' description: USDT BuenBit fiwind: description: USDT Fiwind anyOf: - *ref_0 - type: 'null' lemoncash: description: USDT LemonCash anyOf: - *ref_0 - type: 'null' letsBit: description: USDT LetsBit anyOf: - *ref_0 - type: 'null' ripio: description: USDT Ripio anyOf: - *ref_0 - type: 'null' satoshitango: description: USDT SatoshiTango anyOf: - *ref_0 - type: 'null' tiendacrypto: description: USDT TiendaCrypto anyOf: - *ref_0 - type: 'null' required: - binance - belo - buenbit - fiwind - lemoncash - letsBit - ripio - satoshitango - tiendacrypto x-apidog-orders: - binance - belo - buenbit - fiwind - lemoncash - letsBit - ripio - satoshitango - tiendacrypto x-apidog-ignore-properties: [] headers: {} x-apidog-name: OK security: [] x-apidog-folder: Cotizaciones x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4674500-run components: schemas: RealTimeQuotationPriceResponse: type: object properties: name: type: string description: Nombre de la cotizacion buy: type: number description: Precio de compra nullable: true sell: type: number description: Precio de venta variation: type: number description: Variacion de la cotizacion nullable: true volumen: type: number description: Volumen operado nullable: true timestamp: type: number description: Timestamp GMT-3 spread: type: number description: Diferencia entre compra y venta extra: $ref: '#/components/schemas/RealTimeQuotationExtra' x-apidog-orders: - name - buy - sell - variation - volumen - timestamp - spread - extra required: - name - sell - variation - buy - volumen x-apidog-ignore-properties: [] x-apidog-folder: '' RealTimeQuotationExtra: type: object properties: referenceBuy1: type: object properties: name: type: string description: Nombre del instrumento price: type: number description: Precio utilizado plazo: type: string enum: - CI - 48HS description: Plazo utilizado x-apidog-enum: - value: CI name: '' description: Contado inmediato ``` -------------------------------- ### UVA Index Evolution API Endpoint (GET /frontend/indices/uva) Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4681602 This API endpoint provides the historical evolution of the UVA index. It is a GET request that requires an 'auth-client' header for authentication. The successful response (200 OK) returns a JSON object where keys represent dates and values are the corresponding UVA index numbers. This specification includes the full OpenAPI 3.0.1 definition for the endpoint. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/indices/uva: get: summary: UVA deprecated: false description: Servicio que devuelve la evolucion del indice UVA. tags: - Indices - indices - bcra - uva parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: 31-03-2016: type: number 24-11-2023: type: number x-apidog-orders: - 31-03-2016 - 24-11-2023 required: - 31-03-2016 - 24-11-2023 headers: {} x-apidog-name: OK security: [] x-apidog-folder: Indices x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4681602-run components: schemas: {} securitySchemes: {} servers: - url: https://api.dolarito.ar/api description: Prod Env security: [] ``` -------------------------------- ### OpenAPI Specification: Real-Time Quotations API Endpoint and Schemas Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4665826 This OpenAPI 3.0.1 specification defines the API for retrieving real-time quotations. It includes details for the `/frontend/quotations/real` GET endpoint, its request parameters (e.g., 'auth-client' header), and response schemas for various quotation types (oficial, tarjeta, informal). It also defines supporting data models like `RealTimeQuotationPriceResponse` (detailing name, buy/sell prices, variation, etc.) and `RealTimeQuotationExtra` (containing reference buy prices with instrument details and terms). ```YAML openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/quotations/real: get: summary: Real deprecated: false description: Servicio que devuelve todas las cotizaciones del real. tags: - Cotizaciones - cotizaciones - real parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: oficial: description: Real oficial anyOf: - &ref_0 description: status code $ref: '#/components/schemas/RealTimeQuotationPriceResponse' - type: 'null' tarjeta: description: Real tarjeta anyOf: - *ref_0 - type: 'null' informal: anyOf: - *ref_0 - type: 'null' description: Real blue required: - oficial - tarjeta - informal x-apidog-orders: - oficial - tarjeta - informal x-apidog-ignore-properties: [] headers: {} x-apidog-name: OK security: [] x-apidog-folder: Cotizaciones x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4665826-run components: schemas: RealTimeQuotationPriceResponse: type: object properties: name: type: string description: Nombre de la cotizacion buy: type: number description: Precio de compra nullable: true sell: type: number description: Precio de venta variation: type: number description: Variacion de la cotizacion nullable: true volumen: type: number description: Volumen operado nullable: true timestamp: type: number description: Timestamp GMT-3 spread: type: number description: Diferencia entre compra y venta extra: $ref: '#/components/schemas/RealTimeQuotationExtra' x-apidog-orders: - name - buy - sell - variation - volumen - timestamp - spread - extra required: - name - sell - variation - buy - volumen x-apidog-ignore-properties: [] x-apidog-folder: '' RealTimeQuotationExtra: type: object properties: referenceBuy1: type: object properties: name: type: string description: Nombre del instrumento price: type: number description: Precio utilizado plazo: type: string enum: - CI - 48HS description: Plazo utilizado x-apidog-enum: - value: CI name: '' description: Contado inmediato - value: 48HS name: '' description: A 48 horas x-apidog-orders: - name - price - plazo required: - name - price - plazo description: Referencia de compra ARS x-apidog-ignore-properties: [] referenceBuy2: type: object properties: name: type: string description: Nombre del instrumento price: type: number description: Precio utilizado plazo: type: string enum: - CI - 48HS x-apidog-enum: - value: CI name: '' description: Contado inmeadito - value: 48HS name: '' description: A 48 horas x-apidog-orders: - name - price - plazo required: - name - price - plazo description: Referencia de compra USD x-apidog-ignore-properties: [] x-apidog-orders: - referenceBuy1 - referenceBuy2 x-apidog-ignore-properties: [] x-apidog-folder: '' securitySchemes: {} servers: ``` -------------------------------- ### OpenAPI Specification for ICC Index Evolution Endpoint Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4681626 This OpenAPI 3.0.1 specification defines the `/frontend/indices/icc` GET endpoint. It describes how to retrieve the evolution of the ICC index, specifying the required `auth-client` header, and the expected JSON response format which contains date-value pairs for the index. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/indices/icc: get: summary: ICC deprecated: false description: Servicio que devuelve la evolucion del icc. tags: - Indices - indices - bcra - icc parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: 01-09-2023: type: number 01-01-2000: type: number x-apidog-orders: - 01-01-2000 - 01-09-2023 required: - 01-01-2000 - 01-09-2023 headers: {} x-apidog-name: OK security: [] x-apidog-folder: Indices x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4681626-run components: schemas: {} securitySchemes: {} servers: - url: https://api.dolarito.ar/api description: Prod Env security: [] ``` -------------------------------- ### OpenAPI Specification for Euro Quotations API Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4665799 Defines the API for retrieving Euro quotation data. This specification includes the `/frontend/quotations/euro` GET endpoint, its required `auth-client` header parameter, and the expected JSON response structure. It also details the `RealTimeQuotationPriceResponse` schema, which describes the quotation details (name, buy, sell, variation, timestamp, spread, and extra information), and the `RealTimeQuotationExtra` schema, which provides reference buy prices. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/quotations/euro: get: summary: Euro deprecated: false description: Servicio que devuelve todas las cotizaciones del euro. tags: - Cotizaciones - cotizaciones - euro parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: oficial: description: Euro oficial anyOf: - &ref_0 description: status code $ref: '#/components/schemas/RealTimeQuotationPriceResponse' - type: 'null' tarjeta: description: Euro tarjeta anyOf: - *ref_0 - type: 'null' informal: anyOf: - *ref_0 - type: 'null' description: Euro blue required: - oficial - tarjeta - informal x-apidog-orders: - oficial - tarjeta - informal x-apidog-ignore-properties: [] headers: {} x-apidog-name: OK security: [] x-apidog-folder: Cotizaciones x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4665799-run components: schemas: RealTimeQuotationPriceResponse: type: object properties: name: type: string description: Nombre de la cotizacion buy: type: number description: Precio de compra nullable: true sell: type: number description: Precio de venta variation: type: number description: Variacion de la cotizacion nullable: true volumen: type: number description: Volumen operado nullable: true timestamp: type: number description: Timestamp GMT-3 spread: type: number description: Diferencia entre compra y venta extra: $ref: '#/components/schemas/RealTimeQuotationExtra' x-apidog-orders: - name - buy - sell - variation - volumen - timestamp - spread - extra required: - name - sell - variation - buy - volumen x-apidog-ignore-properties: [] x-apidog-folder: '' RealTimeQuotationExtra: type: object properties: referenceBuy1: type: object properties: name: type: string description: Nombre del instrumento price: type: number description: Precio utilizado plazo: type: string enum: - CI - 48HS description: Plazo utilizado x-apidog-enum: - value: CI name: '' description: Contado inmediato - value: 48HS name: '' description: A 48 horas x-apidog-orders: - name - price - plazo required: - name - price - plazo description: Referencia de compra ARS x-apidog-ignore-properties: [] referenceBuy2: type: object properties: name: type: string description: Nombre del instrumento price: type: number description: Precio utilizado plazo: type: string enum: - CI - 48HS x-apidog-enum: - value: CI name: '' description: Contado inmeadito - value: 48HS name: '' description: A 48 horas x-apidog-orders: - name - price - plazo required: - name - price - plazo description: Referencia de compra USD x-apidog-ignore-properties: [] x-apidog-orders: - referenceBuy1 - referenceBuy2 x-apidog-ignore-properties: [] x-apidog-folder: '' securitySchemes: {} servers: ``` -------------------------------- ### Merval Financial Data API (OpenAPI 3.0.1) Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4674564 This OpenAPI 3.0.1 specification details the `/frontend/merval` GET endpoint, which provides comprehensive financial data including bond quotes, lead equity, general equity, ADRs, and CEDEARs. It requires an `auth-client` header for authentication and defines the structure of the JSON response, including various financial instruments and their respective properties like price, variation, and volume. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/merval: get: summary: Merval deprecated: false description: Servicio que devuelve las cotizacion de bonos y acciones del merval. tags: - Merval - cotizaciones - merval - bonos - acciones parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: bonds: type: array items: $ref: '#/components/schemas/Bond' description: Cotizacion de bonos nullable: true leadEquity: type: array items: &ref_0 $ref: '#/components/schemas/Equity' description: Cotizacion de acciones del panel lider nullable: true generalEquity: type: array items: *ref_0 description: Cotizacion de acciones del panel general nullable: true adrs: type: object properties: body: type: array items: type: object properties: especie: type: string ultimo: type: number variacion: type: number varMTD: type: number varYTD: type: number simbolo: type: 'null' nombre: type: string timestamp: type: integer x-apidog-orders: - 01J3P3XANHB5RJ7DNQ7987ZJKQ x-apidog-refs: 01J3P3XANHB5RJ7DNQ7987ZJKQ: $ref: '#/components/schemas/Adr' required: - especie - ultimo - variacion - varMTD - varYTD - simbolo - nombre - timestamp x-apidog-ignore-properties: - especie - ultimo - variacion - varMTD - varYTD - simbolo - nombre - timestamp x-apidog-orders: - body required: - body description: Cotizacion de los adrs x-apidog-ignore-properties: [] cedears: type: array items: type: object properties: maxDia: type: number minDia: type: number volumen: type: number nombre: type: string variacion: type: number cierreAnterior: type: number precioCompra: type: number precioVenta: type: number nombreCorto: type: string apertura: type: number ultOperado: type: number ratioDeConversion: type: number logo: type: string nullable: true moneda: type: object properties: simbolo: type: string descripcion: type: string ``` -------------------------------- ### CAC Index Evolution API Endpoint Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4681625 This API endpoint provides historical data for the CAC index. It is a GET request that requires an 'auth-client' header for authentication. The response is a JSON object containing date-keyed numeric values representing the CAC index evolution. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/indices/cac: get: summary: CAC deprecated: false description: Servicio que devuelve la evolucion del cac. tags: - Indices - indices - bcra - cac parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: 01-01-2010: type: number 01-09-2023: type: number x-apidog-orders: - 01-01-2010 - 01-09-2023 required: - 01-01-2010 - 01-09-2023 headers: {} x-apidog-name: OK security: [] x-apidog-folder: Indices x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4681625-run components: schemas: {} securitySchemes: {} servers: - url: https://api.dolarito.ar/api description: Prod Env security: [] ``` -------------------------------- ### OpenAPI Specification for BCRA Reserves API Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4681497 This OpenAPI 3.0.1 specification defines the `/frontend/indices/reservas` endpoint, which provides BCRA reserves data. It specifies a GET request requiring an 'auth-client' header and returns a JSON object where keys are dates and values are numerical reserve figures. ```yaml openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/indices/reservas: get: summary: Reservas deprecated: false description: Servicio que devuelve las reservas del BCRA. tags: - Indices - indices - reservas - bcra parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: 01-02-1996: type: number 01-09-2023: type: number x-apidog-orders: - 01-02-1996 - 01-09-2023 required: - 01-02-1996 - 01-09-2023 headers: {} x-apidog-name: OK security: [] x-apidog-folder: Indices x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4681497-run components: schemas: {} securitySchemes: {} servers: - url: https://api.dolarito.ar/api description: Prod Env security: [] ``` -------------------------------- ### OpenAPI Specification for Fixed-Term Deposit Rates API Source: https://www.apidog.com/apidoc/shared/8e844582-9720-48ec-aaa9-14b4d7ee5225/api-4681503 This OpenAPI 3.0.1 specification defines an API endpoint to retrieve fixed-term deposit rates (tasa plazo fijo) from the BCRA. It includes details for the GET /frontend/indices/plazoFijo endpoint, specifying a required 'auth-client' header, an expected JSON response structure with date-keyed numeric rates, and the production server URL. ```YAML openapi: 3.0.1 info: title: '' description: '' version: 1.0.0 paths: /frontend/indices/plazoFijo: get: summary: Tasa plazo fijo deprecated: false description: Servicio que devuelve las tasa de politica monetaria del BCRA. tags: - Indices - indices - bcra - plazoFijo parameters: - name: auth-client in: header description: Auth de cliente required: true example: '{{auth-client}}' schema: type: string responses: '200': description: '' content: application/json: schema: type: object properties: 16-12-2015: type: number 13-11-2023: type: number x-apidog-orders: - 16-12-2015 - 13-11-2023 required: - 16-12-2015 - 13-11-2023 headers: {} x-apidog-name: OK security: [] x-apidog-folder: Indices x-apidog-status: released x-run-in-apidog: https://app.apidog.com/web/project/412529/apis/api-4681503-run components: schemas: {} securitySchemes: {} servers: - url: https://api.dolarito.ar/api description: Prod Env security: [] ```