Skip to content

jfajardo/TRM-Colombia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

23 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ API Rest TRM Colombia

Build Status

This api returns the value of a dollar on a certain date, this information is obtained from the Web Service that the Financial Superintendence of Colombia has developed, which can be verified on this link: See SOAP - Web Service

How work?

Only pass the date in format YYY-MM-DD to URL

https://trm-colombia.vercel.app/?date=2018-12-31

and return a JSON object:

{
    "data":{
        "unit":"COP",
        "validityFrom":"2019-02-02T05:00:00.000Z",
        "validityTo":"2019-02-04T05:00:00.000Z",
        "value":3102.61,
        "success":true
    },
    "dev":"Jonhatan Fajardo",
    "web":"www.makaw.dev"
}

License

MIT

Developed by Makaw Dev

About

๐Ÿ‡จ๐Ÿ‡ด API Rest - Return TRM Colombia

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published