Skip to content

This repository contains sales tax information for all the Canadian provinces and territories in JSON format.

License

Notifications You must be signed in to change notification settings

wiredmax/canadian-sales-tax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Canadian sales tax in JSON. This repository contains sales tax information for all the Canadian provinces and territories in JSON format.

##Example

{
    "QC": {
        "name": "Quebec",
        "taxes": [
          {
              "code": "GST",
              "name": "Goods and Services Tax",
              "type": "federal",
              "tax": 0.05
          },
          {
              "code": "QST",
              "name": "Quebec Sales Tax",
              "type": "provincial",
              "tax": 0.09975
          },
        ],
    }
}

How to contribute?

You can simply submit a pull request and I'll gladly review them and merge them if the changes are acceptable.

  • Indent using spaces with a tab width of 4 in the json5 source.
  • Make sure to rebuild the distribution version by executing grunt before submiting a pull request.

Change log

See the change log.

To do

  • All the taxes rates of the provinces and territories of Canada.
  • More formats such as XML, YAML and CSV.

Sources

http://www.canadabusiness.ca/eng/page/2651/

License

See LICENSE.

A Mari Usque Ad Mare

About

This repository contains sales tax information for all the Canadian provinces and territories in JSON format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published