mortada / fredapi

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

Get series with realtime #11

Open elmotec opened 9 years ago

elmotec commented 9 years ago

Hey @mortada, this is a PR to address the issue I mentioned in https://github.com/mortada/fredapi/issues/9. That's only the part that handle realtime_start and realtime_end as first class citizens in get_series().

I should have get_dataframe() (to query multiple series in one call at specific times) ready sometimes in October.

mortada commented 9 years ago

please rebase

elmotec commented 9 years ago

Rebased.