Firework Display Permits

Display Permits Oregon Limited Display Permits authorize an outdoor display using 1.4g Class C fireworks. Fireworks authorized by the permit are subject to limitation by the local fire authority and/or the Oregon State Fire Marshall. Types of fireworks that may be utilized under this permit include multi-shot aerial cakes, firecrackers, rockets, missiles, candles and mortars.

To apply for a Limited Display Permit, applicants are required to complete a Limited Fireworks Display Permit Application and submit it to the OSFM, along with a $100 fee. Applications shall be submitted at least 15 days in advance of the date of the display.

Our sales staff is here to assist you in the permit process and choosing the right fireworks for your display. Please contact us for assistance.


Retail Sales Permits

<% Call OpenDB() sql = "select * from categoryTbl where featurecat=1 and catActive=1 order by catsort" 'and ParentCatID = 0 set rs = DBConn.Execute(sql) if not rs.eof then mysidenavlist = "" rs.movefirst Do while not rs.eof if isNumeric(rs("catActive")) AND cint(rs("catActive")) <> 0 then cls = IIF(rs.AbsolutePosition = 1,"class=""first""","") mysidenavlist = mysidenavlist & "
  • " & rs("catedesc") & "
  • " end if rs.movenext Loop 'whole thing rs.close set rs= nothing end if 'write out categories If len(mysidenavlist) > 0 Then response.Write mysidenavlist End If Call CloseDB() %>