Created at 3pm, Jan 10
cyranodbScience
0
Historical Data of Sticky Price Consumer Price Index less Food and Energy
utdvKgQnNTjZTa2XezJw0VNrXEJEdG-w-8JMt9yON9U
File Type
CSV
Entry Count
672
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

The Sticky Price Consumer Price Index (CPI) is calculated from a subset of goods and services included in the CPI that change price relatively infrequently. Because these goods and services change prices relatively infrequently, they are thought to incorporate expectations about future inflation to a greater degree than prices that change on a more frequent basis. One possible explanation for sticky prices could be the costs firms incur when changing prices.To obtain more information about this release see Michael F. Bryan and Brent H. Meyer. “Are Some Prices in the CPI More Forward Looking Than Others? We Think So.” Economic Commentary (Federal Reserve Bank of Cleveland) (May 19, 2010)Federal Reserve Bank of Atlanta, Sticky Price Consumer Price Index less Food and Energy [CORESTICKM159SFRBATL], retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/CORESTICKM159SFRBATL

Dataset Viewer
DATECORESTICKM159SFRBATL
1995-12-013.397750888
1996-01-013.294296705
1996-02-013.278044833
1996-03-013.15123296
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "utdvKgQnNTjZTa2XezJw0VNrXEJEdG-w-8JMt9yON9U", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "utdvKgQnNTjZTa2XezJw0VNrXEJEdG-w-8JMt9yON9U", "level": 2}'