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

::

	fake.cryptocurrency_code()
	# 'NEO'

	fake.currency_code()
	# 'XDR'

	fake.currency_name()
	# 'Georgian lari'

	fake.cryptocurrency_name()
	# 'Ethereum Classic'

	fake.cryptocurrency()
	# ('AMP', 'AMP')

	fake.currency()
	# ('CUP', 'Cuban peso')
