.so Domain Price Comparison

Find the cheapest registration, renewal, and transfer prices for .so domains across major registrars. Compare prices from 8 registrars with an average registration price of $76.15.

Registration
$-
Renewal
$88.57
#5 best price
Transfer
$-
5-Year Total
$-
dynadot
Best Registration Best Renew Best Value
Registration
$57.50
#1 best price
Renewal
$57.50
#1 best price
Transfer
$57.50
#1 best price
5-Year Total
$287.50
#1 best value
Registration
$62.99
#2 best price
Renewal
$68.99
#3 best price
Transfer
$69.29
#2 best price
5-Year Total
$338.95
#2 best value
Registration
$64.98
#3 best price
Renewal
$68.98
#2 best price
Transfer
$128.98
#6 best price
5-Year Total
$340.90
#3 best value
Registration
$78.65
#5 best price
Renewal
$78.65
#4 best price
Transfer
$78.65
#3 best price
5-Year Total
$393.25
#4 best value
Registration
$99.00
#6 best price
Renewal
$99.00
#6 best price
Transfer
$99.00
#4 best price
5-Year Total
$495.00
#5 best value
Registration
$99.95
#7 best price
Renewal
$99.95
#7 best price
Transfer
$99.95
#5 best price
5-Year Total
$499.75
#6 best value
Registration
$69.99
#4 best price
Renewal
$129.99
#8 best price
Transfer
$129.99
#7 best price
5-Year Total
$589.95
#7 best value

.so Domain API Integration Examples

Integrate .so domain pricing into your application with our Domain Intelligence API. All examples use real data from our database of 8 registrars.

Learn more about the API

Find the 5 Cheapest Registrars for .so Domains

Get the top 5 most affordable registrars for .so registration via API. Compare prices instantly without visiting multiple websites.

curl "https://api.tldspy.com/api/v1/client/prices/cheapest?tlds=so&limit=5" \
  -H "X-API-Key: YOUR_API_KEY"
View API Response

            {
  "results": {
    "so": {
      "cheapest_register": [
        {
          "rank": 1,
          "registrar_name": "dynadot",
          "registrar_key": "dynadot",
          "register_price": 57.5,
          "renew_price": 57.5,
          "total_cost_5_year": 287.5
        },
        {
          "rank": 2,
          "registrar_name": "ovhcloud",
          "registrar_key": "ovhcloud",
          "register_price": 62.99,
          "renew_price": 68.99,
          "total_cost_5_year": 338.95
        },
        {
          "rank": 3,
          "registrar_name": "namecheap",
          "registrar_key": "namecheap",
          "register_price": 64.98,
          "renew_price": 68.98,
          "total_cost_5_year": 340.9
        },
        {
          "rank": 4,
          "registrar_name": "gname",
          "registrar_key": "gname",
          "register_price": 69.99,
          "renew_price": 129.99,
          "total_cost_5_year": 589.95
        },
        {
          "rank": 5,
          "registrar_name": "eurodns",
          "registrar_key": "eurodns",
          "register_price": 78.65,
          "renew_price": 78.65,
          "total_cost_5_year": 393.25
        }
      ],
      "registrar_count": 8
    }
  },
  "meta": {
    "total_tlds": 1,
    "tier": "basic"
  }
}
          

Compare .so Renewal Prices Across Top Registrars

Compare renewal costs for .so domains across leading registrars. Avoid surprise price increases by checking long-term costs.

curl "https://api.tldspy.com/api/v1/client/prices?tlds=so&registrars=dynadot,namecheap,ovhcloud" \
  -H "X-API-Key: YOUR_API_KEY"
View API Response

            {
  "results": {
    "so": {
      "dynadot": {
        "register_price": 57.5,
        "renew_price": 57.5,
        "transfer_price": 57.5,
        "last_updated": "2026-02-25T11:12:00.958Z"
      },
      "namecheap": {
        "register_price": 64.98,
        "renew_price": 68.98,
        "transfer_price": 128.98,
        "last_updated": "2026-02-25T11:12:00.958Z"
      },
      "ovhcloud": {
        "register_price": 62.99,
        "renew_price": 68.99,
        "transfer_price": 69.29,
        "last_updated": "2026-02-25T11:12:00.958Z"
      }
    }
  },
  "stats": {
    "total_tlds": 1,
    "time_elapsed": "1.2ms",
    "last_updated": "2026-02-25T11:12:00.958Z"
  }
}
          

See Which Registrars Sell .so Domains

Discover all 8 registrars offering .so registration with current pricing.

curl "https://api.tldspy.com/api/v1/client/registrars/tld/so?include_prices=true" \
  -H "X-API-Key: YOUR_API_KEY"
View API Response

            {
  "tld": "so",
  "registrar_count": 8,
  "registrars": [
    {
      "name": "dynadot",
      "key": "dynadot",
      "website_url": "https://tldspy.com/registrar/dynadot",
      "prices": {
        "register": 57.5,
        "renew": 57.5,
        "transfer": 57.5
      }
    },
    {
      "name": "ovhcloud",
      "key": "ovhcloud",
      "website_url": "https://tldspy.com/registrar/ovhcloud",
      "prices": {
        "register": 62.99,
        "renew": 68.99,
        "transfer": 69.29
      }
    },
    {
      "name": "namecheap",
      "key": "namecheap",
      "website_url": "https://tldspy.com/registrar/namecheap",
      "prices": {
        "register": 64.98,
        "renew": 68.98,
        "transfer": 128.98
      }
    },
    {
      "name": "gname",
      "key": "gname",
      "website_url": "https://tldspy.com/registrar/gname",
      "prices": {
        "register": 69.99,
        "renew": 129.99,
        "transfer": 129.99
      }
    },
    {
      "name": "eurodns",
      "key": "eurodns",
      "website_url": "https://tldspy.com/registrar/eurodns",
      "prices": {
        "register": 78.65,
        "renew": 78.65,
        "transfer": 78.65
      }
    }
  ],
  "message": "Full list available via API"
}
          

Ready to integrate domain pricing?

Get your API key and access real-time pricing for 2,100+ TLDs across 50+ registrars.

.so Domain Registration Guide

Price Analysis

The .so domain extension currently has 8 registrars offering registration services. The average registration price is $76.15.

  • Cheapest registration: $ 57.50 at dynadot
  • Best renewal rate: $ 57.50 at dynadot
  • Best 5-year value: $ 287.50 at dynadot

Registration Tips

When registering a .so domain, consider these factors:

  • Compare both registration and renewal prices
  • Check the registrar's reputation and features
  • Consider long-term costs if planning to keep the domain
  • Look for bundled services (hosting, email, SSL)