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

::

	fake.cryptocurrency_code()
	# 'ETH'

	fake.currency_code()
	# 'BGN'

	fake.currency_name()
	# 'Cuban peso'

	fake.cryptocurrency_name()
	# 'Ripple'

	fake.cryptocurrency()
	# ('BCN', 'Bytecoin')

	fake.currency()
	# ('GBP', 'Pound sterling')
