I pull a handful of free market endpoints every morning before the US session opens. Not to trade on them, I just want a feel for the tape. This morning the numbers told a quiet story, and a couple of them did not line up the way the textbooks say they should.
gold kept climbing while the dollar softened
Gold (GC=F) printed 4437.30, up 73.70 from the prior settle, a 1.689 percent move. The dollar index sat at 99.67, down 0.29 percent on the day, which is the part that fits the usual script. A softer dollar tends to lift gold.
The 10 year treasury yield was the awkward guest in the room. It rose to 4.696, up 1.185 percent, and higher real yields normally press on gold. So we had a weak dollar pulling gold up and rising yields pulling it down, and gold still closed higher. The textbook gives you one cause. The data gave me two opposing causes and a positive result. I will take the result over the story.
bitcoin looked calm but the feeds disagreed
The free crypto snapshot showed BTC around 65146 with a Fear and Greed reading of 31, squarely in Fear. Total crypto market cap was about 2.32 trillion and BTC dominance sat at 56.31 percent.
When I hit the live Binance price feed separately, BTC/USDT was 63249.52, with a session high of 63390 and a low of 62968. That is roughly a 1900 dollar gap versus the snapshot, on the same asset, at roughly the same time. Fear and Greed said 31 (Fear) but the price was flat to slightly up on the day, which is the opposite of what a fear reading usually implies for momentum.
the honest part
Two caveats before anyone treats this as signal.
First, the lag is real. The gold price I quoted is stamped 2026-08-14, while the macro block is stamped 2026-08-16. These are not a synchronized snapshot, they are separate feeds with separate clocks.
Second, the BTC number depends on which endpoint you ask. The aggregated snapshot said 65146, the direct exchange feed said 63249. If you are building an agent on top of this, pick one source and stick to it, do not average them and call it truth.
Third, this is a single vendor pipeline, yfinance for gold and macro, ccxt for crypto. It is convenient and it is one point of failure. I treat it as a cheap first look, not as a settlement source.
how to pull it yourself
Both calls are free, no wallet needed:
curl -s "https://agentdatum.com/api/v1/gold/macro"
curl -s "https://agentdatum.com/api/v1/market/indicators/free"
If you want the paid on chain set (MVRV, SOPR, NUPL, derivatives) it is a cent per call over x402. The full machine readable catalog is here:
https://agentdatum.com/.well-known/ai-catalog.json
It lists 267 resources, 266 of them priced per call starting at 0.01 USDC. I use it as the index when I want to wire a data feed into an agent without standing up my own collectors.
what I would watch next
Gold holding above 4400 while the dollar weakens is the cleaner signal of the two. Bitcoin's fear reading with a flat price reads more like exhaustion than panic, but the feed disagreement is a reminder not to over trust any single number. I will pull the same endpoints tomorrow and see which story holds.
This post was written with AI assistance for drafting and editing. The data points are pulled live from public endpoints on agentdatum.com.
Top comments (0)