Skip to content

Commit

Permalink
Merge pull request #12 from jonathaneunice/master
Browse files Browse the repository at this point in the history
Added Nigerian Naira currency
  • Loading branch information
lsbardel authored Aug 4, 2019
2 parents 068cf68 + fa30ac3 commit 45b7953
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ccy/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ def make_ccys(db):
insert('EGP', '818', 'EP', 550,
'Egyptian Pound', dfr, 'EG',
symbol=r'\u00a3', html='£')
insert('NGN', '566', 'NG', 650,
'Nigerian Naira', dfr, 'NG',
symbol=r'\u20a6', html='₦')
insert('ZAR', '710', 'SA', 750,
'South African Rand', dfr, 'ZA', 'ACT/365', 'ACT/365',
symbol=r'R', html='R')
Expand Down

0 comments on commit 45b7953

Please sign in to comment.