TxRC 2020 Daily Handle & Commission
TxRC Handle & Commission by Track, Signal Type, & Data as provided to TxRC thru 12/31/2020.
NOTE: All figures are based on data available at the time the report was compiled and are subject to being audited and revised.
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 \"texas-gov/txrc-2020-daily-handle-commission-fptj-ua8d\".\"txrc_2020_daily_handle_commission\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.