The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. 💵Currencies
Public

59
52
59
52
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • GraphQL API Playground
    API Playground
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

  1. 💵Currencies

Dataset that contains information about each world currency. It include the currency name, symbol, code, and countries that use it.

  • Currencies
  • Datasets

Get StartedFetch Data
ClassClassesDescription
ClassCurrency
Currency name, symbol, code, countries, digits and number.
NotesNotes

List of All World Currencies

This is a very detailed database with data about all the world currencies. The database is specially designed to meet developer’s needs. A developer is able to perform the following actions with the database:

  • Clone and make changes to the database
  • Connect any app to the database
  • Make queries and retrieve data from the database
  • Find relations between the fields
  • Download the database in a JSON format

Here some ways developer can benefit using the service:

  • Insert data on autocomplete forms
  • Access/Retrieve data from different data sources under a single API Key
  • Run multiple queries on multiple datasets and centralize the results
  • Receive regular updates from the data sources the API Key is connected

Here are some easy-to-understand examples of the type of information you can retrieve data using this database:

  • Currencies by Country
  • Symbol of each currency

Below, details of the dataset available:

World Currencies Dataset

This dataset provide the following information for each university:

  • Currency Name in a String Format
  • Currency Symbol in a String Format
  • Currency Code in a String Format
  • Currency Countries in a Array Format

Example below:

  • Currency Name: Euro
  • Currency Symbol: €
  • Currency Code: EUR
  • Currency Countries: Germany, Italy, Portugal, etc

Query examples you get can get answers using this database

How currencies are in the world?

Go the to the API Playground and implement a query to count the universities on the University dataset. You will get the result 34. Please use the link below to see this example:

  • Quantity of Currencies - Total number of world currencies

FAQ – Frequently Asked Questions

How can I get an API key?

Getting a key is a simple and straightforward process. Please refer to the Connect Button on the top right hand side of this page. The process has 3 steps:

  • Login
  • Add a name to your app
  • Connect and get the API key

Takes less than 1 minute.

Can I use the same API Key for multiple databases?

Yes, you can integrate several databases under the same API Key.

What can I get for free?

You can use the database for free up to 10k requests per month. More details in our Pricing Page.

What is an API request?

Every moment you execute a call to the database in the name of an application using a SDKs or an API, it counts as an API request. Logins, saves, queries are examples of operations calculated as API requests, among other types of operations.

What API types are supported?

The service works with two different API protocols:

  • GraphQL
  • REST

You can make queries, access, and retrieve data from a public dataset via a GraphQL API. If you clone the database, it’s possible to work with REST or GraphQL APIs.

What SDKs and Libraries are supported?

The list is pretty broad and the most common ones are:

  • iOS
  • Android
  • Javascript
  • Unity

Or just use the clone button to create a copy of this app in your account and customize according to your needs.