Skip to content
/ bls Public
forked from OliverSherouse/bls

A Python library for the Bureau of Labor Statistics API

License

Notifications You must be signed in to change notification settings

jcress/bls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bls

A Python library for the Bureau of Labor Statistics API.

Use the function get_series() to retrieve data. get_series() has three arguments: a series id or sequence of series ids, a start year, and an end year.

Note that you cannot currently retrieve more than ten years of data. By default, the last ten years are retrieved. You can specify only the start year to retrieve the ten years following, only the end year to retrieve the ten: previous years, or both to retrieve some smaller range.

bls is a new module and undergoing very rapid development. Look for new features in the near future, and report bugs at <https://github.com/OliverSherouse/bls/issues>.

About

A Python library for the Bureau of Labor Statistics API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%