summaryrefslogtreecommitdiff
path: root/searx/data/currencies.json
AgeCommit message (Collapse)Author
2022-12-29Update searx.data - update_currencies.pydalf
2022-11-29Update searx.data - update_currencies.pydalf
2022-10-29Update searx.data - update_currencies.pydalf
2022-09-29Update searx.data - update_currencies.pydalf
2022-08-29Update searx.data - update_currencies.pydalf
2022-07-29Update searx.data - update_currencies.pydalf
2022-07-02Update searx.data - update_currencies.pyMarkus Heiser
./manage pyenv.cmd python ./searxng_extra/update/update_currencies.py Closes: https://github.com/searxng/searxng/pull/1375 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-06-01Update searx.data - update_currencies.pydalf
2022-05-01Update searx.data - update_currencies.pydalf
2022-04-01Update searx.data - update_currencies.pydalf
2022-03-01Update searx.data - update_currencies.pydalf
2022-02-01Update searx.data - update_currencies.pydalf
2022-01-01Update searx.data - update_currencies.pydalf
2021-12-01Update searx.data - update_currencies.pydalf
2021-11-01Update searx.data - update_currencies.pydalf
2021-10-01Update searx.data - update_currencies.pydalf
2021-09-01Update searx.data - update_currencies.pydalf
2021-08-01Update searx.data - update_currencies.pydalf
2021-06-01Update searx.data - update_currencies.pydalf
2021-05-01Update searx.data - update_currencies.pydalf
2021-04-01Update searx.data - update_currencies.pydalf
2021-03-05Update searx.data - update_currencies.pydalf
2021-02-26Update searx.data - currenciesdalf
2021-02-23[mod] update currencies.json and fetch_currencies.pyAlexandre Flament
use a sparql request on wikidata to get the list of currencies. currencies.json contains the translation for all supported searx languages. Supersede #993
2018-04-22switched currency convert to duckduckgo and added Bitcoin to currency listrinpatch
2015-05-12[enh] currency_convert engine: user can write "1 dollars in euros" instead ↵Alexandre Flament
of "1 USD in EUR". The currency names are fetched wikidata and store into a static file : searx/data/currencies.json This file is loaded when the currency_converter is loaded. A database is perhaps more appropiated.