São Tomé and Príncipe Dobra
STD · Db · ISO 678- 1999–2017
- 2 providers
- Monthly dataset
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 for this currency using the examples below.
Fetch against every currency.
curl https://api.frankfurter.dev/v2/rates?base=STD&date=2017-12-29Fetch five years of monthly rates.
curl https://api.frankfurter.dev/v2/rates?base=STD&from=2012-12-29&to=2017-12-29&group=monthFetch current STD/EUR.
curl https://api.frankfurter.dev/v2/rate/STD/EUR?date=2017-12-29For the full reference and more examples, see the docs.