Gold price goes up by Rs 300 per tola

By Republica
Published: July 30, 2023 11:49 AM

KATHMANDU, July 30: The price of gold has gone up by Rs 300 per tola in the domestic market on Sunday.

Fine gold is being traded at Rs 112,900 per tola today, according to the Federation of Nepal Gold and Silver Dealers’ Associations. It was sold at Rs 112,600 per tola on Friday.

Similarly, standard gold is being traded at Rs 112,350 per tola on Sunday. The price of standard gold was set at Rs 112,050 per tola on Friday.

Meanwhile, the price of silver has also increased by Rs 5 per tola. It is being traded at Rs 1,455 per tola today.

 

Request history8.2.19PHP Version6.89sRequest Duration6MBMemory UsageGET amp/news/{slug}Route
    • Booting (19.99ms)time
    • Application (6.87s)time
    • 1 x Application (99.71%)
      6.87s
      1 x Booting (0.29%)
      19.99ms
      1 templates were rendered
      • frontend.amp-detailamp-detail.blade.php#?blade
      uri
      GET amp/news/{slug}
      middleware
      web, mynews, kyc
      controller
      App\Http\Controllers\Frontend\News\NewsController@getBySlug
      namespace
      prefix
      where
      as
      news.slug
      file
      app/Http/Controllers/Frontend/News/NewsController.php:276-373
      10 statements were executed6.82s
      • NewsController.php#297republica1775msselect `id`, `title`, `content`, `excerpt`, `permalink`, `pub_date`, `is_subscriber_only`, `is_subscriber_user`, `is_free`, `is_logged_in_user`, `content`, `caption`, `news_slug`, `exclusive_news` from `news` where `permalink` = 'gold-price-goes-up-by-rs-300-per-tola' and `status` = 1 limit 1
        Bindings
        • 0: gold-price-goes-up-by-rs-300-per-tola
        • 1: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:297
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:291
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • NewsController.php#297republica1710μsselect `attachments`.`id`, `directory`, `file`, `news_has_attachments`.`news_id` as `pivot_news_id`, `news_has_attachments`.`attachment_id` as `pivot_attachment_id`, `news_has_attachments`.`created_at` as `pivot_created_at`, `news_has_attachments`.`updated_at` as `pivot_updated_at` from `attachments` inner join `news_has_attachments` on `attachments`.`id` = `news_has_attachments`.`attachment_id` where `news_has_attachments`.`is_featured_image` = '0' and `news_has_attachments`.`news_id` in (143714)
        Bindings
        • 0: 0
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:297
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:291
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • NewsController.php#297republica1650μsselect `categories`.`id`, `name`, `news_has_categories`.`news_id` as `pivot_news_id`, `news_has_categories`.`category_id` as `pivot_category_id`, `news_has_categories`.`created_at` as `pivot_created_at`, `news_has_categories`.`updated_at` as `pivot_updated_at` from `categories` inner join `news_has_categories` on `categories`.`id` = `news_has_categories`.`category_id` where `news_has_categories`.`news_id` in (143714)
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:297
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:291
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • NewsController.php#297republica1610μsselect `attachments`.`id`, `directory`, `file`, `news_has_attachments`.`news_id` as `pivot_news_id`, `news_has_attachments`.`attachment_id` as `pivot_attachment_id`, `news_has_attachments`.`created_at` as `pivot_created_at`, `news_has_attachments`.`updated_at` as `pivot_updated_at` from `attachments` inner join `news_has_attachments` on `attachments`.`id` = `news_has_attachments`.`attachment_id` where `news_has_attachments`.`is_featured_image` = '1' and `news_has_attachments`.`news_id` in (143714)
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:297
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:291
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • NewsController.php#297republica1540μsselect `authors`.`id`, `name`, `avatar`, `news_has_authors`.`news_id` as `pivot_news_id`, `news_has_authors`.`author_id` as `pivot_author_id`, `news_has_authors`.`created_at` as `pivot_created_at`, `news_has_authors`.`updated_at` as `pivot_updated_at` from `authors` inner join `news_has_authors` on `authors`.`id` = `news_has_authors`.`author_id` where `news_has_authors`.`news_id` in (143714)
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:297
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:291
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • NewsController.php#388republica12.94sselect `id`, `title`, `excerpt`, `permalink`, `pub_date`, `is_subscriber_only`, MATCH(title, excerpt) AGAINST ('Gold price goes up by Rs 300 per tola' IN BOOLEAN MODE) as score from `news` where `id` != 143714 and `status` = 1 order by `score` desc, `pub_date` desc limit 6
        Bindings
        • 0: 143714
        • 1: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:388
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:380
        • app/Http/Controllers/Frontend/News/NewsController.php:306
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • NewsController.php#388republica1760μsselect `attachments`.`id`, `directory`, `file`, `news_has_attachments`.`news_id` as `pivot_news_id`, `news_has_attachments`.`attachment_id` as `pivot_attachment_id`, `news_has_attachments`.`created_at` as `pivot_created_at`, `news_has_attachments`.`updated_at` as `pivot_updated_at` from `attachments` inner join `news_has_attachments` on `attachments`.`id` = `news_has_attachments`.`attachment_id` where `news_has_attachments`.`is_featured_image` = '0' and `news_has_attachments`.`news_id` in (158249, 158301, 158332, 158407, 158436, 158446)
        Bindings
        • 0: 0
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:388
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:380
        • app/Http/Controllers/Frontend/News/NewsController.php:306
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • NewsController.php#388republica1600μsselect `attachments`.`id`, `directory`, `file`, `news_has_attachments`.`news_id` as `pivot_news_id`, `news_has_attachments`.`attachment_id` as `pivot_attachment_id`, `news_has_attachments`.`created_at` as `pivot_created_at`, `news_has_attachments`.`updated_at` as `pivot_updated_at` from `attachments` inner join `news_has_attachments` on `attachments`.`id` = `news_has_attachments`.`attachment_id` where `news_has_attachments`.`is_featured_image` = '1' and `news_has_attachments`.`news_id` in (158249, 158301, 158332, 158407, 158436, 158446)
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:388
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:380
        • app/Http/Controllers/Frontend/News/NewsController.php:306
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • NewsController.php#416republica1660μsselect `id`, `title`, `excerpt`, `permalink`, `pub_date`, `is_subscriber_only`, `read_time`, `news_slug` from `news` where `pub_date` between '2025-04-09 21:38:19' and '2025-04-10 21:38:19' and `id` not in (143714) and `status` = 1 order by `view_count` desc limit 3
        Bindings
        • 0: 2025-04-09 21:38:19
        • 1: 2025-04-10 21:38:19
        • 2: 143714
        • 3: 1
        Backtrace
        • app/Http/Controllers/Frontend/News/NewsController.php:416
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:426
        • app/Http/Controllers/Frontend/News/NewsController.php:410
        • app/Http/Controllers/Frontend/News/NewsController.php:315
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • UpdateNewsVisitListener.php#27republica13.1supdate `news` set `view_count` = `view_count` + 1, `news`.`updated_at` = '2025-04-10 21:38:19' where `id` = 143714 and `status` = 1
        Bindings
        • 0: 2025-04-10 21:38:19
        • 1: 143714
        • 2: 1
        Backtrace
        • app/Listeners/UpdateNewsVisitListener.php:27
        • vendor/laravel/framework/src/Illuminate/Foundation/helpers.php:473
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:264
      App\Models\News
      7News.php#?
      App\Models\Attachment
      7Attachment.php#?
      App\Models\Category
      1Category.php#?
      App\Models\Author
      1Author.php#?
          _token
          8WbEDwEeYZgYBgo1JL5r3igUxmUb5b6CvNY3jY6b
          subscriber_only_page
          https://newtest.myrepublica.com/amp/news/gold-price-goes-up-by-rs-300-per-tola
          _previous
          array:1 [ "url" => "https://newtest.myrepublica.com/amp/news/gold-price-goes-up-by-rs-300-per-tola...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /amp/news/gold-price-goes-up-by-rs-300-per-tola
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:24 [ "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "13.59.206.196" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "priority" => array:1 [ 0 => "u=0, i" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjJLWW1ObWtZUlZaZzNCZEhFNHFnMmc9PSIsInZhbHVlIjoiR09mQUdyWWhpVGwxczIvOWJDZHFHUXJjd04reGhZdVgwREI0Um1Sd25mcm1SZ3ZtWlZCYStFR2h5UTE1cmpuYTljZFp1WFpaS1hVWTZnZ1hTbTNRL2g0eENPbGx4QjIwM0N5RG4vcHh4THBkSGViU2pGQ0ZhbDlSbitaQ3pYYmEiLCJtYWMiOiI5ZWEyY2Q1MmEzOTlhMzAxOWQ3ZWZhNzg1ZDEwYzAyM2RjYzAzOTlmZjFhZmEwNmU2NTQ0YzY2MDZiOWRiZDBlIiwidGFnIjoiIn0%3D; republica_session=eyJpdiI6IlZJMS9wVGFvTWh5VzZVdEZqcEdlb0E9PSIsInZhbHVlIjoiZFZkc1dObEF1bXVWeDhSS082dTg3cU9OVjVzdXgxalZYOEd3YTZCWFRTQ29tblQwNjFqRnV5SGFxTjlwKzVoZnlHbVdvTlJNOWdURmx6RCtMUmJYdDFyUVJpdkJGVWorNC9nSllRWWdYNU1GNGxPN3RpNUxpeE5oY3lEMUJ0ZkMiLCJtYWMiOiI3YWEyODYzOThhZTNlYjVmMWJlM2RhMDlhZWNmNmY5NGJhNTk0MjUzMjEwNmFkNjg1OWU5ZTA1M2VjNjgxNGU5IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjJLWW1ObWtZUlZaZzNCZEhFNHFnMmc9PSIsInZhbHVlIjoiR09mQUdyWWhpVGwxczIvOWJDZHFHUXJjd04reGhZdVgwREI0Um1Sd25mcm1SZ3ZtWlZCYStFR2h5UTE1cmpuYTljZFp1W" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "host" => array:1 [ 0 => "newtest.myrepublica.com" ] "x-forwarded-for" => array:1 [ 0 => "13.59.206.196" ] "cf-ray" => array:1 [ 0 => "92e36a81bd60e255-ORD" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "8WbEDwEeYZgYBgo1JL5r3igUxmUb5b6CvNY3jY6b" "republica_session" => "Mgy4Uen1ggqUmV06MjP5uCZ5Vm9184Mf0j9qyeRO" ]
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 10 Apr 2025 15:53:22 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik12NTdxaHUyc2R4alVtMmQ3TVNjNEE9PSIsInZhbHVlIjoiSzVJaTlCbGk4UStGRWZ1YnRRSzZjMHo1RDFXQW9UWEhRYU5hTXNlT0tiaGt1aEdMQURlQmZwNG0zWG5yMFNzWm1HTVNCc1dOOEN5MEx5RkF1a3YrOStrR0NjRVdLNWhYL0toeUhMeC9jQ1JNamxQRXRncW1YWHBmMG93dzc3SEoiLCJtYWMiOiIyNWU1MmM5MmRjOWNkZjAwZjVlMjcxYTEzYzIwZTRlNjA1MTE4OTUwOGJiNGUzMDAzNDEyZjFmMTI4MGYwOTMxIiwidGFnIjoiIn0%3D; expires=Fri, 10 Apr 2026 15:53:22 GMT; Max-Age=31536000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ik12NTdxaHUyc2R4alVtMmQ3TVNjNEE9PSIsInZhbHVlIjoiSzVJaTlCbGk4UStGRWZ1YnRRSzZjMHo1RDFXQW9UWEhRYU5hTXNlT0tiaGt1aEdMQURlQmZwNG0zWG5yMFNzWm1HTVNCc" 1 => "republica_session=eyJpdiI6ImRRa0o3UndsRjRxdUR1VnhkdExpOUE9PSIsInZhbHVlIjoibjQ1bGRBN001T25NS3krenNITXNsTnJyK0J3ODk1cWRDQ1BuanlJV05HSUU3QVAyenQyWG4xNnoreGgrSUFrOGpYTzUxUVJpZXQ5akNNZzhoTTV5RGJ0QkcxQUp4STJxWVN3ZGoyYzJCNHN1YmlHM1c4eGZRWkRlbHYxWDRYL3QiLCJtYWMiOiJkZGYxOWU5ZGYwZTRkNDgwNmI1YTE1NjY5MjI0OGFhNTVkNGY5YWU2NTkxYWJiYTEwNjFhY2M2NTNmNTI3MGE2IiwidGFnIjoiIn0%3D; expires=Fri, 10 Apr 2026 15:53:22 GMT; Max-Age=31536000; path=/; secure; httponly; samesite=laxrepublica_session=eyJpdiI6ImRRa0o3UndsRjRxdUR1VnhkdExpOUE9PSIsInZhbHVlIjoibjQ1bGRBN001T25NS3krenNITXNsTnJyK0J3ODk1cWRDQ1BuanlJV05HSUU3QVAyenQyWG4xNnoreGgrSUFrOG" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik12NTdxaHUyc2R4alVtMmQ3TVNjNEE9PSIsInZhbHVlIjoiSzVJaTlCbGk4UStGRWZ1YnRRSzZjMHo1RDFXQW9UWEhRYU5hTXNlT0tiaGt1aEdMQURlQmZwNG0zWG5yMFNzWm1HTVNCc1dOOEN5MEx5RkF1a3YrOStrR0NjRVdLNWhYL0toeUhMeC9jQ1JNamxQRXRncW1YWHBmMG93dzc3SEoiLCJtYWMiOiIyNWU1MmM5MmRjOWNkZjAwZjVlMjcxYTEzYzIwZTRlNjA1MTE4OTUwOGJiNGUzMDAzNDEyZjFmMTI4MGYwOTMxIiwidGFnIjoiIn0%3D; expires=Fri, 10-Apr-2026 15:53:22 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ik12NTdxaHUyc2R4alVtMmQ3TVNjNEE9PSIsInZhbHVlIjoiSzVJaTlCbGk4UStGRWZ1YnRRSzZjMHo1RDFXQW9UWEhRYU5hTXNlT0tiaGt1aEdMQURlQmZwNG0zWG5yMFNzWm1HTVNCc" 1 => "republica_session=eyJpdiI6ImRRa0o3UndsRjRxdUR1VnhkdExpOUE9PSIsInZhbHVlIjoibjQ1bGRBN001T25NS3krenNITXNsTnJyK0J3ODk1cWRDQ1BuanlJV05HSUU3QVAyenQyWG4xNnoreGgrSUFrOGpYTzUxUVJpZXQ5akNNZzhoTTV5RGJ0QkcxQUp4STJxWVN3ZGoyYzJCNHN1YmlHM1c4eGZRWkRlbHYxWDRYL3QiLCJtYWMiOiJkZGYxOWU5ZGYwZTRkNDgwNmI1YTE1NjY5MjI0OGFhNTVkNGY5YWU2NTkxYWJiYTEwNjFhY2M2NTNmNTI3MGE2IiwidGFnIjoiIn0%3D; expires=Fri, 10-Apr-2026 15:53:22 GMT; path=/; secure; httponlyrepublica_session=eyJpdiI6ImRRa0o3UndsRjRxdUR1VnhkdExpOUE9PSIsInZhbHVlIjoibjQ1bGRBN001T25NS3krenNITXNsTnJyK0J3ODk1cWRDQ1BuanlJV05HSUU3QVAyenQyWG4xNnoreGgrSUFrOG" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "8WbEDwEeYZgYBgo1JL5r3igUxmUb5b6CvNY3jY6b" "subscriber_only_page" => "https://newtest.myrepublica.com/amp/news/gold-price-goes-up-by-rs-300-per-tola" "_previous" => array:1 [ "url" => "https://newtest.myrepublica.com/amp/news/gold-price-goes-up-by-rs-300-per-tola" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-10 21:38:22GET/amp/news/gold-price-goes-up-by-rs-300-per-tola11016