Skip to main content

Python wrapper para o webservice do SGS - Sistema Gerenciador de Series Temporais do Banco Central do Brasil.

Project description

https://img.shields.io/pypi/v/sgs.svg https://img.shields.io/pypi/l/sgs.svg https://img.shields.io/pypi/pyversions/sgs.svg https://img.shields.io/pypi/dm/sgs.svg https://github.com/rafpyprog/pySGS/actions/workflows/tests.yml/badge.svg codecov.io Read the docs!

pic 1 SGS

Introduction

This library provides a pure Python interface for the Brazilian Central Bank’s Time Series Management System (SGS) api. It works with Python 3.5 and above.

SGS is a service with more than 18,000 time series with economical and financial information. This library is intended to make it easier for Python programmers to use this data in projects of any kind, providing mechanisms to search for, extract and join series.

Quickstart

Access time series data with sgs is very simple

Begin by importing the sgs module:

import sgs

Now, let’s try to get a time serie. For this example, let’s get the “Interest rate - CDI” time serie in 2018, wich has the code 12.

CDI_CODE = 12
ts = sgs.time_serie(CDI_CODE, start='02/01/2018', end='31/12/2018')

Now, we have a Pandas Series object called ts, with all the data and the index representing the dates.

ts.head()

2018-01-02

0.026444

2018-01-03

0.026444

2018-01-04

0.026444

2018-01-05

0.026444

2018-01-08

0.026444

Feature Suport

  • Get time serie data with an one-liner using sgs.time_serie

  • Create a dataframe from a list of time series codes with sgs.dataframe

  • Search time series by text or code with sgs.search_ts

  • Get metadata from all the series in a dataframe using sgs.metadata

  • Support to search and metadata in English and Portuguese

  • Automatic retry

  • Automatic cached requests

Installation

To install, simply use pip:

$ pip install sgs

Documentation

Complete documentation is available at https://pysgs.readthedocs.io/en/stable/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sgs-3.0.0.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sgs-3.0.0-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file sgs-3.0.0.tar.gz.

File metadata

  • Download URL: sgs-3.0.0.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for sgs-3.0.0.tar.gz
Algorithm Hash digest
SHA256 4eab9c7372ff37bedae03926dc135c682307f4d116ca84af62cbfc16512bc30d
MD5 8d7a458ea57b301e2beb9db8f3365f3a
BLAKE2b-256 285cb51664d3294fb3f265bc3df22c2fd6cec514dcb50128c2dd17d01c8ec159

See more details on using hashes here.

File details

Details for the file sgs-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: sgs-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for sgs-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b3fd81546165910c9bfe1838929ca6a6b8d1574a3f365aa9aaadc6d4212ebaaa
MD5 91a8b5a53cc432aa97fb9a9935853798
BLAKE2b-256 d41874e1f67ea6c1eb51694d5da0db4db6086fc7099f237408b59f8f95b8f662

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page