I've already found a good API to start with . They have all fiat currencies and some crypto but it need more data . - Source: Reddit / 8 months ago
Https://openexchangerates.org/ would be my recommendation. - Source: Reddit / 8 months ago
Thank you for your feedback. I'll update it. The exchange rate is from https://openexchangerates.org. - Source: Reddit / 9 months ago
Not sure how it ended up on HN front page - Criprocurrencies is probably a typo. If you are looking for simple apis that just work in this space see https://openexchangerates.org/. - Source: Hacker News / about 1 year ago
To get the data as a feed I use openexchangerates.org and their data is again different. I'd like to know more, and get access to better data as I'm developing something. In previous projects I've used coinbase feeds for exchange rates etc., I know how-to but not where-to, can anyone comment on why it can be so different and where some better data for silver (XAG) that I can access is? thanks. (i've stopped trust... - Source: Reddit / almost 2 years ago
Https://openexchangerates.org/ is better anyway. I don't have any connection to them other than being a customer. - Source: Reddit / almost 2 years ago
Import requests From flask import Flask, jsonify # Import Flask, import jsonify to return JSON info App = Flask(__name__) @app.route('/') # Create main page of web-application Def index(): return "Welcome to my API!" # Display text on main page EXCHANGE_URL = 'https://openexchangerates.org/api/latest.json?app_id=YOUR-API-KEY-HERE' EXCHANGE_PARAMS = {'symbols':'ZAR,EUR,CAD'} Exchange_data =... - Source: dev.to / almost 2 years ago
Do you know an article comparing Open Exchange Rates to other products?
Suggest a link to a post with product alternatives.