Oregon Growth Fund (OGF)
Within the Oregon Growth Fund, investments are made with the purpose of growing the capital ecosystem in Oregon to promote economic development. Investments in this category tend to be first-time funds, smaller, and less institutional than the investments made from the Growth Account. Report is for investments made in Fiscal Years 2018-2024. For more information, visit https://www.oregon.gov/biz/programs/OGAOGF/Pages/default.aspx
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/oregon-growth-fund-ogf-sj6z-bchx\".\"oregon_growth_fund_ogf\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.