mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
30 lines
864 B
Markdown
30 lines
864 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / HistoricalPrice
|
|
|
|
# Interface: HistoricalPrice
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:541](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L541)
|
|
|
|
## Properties
|
|
|
|
### exchangeRates
|
|
|
|
> **exchangeRates**: `Object`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:543](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L543)
|
|
|
|
Exchange rates (currently empty)
|
|
|
|
***
|
|
|
|
### prices
|
|
|
|
> **prices**: [`HistoricalPriceEntry`](HistoricalPriceEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:542](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L542)
|
|
|
|
Price data points
|