Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
ActPendInsur - All With History
Dataset Information on the implementation dates of an active or pending insurance policy (posted date, effective date and cancel effective date). In addition to these dates, the record contains the insurance company name, the BI&PD underlying limit and maximum limit amounts, and the DOT number and docket number of the carrier/broker/freight forwarder that holds the policy.
See dataset attachment "FMCSA Dataset Description and Data Definitions - Select Datasets" for more information.
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 \"datahub-transportation-gov/actpendinsur-all-with-history-qh9u-swkp\".\"actpendinsur_all_with_history\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata