Skip to main content

A Python client for Dados de Mercado

Project description

Dados de Mercado

This is a Python Client for Dados de Mercado's API.

Instalation

pip3 install dmapi

Usage

You will need a token to access the API endpoints. Go to the documentation page (in portuguese) to generate one.

Usage example

from dmapi import DMAPI

dm = DMAPI(token='c8cad35b0376c8f6bcb46614f80d9443')  # Set your token here

print(dm.companies())

Available calls

Please refer to the documentation for more details on the parameters available on each call.

  • dm.companies()
  • dm.company(company_slug)
  • dm.financials(company_slug, [type, offset, limit])
  • dm.ratios(company_slug, [type, offset, limit, market])
  • dm.tickers()
  • dm.ticker(ticker, [from_date, to_date])
  • dm.price_indexes([from_date, to_date])
  • dm.selic()

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

dmapi-0.0.1.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

dmapi-0.0.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

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