Business Tax Receipts
This data set includes all business tax receipts issued by Permitting Services since 2010. The Business Tax Receipts because they are operating multiple types of businesses. For more information visit CityofOrlando.net/permits
Disclaimer: The data is derived from the Economic Development Platform, we acknowledge there is always the possibility of mechanical or human error. The City of Orlando does not guarantee the accuracy of the information. The City of Orlando will not be responsible for any error or omission, or for the use of, or the results obtained from the use of this information. All data visualizations on maps should be considered approximate and attempts to derive specific addresses are strictly prohibited. Additionally, because City policy and operations regarding reporting might change, the data may have limited value for comparisons over time.
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 \"cityoforlando/business-tax-receipts-7388-4re5\".\"business_tax_receipts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.