Cheap flights from Curitiba. (BFH)

Cheap flights from Curitiba. (BFH)

City: Curitiba.

IATA: BFH

Country: Brazil

Local time:


Cheap flights from Curitiba. to other cities

The prices for flights from Curitiba. depend on the season, the city, the servicing airline, and the current special offers.  The price of the ticket from Curitiba. can increase by more than 13% depending on the number of days and tickets remaining before departure.

LowCost.Club recommends buying airplane tickets from Curitiba. in advance so you can choose a more suitable seat at a lower price.

Popular countries



We use cookies and similar technologies for different purposes. Read the privacy policy. If you use the site you agree to them.

Request history8.3.0PHP Version156msRequest Duration3MBMemory UsageGET route/{iata}Route
    • Booting (29.01ms)time
    • Application (127ms)time
    • 1 x Application (81.42%)
      127ms
      1 x Booting (18.57%)
      29.01ms
      19 templates were rendered
      • 1x views_us.cities.fromfrom.blade.php#?blade
      • 1x cities.fromfrom.blade.php#?blade
      • 1x index.section-slideshowsection-slideshow.blade.php#?blade
      • 1x components.avia-formavia-form.blade.php#?blade
      • 1x breadcrumbs::bootstrap4bootstrap4.blade.php#?blade
      • 1x banners.city-from-topcity-from-top.blade.php#?blade
      • 1x cities.LastSales48LastSales48.blade.php#?blade
      • 1x banners.city-from-bottomcity-from-bottom.blade.php#?blade
      • 1x layouts.mainmain.blade.php#?blade
      • 1x headerheader.blade.php#?blade
      • 2x menumenu.blade.php#?blade
      • 1x footerfooter.blade.php#?blade
      • 1x components.footer-popular-flightsfooter-popular-flights.blade.php#?blade
      • 1x footer_scriptsfooter_scripts.blade.php#?blade
      • 1x components.currencycurrency.blade.php#?blade
      • 2x components.popuppopup.blade.php#?blade
      • 1x components.languagelanguage.blade.php#?blade
      uri
      GET route/{iata}
      middleware
      web
      controller
      App\Http\Controllers\CitiesController@from
      namespace
      prefix
      /
      where
      as
      citiesFrom
      file
      app/Http/Controllers/CitiesController.php:195-301
      16 statements were executed32.27ms
      • QueryDetector.php#25aviaticketsConnection Established
        Backtrace
        • vendor/beyondcode/laravel-query-detector/src/QueryDetector.php:25
        • vendor/beyondcode/laravel-query-detector/src/QueryDetectorMiddleware.php:30
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • app/Http/Middleware/MinifyHtml.php:21
      • CitySqlRepository.php#84aviatickets4.67msselect * from `cities` where `code` = 'bfh' limit 1
        Bindings
        • 0: bfh
        Backtrace
        • app/Avia/Infrastructure/City/CitySqlRepository.php:84
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/City/CitySqlRepository.php:81
        • app/Http/Controllers/CitiesController.php:197
      • AirportSqlRepository.php#56aviatickets2.71msselect * from `airports` where `city_id` = 7737 and `board` = 1 order by `en` asc
        Bindings
        • 0: 7737
        • 1: 1
        Backtrace
        • app/Avia/Infrastructure/Repository/AirportSqlRepository.php:56
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirportSqlRepository.php:49
        • app/Http/Controllers/CitiesController.php:203
      • AirlineSqlRepository.php#67aviatickets2.56msselect * from `airline_routes` where `origin_city_id` = 7737 and `airline_id` not in ('1', 'NULL')
        Bindings
        • 0: 7737
        • 1: 1
        • 2: NULL
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:67
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:60
        • app/Http/Controllers/CitiesController.php:211
      • AirlineRouteSqlRepository.php#446aviatickets1.23msselect `origin_city_id`, `destination_city_id` from `airline_routes` where `origin_city_id` = 7737 and `transfers` = '0'
        Bindings
        • 0: 7737
        • 1: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:446
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:440
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:50
      • CitiesRoutesPrice.php#68aviatickets2.85msselect * from `flights_by` where `origin_city_id` = 7737 and `price_one_way` > 0 order by `price_one_way` asc limit 1
        Bindings
        • 0: 7737
        • 1: 0
        Backtrace
        • app/Avia/Services/CitiesRoutesPrice.php:68
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Services/CitiesRoutesPrice.php:60
        • app/Avia/Services/CitiesRoutesPrice.php:28
      • AirlineSqlRepository.php#181aviatickets2.08msselect airline_id, COUNT(flight) AS route_count from `flights_schedules` where `origin_city_id` = 7737 group by `airline_id` order by `route_count` desc limit 1
        Bindings
        • 0: 7737
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:181
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:171
        • app/Http/Controllers/CitiesController.php:219
      • CountriesRepository.php#31aviatickets2.71msselect * from `countries` where `code` = '' limit 1
        Bindings
        • 0: 
        Backtrace
        • app/Avia/Infrastructure/Repository/CountriesRepository.php:31
        • app/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:61
        • app/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:43
        • app/Http/Controllers/CitiesController.php:221
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • RouteRepository.php#72aviatickets1.29msselect * from `flights_2025` where `origin_id` = 7737 and `date_update` >= '2025-04-28 00:00:00' order by `value` asc limit 20
        Bindings
        • 0: 7737
        • 1: 2025-04-28 00:00:00
        Backtrace
        • app/Avia/Infrastructure/Repository/RouteRepository.php:72
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/RouteRepository.php:64
        • app/Http/Controllers/CitiesController.php:225
      • FlightSchedulesRepository.php#44aviatickets1.42msselect * from `flights_schedules` where `origin_city_id` = 7737 and `origin_datetime` >= '2025-04-30' order by travel_time ASC, origin_datetime ASC limit 1
        Bindings
        • 0: 7737
        • 1: 2025-04-30
        Backtrace
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:44
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:37
        • app/Http/Controllers/CitiesController.php:234
      • LocalRouteRepository.php#609aviatickets1.5msselect destination_country_id, SUM(count) AS s from `flights_by` where `origin_city_id` = 7737 and `destination_country_id` <> 81 group by `origin_city_id`, `destination_country_id` order by `s` desc limit 12
        Bindings
        • 0: 7737
        • 1: 81
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:609
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:613
        • app/Avia/Managers/CityCountryRoutes.php:79
      • CityToCountryRepository.php#48aviatickets1.4msselect * from `flights_by` where `origin_city_id` = 7737 and `destination_country_id` in (6) group by `origin_city_id`, `destination_country_id`
        Bindings
        • 0: 7737
        • 1: 6
        Backtrace
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:48
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:52
        • app/Avia/Managers/CityCountryRoutes.php:77
      • CityToCountryRepository.php#48aviatickets1.47msselect * from `countries` where `countries`.`id` in (6)
        Backtrace
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:48
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:52
        • app/Avia/Managers/CityCountryRoutes.php:77
      • LocalRouteRepository.php#359aviatickets1.61msselect * from `flights_by` where `origin_city_id` = 7737 and `destination_country_id` = 81 and (`price_one_way` > 0 or `price` > 0) order by `revenue` desc limit 10 offset 0
        Bindings
        • 0: 7737
        • 1: 81
        • 2: 0
        • 3: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:330
      • LocalRouteRepository.php#412aviatickets1.33msselect * from `flights_by` where `origin_city_id` = 7737 and `destination_country_id` <> 81 and (`price_one_way` > 0 or `price` > 0) order by `revenue` desc limit 10 offset 0
        Bindings
        • 0: 7737
        • 1: 81
        • 2: 0
        • 3: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:412
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:417
        • app/Http/Controllers/CitiesController.php:267
      • CitiesController.php#293aviatickets2.08msselect * from `countries` where `countries`.`id` = 81 limit 1
        Bindings
        • 0: 81
        Backtrace
        • app/Http/Controllers/CitiesController.php:293
        • vendor/diglactic/laravel-breadcrumbs/src/Generator.php:64
        • vendor/diglactic/laravel-breadcrumbs/src/Generator.php:42
        • vendor/diglactic/laravel-breadcrumbs/src/Manager.php:145
        • vendor/diglactic/laravel-breadcrumbs/src/Manager.php:174
      • LocalRoute.php#74aviatickets1.36msselect * from `cities` where `cities`.`id` = 7737 limit 1
        Bindings
        • 0: 7737
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Model/CityToCountry.php:12
        • view::cities.from:290
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      App\Avia\Infrastructure\Model\City
      2City.php#?
      App\Avia\Infrastructure\Model\Country
      2Country.php#?
      App\Avia\Infrastructure\Model\LocalRoute
      1LocalRoute.php#?
      App\Avia\Infrastructure\Model\CityToCountry
      1CityToCountry.php#?
            _token
            V5vgQh2yJC6i1k9P1V5wrtk7jEvLZBY2lyWbgX4i
            _previous
            array:1 [ "url" => "https://d.lowcost.club/route/bfh?_url=%2Froute%2Fbfh" ]
            _flash
            array:2 [ "old" => [] "new" => [] ]
            path_info
            /route/bfh
            status_code
            200
            
            status_text
            OK
            format
            html
            content_type
            text/html; charset=UTF-8
            request_query
            0 of 0
            array:1 [ "_url" => "/route/bfh" ]
            request_request
            []
            
            request_headers
            0 of 0
            array:16 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjZiRmhiNDZ3S1loSzl5RU5IMXphSkE9PSIsInZhbHVlIjoieEFNbnlLQlJ3Q1g0L05BMHM0bUE5dEhxaWwxYm82SW5TUUVjcC9sOXdGNEtMakIzQTNDTGhVWElHYXowVnpVeldSdkw4NjlvTjRtWmJNRHhHbGNvMHE5SjhPMTBJb3p1NTBRY01FNW9OSUwxd1IyRDlWOXE0bTJpREg1ZE1zVU8iLCJtYWMiOiI4MzQwZmIxNzRlZjJjNWY5ZmU3YThlZWVmMzAyN2U1MTY4MmFkMzA3ZGFkOWI1MzA0M2VjZjY2YjlkN2UyOWJjIiwidGFnIjoiIn0%3D; lowcostclub_session=eyJpdiI6ImJINU9VbDlwYmZRcWZ4OHpEWFdMWHc9PSIsInZhbHVlIjoiYU5TTGUxNWV5N3BxZDhERXlVZnRQbDF1d2Q2cjFIeXJOQ0IrUXR1NUJUdFJ4blFjaWZPdjJXeCtXWERxNlVWU3VtSXdLcnNuM2J5bE9TTnc1M0pwUGFwNEN5ZnRyNzlFZVRIMGp6eVkyZExoZ0syM25kT2xHNm00UksrQndCbEciLCJtYWMiOiI1YzFmYTczZDUzZGVkN2RmNTNiZjhhNDdjOTA0ZDk1MmRmMjk1YmQ1NWVmODkyNjg3MDAzMTdiY2JiNDEwNTY1IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjZiRmhiNDZ3S1loSzl5RU5IMXphSkE9PSIsInZhbHVlIjoieEFNbnlLQlJ3Q1g0L05BMHM0bUE5dEhxaWwxYm82SW5TUUVjcC9sOXdGNEtMakIzQTNDTGhVWElHYXowVnpVeldSdkw4N" ] "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "d.lowcost.club" ] ]
            request_cookies
            0 of 0
            array:2 [ "XSRF-TOKEN" => "V5vgQh2yJC6i1k9P1V5wrtk7jEvLZBY2lyWbgX4i" "lowcostclub_session" => "Fe5wy1CtoNJkvI67dWKMhzK6KuzuLX0DFADR9cXd" ]
            response_headers
            0 of 0
            array:5 [ "cache-control" => array:1 [ 0 => "max-age=604800, public" ] "date" => array:1 [ 0 => "Wed, 30 Apr 2025 07:06:52 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNxQWR4NVJJSEpCMG9jcCtoZG9FalE9PSIsInZhbHVlIjoiaU5vMFJURzFJd1lVay9WSzNMMW9iZnJaNWlLbm1GcVpjWk92KzdUZVlIL09iM0ZKVmZmNDhpK2x4a1gwaERLVDZjcksrNzlzRCsrR2JleVV5U2tmNUFuRkxmaVhqemM2NGs4UENPY0hvUXJGTHgrSnFmakFJWGpiL1k3SnNkMHkiLCJtYWMiOiIzYTI1NmUwMzgyODE3YjdmNDQyNjY3NDYyYWNjMjk3NjljYjczYWE1NGIwMmRlYjUxNjZjOWU4MmQ4MGFiODBkIiwidGFnIjoiIn0%3D; expires=Wed, 30 Apr 2025 09:06:52 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlNxQWR4NVJJSEpCMG9jcCtoZG9FalE9PSIsInZhbHVlIjoiaU5vMFJURzFJd1lVay9WSzNMMW9iZnJaNWlLbm1GcVpjWk92KzdUZVlIL09iM0ZKVmZmNDhpK2x4a1gwaERLVDZjcksrN" 1 => "lowcostclub_session=eyJpdiI6IndEQTArWTljYXh2ZFQzd1pKRnJPdmc9PSIsInZhbHVlIjoicjRqS2pFdkNZUDFlK3BQYVJmNStDb3hJZm0vRWxOcHhZQlR4VkJ0c1NnV3V4SFpCUWlIOWhvUE5sdFFuM3o4OG1QWTV4R2F6Z0tCaEJwZGJaVFZkWWVOdjExYVpudE9zM3NWUE5QNG5rb1JPMG9RV0k1UDM1STR4Smp5ZThRVUwiLCJtYWMiOiIzZjQzOTkyZWJjMzI1OGMyNjc1MGUwYjkyMDYxMDQyMDZmNjBiYTA4MDQ3ZWRiZTAwMjRjMGJjMDNiNjFlNTVhIiwidGFnIjoiIn0%3D; expires=Wed, 30 Apr 2025 09:06:52 GMT; Max-Age=7200; path=/; httponly; samesite=laxlowcostclub_session=eyJpdiI6IndEQTArWTljYXh2ZFQzd1pKRnJPdmc9PSIsInZhbHVlIjoicjRqS2pFdkNZUDFlK3BQYVJmNStDb3hJZm0vRWxOcHhZQlR4VkJ0c1NnV3V4SFpCUWlIOWhvUE5sdFFuM3o4" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNxQWR4NVJJSEpCMG9jcCtoZG9FalE9PSIsInZhbHVlIjoiaU5vMFJURzFJd1lVay9WSzNMMW9iZnJaNWlLbm1GcVpjWk92KzdUZVlIL09iM0ZKVmZmNDhpK2x4a1gwaERLVDZjcksrNzlzRCsrR2JleVV5U2tmNUFuRkxmaVhqemM2NGs4UENPY0hvUXJGTHgrSnFmakFJWGpiL1k3SnNkMHkiLCJtYWMiOiIzYTI1NmUwMzgyODE3YjdmNDQyNjY3NDYyYWNjMjk3NjljYjczYWE1NGIwMmRlYjUxNjZjOWU4MmQ4MGFiODBkIiwidGFnIjoiIn0%3D; expires=Wed, 30-Apr-2025 09:06:52 GMT; path=/XSRF-TOKEN=eyJpdiI6IlNxQWR4NVJJSEpCMG9jcCtoZG9FalE9PSIsInZhbHVlIjoiaU5vMFJURzFJd1lVay9WSzNMMW9iZnJaNWlLbm1GcVpjWk92KzdUZVlIL09iM0ZKVmZmNDhpK2x4a1gwaERLVDZjcksrN" 1 => "lowcostclub_session=eyJpdiI6IndEQTArWTljYXh2ZFQzd1pKRnJPdmc9PSIsInZhbHVlIjoicjRqS2pFdkNZUDFlK3BQYVJmNStDb3hJZm0vRWxOcHhZQlR4VkJ0c1NnV3V4SFpCUWlIOWhvUE5sdFFuM3o4OG1QWTV4R2F6Z0tCaEJwZGJaVFZkWWVOdjExYVpudE9zM3NWUE5QNG5rb1JPMG9RV0k1UDM1STR4Smp5ZThRVUwiLCJtYWMiOiIzZjQzOTkyZWJjMzI1OGMyNjc1MGUwYjkyMDYxMDQyMDZmNjBiYTA4MDQ3ZWRiZTAwMjRjMGJjMDNiNjFlNTVhIiwidGFnIjoiIn0%3D; expires=Wed, 30-Apr-2025 09:06:52 GMT; path=/; httponlylowcostclub_session=eyJpdiI6IndEQTArWTljYXh2ZFQzd1pKRnJPdmc9PSIsInZhbHVlIjoicjRqS2pFdkNZUDFlK3BQYVJmNStDb3hJZm0vRWxOcHhZQlR4VkJ0c1NnV3V4SFpCUWlIOWhvUE5sdFFuM3o4" ] ]
            session_attributes
            0 of 0
            array:3 [ "_token" => "V5vgQh2yJC6i1k9P1V5wrtk7jEvLZBY2lyWbgX4i" "_previous" => array:1 [ "url" => "https://d.lowcost.club/route/bfh?_url=%2Froute%2Fbfh" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
            ClearShow all
            Date ↕MethodURLData
            #12025-04-30 07:06:52GET/route/bfh19166