We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The problem is that probably due to a change in the update logic of Table B (https://nbp.pl/statystyka-i-sprawozdawczosc/kursy/informacja-o-terminach-publikacji-kursow-walut) , currently Table B is empty (https://api.nbp.pl/api/exchangerates/tables/B/2024-08-04/2024-08-05) and this causes a problem also with retrieving data from Table A in this method:
nbp-php/src/Service/CurrencyAverageRatesService.php
Line 49 in 7734e5e
The text was updated successfully, but these errors were encountered:
$currencyAverages->fromDayBefore('2024-08-01')->fromTable('A')->getRate('EUR');
HTTP/1.1 404 Not Found - Brak danych returned for "https://api.nbp.pl/api/exchangerates/tables/B/2024-08-01/2024-08-06".
@maciej-sz projekt jest porzucony?
Sorry, something went wrong.
#15 - fix for missing tableB
1394bc3
#15 - static fixes
6f3dd31
77ec412
#15 fix for missing table B (#18)
65bde11
* #15 - fix for missing table B
fromDay
fromTable
Successfully merging a pull request may close this issue.
The problem is that probably due to a change in the update logic of Table B (https://nbp.pl/statystyka-i-sprawozdawczosc/kursy/informacja-o-terminach-publikacji-kursow-walut) , currently Table B is empty (https://api.nbp.pl/api/exchangerates/tables/B/2024-08-04/2024-08-05) and this causes a problem also with retrieving data from Table A in this method:
nbp-php/src/Service/CurrencyAverageRatesService.php
Line 49 in 7734e5e
The text was updated successfully, but these errors were encountered: