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

::

	fake.cryptocurrency_code()
	# 'ETH'

	fake.currency_code()
	# 'KGS'

	fake.currency_name()
	# 'Colombian peso'

	fake.cryptocurrency_name()
	# 'Titcoin'

	fake.cryptocurrency()
	# ('XPM', 'Primecoin')

	fake.currency()
	# ('ETB', 'Ethiopian birr')
