We support a wide range of asset classes including Forex and Cryptocurrencies.
We fetch data from multiple exchanges and aggregates them to provide the accurate price for any currency pairs.
Our service is free of charge for low workloads per IP adddress. If you exceed the limit, you can purchase a credit to continue using our service. (Note: Our service is currently in beta and you can test our service freely in beta period.)
We provide REST APIs and WebSocket streams for developers.
The official SDKs can be available at GitHub.
You can import exchange rate in your Google Sheet (or Microsoft Excel).
=IMPORTDATA("https://api.pricefeed.info/v1/price/BASE-QUOTE.txt")
Just replace "BASE" and "QUOTE" to any your favorite asset name! For example,
=IMPORTDATA("https://api.pricefeed.info/v1/price/EUR-USD.txt")
will give you the latest EUR/USD exchange rate.