{"id":16535853,"url":"https://github.com/offish/firi","last_synced_at":"2025-07-19T06:05:02.485Z","repository":{"id":57429742,"uuid":"405951922","full_name":"offish/firi","owner":"offish","description":"Interact with Firi's API, a Nordic crypto exchange.","archived":false,"fork":false,"pushed_at":"2022-06-18T21:20:44.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T14:04:23.871Z","etag":null,"topics":["crypto","crypto-api","crypto-exchange","crypto-exchange-api","cryptocurrencies","cryptocurrency","cryptocurrency-exchanges","firi","krypto","miraiex"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/offish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-13T11:50:56.000Z","updated_at":"2023-05-01T15:53:26.000Z","dependencies_parsed_at":"2022-08-26T02:42:23.627Z","dependency_job_id":null,"html_url":"https://github.com/offish/firi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/offish/firi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offish%2Ffiri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offish%2Ffiri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offish%2Ffiri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offish%2Ffiri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/offish","download_url":"https://codeload.github.com/offish/firi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offish%2Ffiri/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265895982,"owners_count":23845415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crypto","crypto-api","crypto-exchange","crypto-exchange-api","cryptocurrencies","cryptocurrency","cryptocurrency-exchanges","firi","krypto","miraiex"],"created_at":"2024-10-11T18:29:05.254Z","updated_at":"2025-07-19T06:05:02.452Z","avatar_url":"https://github.com/offish.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firi\r\n[![Version](https://img.shields.io/pypi/v/firi.svg)](https://pypi.org/project/firi)\r\n[![Stars](https://img.shields.io/github/stars/offish/firi.svg)](https://github.com/offish/firi/stargazers)\r\n[![Issues](https://img.shields.io/github/issues/offish/firi.svg)](https://github.com/offish/firi/issues)\r\n[![Size](https://img.shields.io/github/repo-size/offish/firi.svg)](https://github.com/offish/firi)\r\n[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\r\n\r\nPython package for interacting with [Firi](https://firi.com/affiliate/?referral=01f67b69)'s [API](https://developers.firi.com/#/).\r\n\r\nNon-refferal link [here](https://firi.com).\r\n\r\n**THIS PACKAGE DOES NOT CURRENTLY SUPPORT PRIVATE ENDPOINTS.**\r\n\r\n## Installation\r\nInstall and update using pip\r\n```text\r\npip install --upgrade firi\r\n```\r\n\r\n## Usage\r\n```python\r\n\u003e\u003e\u003e from firi import Firi, floatify, BITCOIN, XRP\r\n\r\n\u003e\u003e\u003e firi = Firi()\r\n\r\n\u003e\u003e\u003e firi.get_market(BITCOIN) # or get_prices(BTC) or \"BTCNOK\". Predefined tickers can be found in markets.py\r\n{'last': '480408.40', 'high': '533400.00', 'change': '-7.77', 'low': '460000.00', 'volume': '46.86'}\r\n\r\n\u003e\u003e\u003e firi.get_markets() # or get_tickers()\r\n[{'id': 'BTCNOK', 'last': '473000.20', 'high': '533400.00', 'change': '-9.25', 'low': '460000.00', 'volume': '47.21'}, ...]\r\n\r\n\u003e\u003e\u003e floatify(firi.get_market(XRP))\r\n{'last': 9.4, 'high': 10.95, 'change': -14.16, 'low': 7.44, 'volume': 1291258.8}\r\n```\r\n\r\n## Documentation\r\nFiri's official documentation can be found [here](https://developers.firi.com/#/README).\r\n\r\n## Donate\r\nBTC: 37hb1eSbodHcKBdH2RbVenbFhkVVGXG2z5\r\n\r\nETH: 0x7862b653d13f2e08df6ee129041511d01a3a0f59\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffish%2Ffiri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffish%2Ffiri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffish%2Ffiri/lists"}