
``faker.providers.currency``
----------------------------

::

	fake.cryptocurrency_code()
	# 'SRN'

	fake.currency_code()
	# 'NIS'

	fake.currency_name()
	# 'Haitian gourde'

	fake.cryptocurrency_name()
	# 'Ubiq'

	fake.cryptocurrency()
	# ('VTC', 'Vertcoin')

	fake.currency()
	# ('BTN', 'Bhutanese ngultrum')
