{ "opencollection": "1.0.0", "info": { "name": "Frankfurter Currencies historical-rates API", "version": "1.0.0" }, "items": [ { "info": { "name": "historical-rates", "type": "folder" }, "items": [ { "info": { "name": "Frankfurter Get Rates for a Past Date", "type": "http" }, "http": { "method": "GET", "url": "https://api.frankfurter.dev/v1/:date", "params": [ { "name": "date", "value": "", "type": "path", "description": "The date for the historical rates" }, { "name": "base", "value": "", "type": "query", "description": "Base currency to convert from" }, { "name": "symbols", "value": "USD,GBP", "type": "query", "description": "Comma-separated list of currencies to convert to" } ] }, "docs": "Returns historical rates for the working day closest to the specified date" }, { "info": { "name": "Frankfurter Get Rates for a Time Period", "type": "http" }, "http": { "method": "GET", "url": "https://api.frankfurter.dev/v1/:start_date..", "params": [ { "name": "start_date", "value": "", "type": "path", "description": "The start date for the period" }, { "name": "base", "value": "", "type": "query", "description": "Base currency to convert from" }, { "name": "symbols", "value": "USD,GBP", "type": "query", "description": "Comma-separated list of currencies to convert to" } ] }, "docs": "Returns historical rates for every day within a time period starting from the provided date until today." }, { "info": { "name": "Frankfurter Get Rates for a Time Period", "type": "http" }, "http": { "method": "GET", "url": "https://api.frankfurter.dev/v1/:start_date..:end_date", "params": [ { "name": "start_date", "value": "", "type": "path", "description": "The start date for the period" }, { "name": "end_date", "value": "", "type": "path", "description": "The end date for the period" }, { "name": "base", "value": "", "type": "query", "description": "Base currency to convert from" }, { "name": "symbols", "value": "USD,GBP", "type": "query", "description": "Comma-separated list of currencies to convert to" } ] }, "docs": "Returns historical rates for every day within a time period. The end date defaults to today if not provided." } ] } ], "bundled": true }