Get your API key
Sign up at app.vintl.io. Free tier: 500 requests/day, no credit card.Your key starts with
vntl_live_ — store it in an environment variable.Fetch some data
Pull the latest Consumer Price Index observations:Values are strings (
Response
"320.012") for decimal precision. Every response includes has_more and next_cursor for pagination.Try a point-in-time query
This is what makes Vintl different. Add Returns
?as_of=2023-10-26 to see GDP as it was known the day the advance estimate dropped:"22491.567" — the advance estimate. Today’s revised value is "22840.989". The point-in-time guide explains why this matters.Where to go from here
Point-in-time queries
Deep dive into
as_of — how it works, FRED comparison, revision tracking.Authentication
Key format, error responses, best practices.
Treasury yields
Yield curves, spreads, and TIPS data.
Python guide
Full Python examples with pagination and point-in-time.