Excel add-in path
Get oil prices in Excel with refreshable add-in formulas
We are simplifying Excel support around one workflow: the OilPrice Excel add-in. The MVP should let users set an API key once and use formulas that recalculate inside Excel.
View Excel add-in workflowSimple formula model
The target user experience is a normal Excel formula workflow: type a formula, point it at a symbol or endpoint input, and refresh the workbook when data is needed.
=OILPRICE.PRICE("BRENT_CRUDE_USD")
=OILPRICE.PRICE("WTI_USD")
=OILPRICE.GET("/v1/prices/latest", "by_code=DIESEL_USD")
Support note
Public instructions are intentionally narrow while the add-in preview is validated. Broader spreadsheet connection patterns are not part of the recommended first-use path.