Banco de Portugal
BDP · Portugal · PTE- 1987–1998
- Historical reference
- 25 currencies
- Data source
API examples
Frankfurter is a free, open-source API for current and historical exchange rates. The public API lives at api.frankfurter.dev. Query rates from this provider using the examples below.
Fetch provider's latest rates.
curl https://api.frankfurter.dev/v2/rates?providers=BDP&base=PTE&date=1998-12-31Fetch provider's five years of monthly rates.
curl https://api.frankfurter.dev/v2/rates?from=1993-12-31&to=1998-12-31&group=month&providers=BDP&base=PTEFetch provider's current USD/PTE.
curl https://api.frankfurter.dev/v2/rate/USD/PTE?providers=BDP&date=1998-12-31For the full reference and more examples, see the docs.