get_premium_sample
Free sample of the premium data: statewide all-lines monthly premium and policy-count series for a state, latest 13 months. Line/county/insurer detail, full history, and cross-state comparison are paid tools.
Parameters1
| state | string | optional |
Raw schema
{
"type": "object",
"properties": {
"state": {
"default": "FL",
"type": "string",
"minLength": 1
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}