1
Create an API key
Sign in to the Orbbit console and open API Keys. Click New Key, give it a Name, and under Scope tick the endpoints it may call. For this walkthrough, tick Search Commodities and Get Commodity Prices, then click Create.The console shows the full key once. Copy it now — it starts with
orbbit_data_. See Authentication for how keys and their permissions work.2
Find a series
Ask the catalog which butter series exist. The Each series in the response has a
commodity filter matches any part of the commodity name or the series ID, ignoring case.slug — its ID. Pick butter-cme-spot-close-daily, the daily closing price on the CME spot market.3
Pull the prices
Pass the slug to the prices endpoint with a date range. Both dates are included.Response trimmed for clarity. Each point is one trading day, in date order.
What to do next
- Compare several series at once — pass up to 100 slugs, comma-separated, to Get commodity prices.
- Look up a packaged food — see Search branded foods.
- Browse D2C brands — see Search stores; add
industry=cpgfor consumer packaged goods brands. - Handle errors — see Errors for every error your code should expect.
- Let your AI assistant do it — see AI agents.