Business Expansion Program Awards
Cash-based incentive (forgivable loan) awards made to existing companies expanding operations in Oregon or new companies coming into the state that is based on the estimated increase in income tax revenue from new hires.
For more information visit https://www.oregon.gov/biz/programs/BEP/Pages/default.aspx
This dataset contains awardee information for Fiscal Years 2016 - 2024.
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 \"oregon-gov/business-expansion-program-awards-3f89-isgi\".\"business_expansion_program_awards\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.