DEV Community

웹학교
웹학교

Posted on • Edited on

API를 이용하여 네이버나 다음같은 환율 적용하기

전세계 환율 변동을 API를 이용하여 사이트에 반영할 수 있습니다.

환율API

다양한 프로그래밍 언어로 적용할 수 있도록 API를 제공하고 친절한 예제도 제공합니다.

월 1.5K 요청까지는 무료입니다.

PHP를 이용한 네이버나 다음같은 환율정보를 구현한 예는

여기에서 볼 수 있습니다.

나라와 금액을 변동해 가면서 환율을 확인할 수 있습니다.

다만, 네이버나 다음은 실시간 환율변동을 반영하지만
이 API를 이용할 경우 0시전후를 기준으로 24시간 간격으로 제공합니다.

Top comments (0)

Billboard image

Try REST API Generation for Snowflake

DevOps for Private APIs. Automate the building, securing, and documenting of internal/private REST APIs with built-in enterprise security on bare-metal, VMs, or containers.

  • Auto-generated live APIs mapped from Snowflake database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay