2024-09-21 20:42:44 +03:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< title > Kekkai< / title >
< meta name = "author" content = "Redume" >
< meta name = "description" content = "API providing historical currency data" >
< meta name = "keywords" content = "kekkai, currency, exchange rate, api exchange rate, cryptocurrency api rate, fiat api rate" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link type = "text/css" rel = "stylesheet" href = "/static/styles/index.css" >
< / head >
< body >
2024-09-22 14:57:59 +03:00
< div class = "banner" >
< div class = "banner-img" >
< img src = "/static/assets/kekkai.svg" alt = "Kekkai title" >
< / div >
< p class = "desc" > The first < a style = "color: #69C9FF" > free Open-Source< / a > Tool for Saving Historical Currency data< / p >
2024-09-21 20:42:44 +03:00
< / div >
2024-09-22 14:57:59 +03:00
< p class = "desc-xl" > It is a simple tool for collecting historical currency data from open sources, with the ability to create currency exchange rate charts. Cryptocurrencies and fiat currency are supported< / p >
< div class = "features-container" >
< div class = "features" >
< svg width = "64px" height = "64px" viewBox = "0 0 24 24" xmlns = "http://www.w3.org/2000/svg" fill = "#ffffff" >
< g id = "SVGRepo_bgCarrier" stroke-width = "0" > < / g >
< g id = "SVGRepo_tracerCarrier" stroke-linecap = "round" stroke-linejoin = "round" > < / g >
< g id = "SVGRepo_iconCarrier" > < g > < path fill = "none" d = "M0 0H24V24H0z" > < / path >
< path d = "M12 2c5.523 0 10 4.477 10 10 0 4.4-2.841 8.136-6.789 9.473l-.226.074-2.904-7.55C13.15 13.95 14 13.054 14 12c0-1.105-.895-2-2-2s-2 .895-2 2c0 1.077.851 1.955 1.917 1.998l-2.903 7.549-.225-.074C4.84 20.136 2 16.4 2 12 2 6.477 6.477 2 12 2zm0 2c-4.418 0-8 3.582-8 8 0 2.92 1.564 5.475 3.901 6.872l1.48-3.849C8.534 14.29 8 13.207 8 12c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.207-.535 2.29-1.38 3.023.565 1.474 1.059 2.757 1.479 3.85C18.435 17.475 20 14.92 20 12c0-4.418-3.582-8-8-8z" > < / path > < / g > < / g >
< / svg >
< p class = "text" > Free & Open-Source< / p >
< / div >
< div class = "features" >
< svg width = "64px" height = "64px" viewBox = "0 0 24 24" fill = "none" xmlns = "http://www.w3.org/2000/svg" stroke = "#ffffff" >
< g id = "SVGRepo_bgCarrier" stroke-width = "0" > < / g >
< g id = "SVGRepo_tracerCarrier" stroke-linecap = "round" stroke-linejoin = "round" > < / g >
< g id = "SVGRepo_iconCarrier" >
< path d = "M12 18V12M12 12L16 7M12 12L8 7M16 12H8M15.5 15H8.5M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke = "#ffffff" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" > < / path >
< / g >
< / svg >
< p class = "text" > Support for fiat currency and cryptocurrencies< / p >
< / div >
< div class = "features" >
< svg width = "64px" height = "64px" viewBox = "0 0 24 24" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
< g id = "SVGRepo_bgCarrier" stroke-width = "0" / >
< g id = "SVGRepo_tracerCarrier" stroke-linecap = "round" stroke-linejoin = "round" / >
< g id = "SVGRepo_iconCarrier" > < path d = "M16 11V16M8 11V16M12 8V16M7 21H17C19.2091 21 21 19.2091 21 17V7C21 4.79086 19.2091 3 17 3H7C4.79086 3 3 4.79086 3 7V17C3 19.2091 4.79086 21 7 21Z" stroke = "#ffffff" stroke-width = "2" stroke-linecap = "round" / > < / g >
< / svg >
< p class = "text" > Creating graphs< / p >
< / div >
< / div >
< footer >
< p > Kekkai, Copyright © 2024 Redume. License under < a href = "https://github.com/Redume/Kekkai/blob/main/LICENSE" > GPLv3< / a > < / p >
< / footer >
2024-09-21 20:42:44 +03:00
< / body >
< / html >