NHCCI
The National Highway Construction Cost Index (NHCCI) is a price index that can be used both to track price changes associated with highway construction costs, and to convert current dollar expenditures on highway construction to real or constant dollar expenditures. This dataset contains the quarterly NHCCI estimates as well as the Seasonally Adjusted NHCCI and Component Contributions to Changes in NHCCI.
Visit https://www.fhwa.dot.gov/policy/otps/nhcci/ for more information regarding the NHCCI.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-transportation-gov/nhcci-r94d-n4f9\".\"nhcci\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.