
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
vengeance-currency-api
Advanced tools
Welcome to the Currency API, a powerful and easy-to-use RESTful API designed to provide comprehensive currency symbols and codes for various countries around the globe. This API is perfect for developers looking to integrate currency information into their applications.
To get started, clone the repository to your local machine:
git clone https://github.com/preetham-1811/currency-api.git cd currency-api
Next, install the required dependencies using pip:
pip install -r requirements.txt
To run the API, follow these steps:
CurrencyAPI
class from the package.run
method to start the server.from vengeance_currency_api import CurrencyAPI
api = CurrencyAPI()
Once the server is running, you can access the API endpoints.
get_currency_by_country("{country_name}")
{ "symbol": "$", "code": "USD" }
get_countries_by_code({code})
{
"countries": [
"Spain",
"United Kingdom"
]
}
search_currency({country_name} or {code})
[
{"Country": "Austria", "Code": "EUR"},
{"Country": "Belgium", "Code": "EUR"},
...
]
convert_currency({amount}, {from_code}, {to_code})
{
"converted_amount": 168.173004
}
We welcome contributions! If you'd like to contribute to the Currency API, please fork the repository and submit a pull request. Your help in improving this API is greatly appreciated!
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions or need support, feel free to open an issue on GitHub or reach out directly.
Feel free to adjust any sections or add more details specific to your project! This structure provides clear guidance and encourages engagement with the API.
FAQs
Library for currencies of countries across the world.
We found that vengeance-currency-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.