Bitcoin Price avatar
Bitcoin Price

Pricing

Pay per event

Go to Store
Bitcoin Price

Bitcoin Price

Developed by

finmap.io

finmap.io

Maintained by Community

Generates the accurate current or historical Bitcoin (BTC) price data for any timeframe. Intervals: Daily, weekly, and monthly. Currencies supported: USD, EUR, and GBP. Contact us if you need more. We are committed to offering accurate financial data at a low cost.

5.0 (1)

Pricing

Pay per event

0

2

2

Last modified

2 days ago

Price Type

price_typeEnumRequired

Choose whether to fetch the latest price or historical price data.

Value options:

"latest": string"historical": string

Default value of this property is "latest"

Currency

currencyEnumRequired

Select the currency in which BTC prices will be returned.

Value options:

"USD": string"EUR": string"GBP": string

Default value of this property is "USD"

Start Date For Historical

startDatestringOptional

For historical prices, the start date (YYYY-MM-DD) from which to begin fetching data.

End Date For Historical

endDatestringOptional

For historical prices, the end date (YYYY-MM-DD) up to which to fetch data.

Historical Interval

intervalEnumOptional

Price interval by day for weekly value should be 6, Monthly value should be 31 etc.

Value options:

"1": string"7": string"31": string

Default value of this property is "Daily"

Decending Order For Historical

orderbooleanOptional

Historical price information order. Switch off for assending order and switch on for decending order.