-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistence in responses of endpoints for specific date and for dates range when start date is weekend #71
Comments
To add on to this - https://api.frankfurter.app/2024-11-02..2024-11-03 will just return an error |
Noted, I’ll look at both shortly and get back with an update. Thanks! |
The other interesting case is when start time/end time is Monday and it's today actually. If there is no exchange rate for this date yet, we need to get it from last Friday, but the request will return |
This endpoint should now work as expected, thanks for all the input! |
There is some inconsistence in responses of the following endpoints, for example:
The first one returns rates for
2024-11-01
which is last work day before2024-11-03
and this is right data to work with. But second endpoint returns rates only for2024-11-04
and data for2024-11-01
is absent. Using rates from2024-11-01
to exchange prices for date2024-11-03
is more correctly than using rates from2024-11-04
.The text was updated successfully, but these errors were encountered: