Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raniellyferreira/economy-api
API de cotações em tempo real com mais de 150 moedas
https://github.com/raniellyferreira/economy-api
api api-rest bitcoin coin currency dolar economy euro exchange moeda rates real realtime streaming
Last synced: 6 days ago
JSON representation
API de cotações em tempo real com mais de 150 moedas
- Host: GitHub
- URL: https://github.com/raniellyferreira/economy-api
- Owner: raniellyferreira
- Created: 2016-04-16T15:03:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T17:43:15.000Z (about 1 month ago)
- Last Synced: 2025-01-09T03:31:53.798Z (13 days ago)
- Topics: api, api-rest, bitcoin, coin, currency, dolar, economy, euro, exchange, moeda, rates, real, realtime, streaming
- Homepage: https://docs.awesomeapi.com.br/api-de-moedas
- Size: 19.5 KB
- Stars: 259
- Watchers: 10
- Forks: 21
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://awesomeapi.com.br/)
# API de Cotações
API de Cotações em tempo real com mais de 150 moedas### Veja sobre planos e limites em nosso site [https://awesomeapi.com.br/](https://awesomeapi.com.br/)
### Veja toda a documentação em [https://docs.awesomeapi.com.br/](https://docs.awesomeapi.com.br/)
## Exemplo de uso
Retornar moedas selecionadas
```sh
$ curl https://economia.awesomeapi.com.br/json/last/USD-BRL,EUR-BRL
```
```json
{
"USDBRL": {
"code": "USD",
"codein": "BRL",
"name": "Dólar Americano/Real Brasileiro",
"high": "5.37",
"low": "5.2257",
"varBid": "-0.1351",
"pctChange": "-2.52",
"bid": "5.2279",
"ask": "5.2285",
"timestamp": "1591109752",
"create_date": "2020-06-02 11:55:53"
},
"EURBRL": {
"code": "EUR",
"codein": "BRL",
"name": "Euro/Real Brasileiro",
"high": "6.0046",
"low": "5.844",
"varBid": "-0.1235",
"pctChange": "-2.07",
"bid": "5.8462",
"ask": "5.8497",
"timestamp": "1591109753",
"create_date": "2020-06-02 11:55:56"
}
}
```> **Formatos suportados**
> - JSON
> - XML### Legendas
Key | Tradução
-------- | ---
**bid** | Compra
**ask** | Venda
**varBid** | Variação
**pctChange** | Porcentagem de Variação
**high** | Máximo
**low** | Mínimo