Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show market price in INR #2

Open
pranavk opened this issue Dec 1, 2017 · 2 comments
Open

show market price in INR #2

pranavk opened this issue Dec 1, 2017 · 2 comments

Comments

@pranavk
Copy link

pranavk commented Dec 1, 2017

If I change the currency to INR then it shows me a direct conversion of USD to INR. But I would never be able to buy in India at that price. So it should rather show the rate according to the market rate in the country rather than just using the direct USD <-> INR conversion?

@akshendra
Copy link
Contributor

We are using coinmarketcap and cryptocompare apis. On changing the currency, the data is fetch again for the new currency. I am not sure how they are doing the conversion.

@sagarkarira
Copy link

@pranavk Yeah this is a quite a challenge. You need to fetch data from local exchanges as prices vary from countries to countries. Coinmarketcap does not provide that filter in their APIs so you have to do a real time listing of all the exchange prices.

We hope to do this in future. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants