Git Product home page Git Product logo

vat-rates's Introduction

JSONVAT

This is a continuation of adamcooke/vat-rates, which was archived and is no longer maintained. I do not intend to keep this project updated by doing my own research, but will depend on your PRs to keep the infomation up to date.

Instead of hosting the json on jsonvat.com, as Adam did before, this fork only contains JSON versions of all countries, and no ruby files. The json files can be used directly from here.

Adam still has his JSON-vat ruby project online, which you can configure to point to the file above, if you are using ruby. You can override json-vat to point at this file, by overriding the module with

  @host ||= 'https://raw.githubusercontent.com/paulluuk/vat-rates/master/vat_rates.json'

If you are using Python, have a look at example_Fetch.py on how to extract the value you want.

Important Notes

This information is provided on an as-is basis. The authors or contributors cannot be held responsible for its accuracy or completeness. You use the data provided here entirely at your own risk.

Updating VAT Rates

As I do not intend to keep VAT rates up to date myself, any pull requests with updated information will be gratefully received. To add a new VAT rate, simply add a period section to the appropriate file in the rates_json directory. For example:

    {
      "rates": {
        "reduced": 5.0,
        "standard": 16.0
      },
      "effective_from": "2020-07-01"
    }

I will then manually run combine_rates.py as a two-step process to ensure quality.

vat-rates's People

Contributors

adamcooke avatar bpolaszek avatar dannyvankooten avatar ihatemornings avatar kevindierkx avatar lantins avatar mark-h avatar paulluuk avatar pl-jankowskimichal avatar vanderhoorn avatar wojtha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.