mortada / fredapi

Python API for FRED (Federal Reserve Economic Data) and ALFRED (Archival FRED)
Apache License 2.0
902 stars 159 forks source link

Cannot Obtain LIBOR Quotes by ID(33003) #39

Closed rubikscube09 closed 3 years ago

rubikscube09 commented 3 years ago

Hello,

First of all I wanted to say this is a great package! However I seem to get an error when running fred.search_by_category(33003) which corresponds to getting LIBOR rates from the FRED site. In particular I get ValueError: No series exists for category id: 33003 when the series do exist and can be found at: https://fred.stlouisfed.org/categories/33003

Liam3851 commented 3 years ago

LIBOR is no longer free via API access due to licensing restrictions from ICE, see #33, #34, #35.

rubikscube09 commented 3 years ago

Thanks - closed!