mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 07:39:59 -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:544](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L544)
|
|
|
|
## Properties
|
|
|
|
### exchangeRates
|
|
|
|
> **exchangeRates**: `Object`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:546](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L546)
|
|
|
|
Exchange rates (currently empty)
|
|
|
|
***
|
|
|
|
### prices
|
|
|
|
> **prices**: [`HistoricalPriceEntry`](HistoricalPriceEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:545](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L545)
|
|
|
|
Price data points
|