\I am looking for a API where I can ask current and historical commodities prices.
I am looking for an API to feed my worker with prices of specific commodities , for current and historical prices. Any idea?
I have tried Yfinance (but I understand Cloudfare API can't run python like this), marketsdata and Alpha vantage
1 Reply
Are you looking for a library or an API?
yfinance is a python library, Alpha Vantage is just an API it looks like.
Workers can do arbitrary API Calls to Rest Endpoints/parse json/etc. Would only have to be mindful of the subrequests limit https://developers.cloudflare.com/workers/platform/limits/