internal-agtransport-usda-gov/commodity-price-spreads-ecws-wvgk
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 1 month ago

Commodity Price Spreads

The data shows grain prices at select inland origin points and export destination ports and the price spread between them. More specifically, this dataset compares interior prices of corn in Illinois and Nebraska with the Gulf; Iowa and Gulf soybean prices; Kansas and Gulf hard red winter wheat; and North Dakota and Portland hard red spring wheat.

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 \"internal-agtransport-usda-gov/commodity-price-spreads-ecws-wvgk\".\"commodity_price_spreads\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • commodity_price_spreads
     
     
     
     
     
Upstream Metadata