https://github.com/Al-Muhandis/CurrencyRates
Currency rates wrappers
https://github.com/Al-Muhandis/CurrencyRates
api centrobank cryptocompare cryptocurrency freepascal lazarus pascal rates-exchange-api valutes
Last synced: 4 months ago
JSON representation
Currency rates wrappers
- Host: GitHub
- URL: https://github.com/Al-Muhandis/CurrencyRates
- Owner: Al-Muhandis
- License: mit
- Created: 2021-09-15T08:02:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T07:40:25.000Z (about 1 year ago)
- Last Synced: 2025-02-01T08:27:07.615Z (about 1 year ago)
- Topics: api, centrobank, cryptocompare, cryptocurrency, freepascal, lazarus, pascal, rates-exchange-api, valutes
- Language: Pascal
- Homepage:
- Size: 68.4 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Currency rates
Currency rates wrappers for crypto coins and valutes
The unit `cryptocompare.pas`: crypto currencies rates via CryptoCompare.com API.
The unit `cbrvalutes.pas`: valutes rates via cbr.ru API (The Central Bank of the Russian Federation rates).
Access rates via the `_cbrvalutes` and `_CryptoCompare` objects. Data updates are thread-safe. You don't have to be afraid to frequently access objects, since requests are cached in memory and access is carried out as necessary. There is an example of using it in the repository