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

::

	fake.cryptocurrency_code()
	# 'XRP'

	fake.currency_code()
	# 'INR'

	fake.currency_name()
	# 'Special drawing rights'

	fake.cryptocurrency_name()
	# 'TRON'

	fake.cryptocurrency()
	# ('UBQ', 'Ubiq')

	fake.currency()
	# ('AUD', 'Australian dollar')
