Netsuite - currency FX rate - api export data - api

I would like to export on a daily basis, currency (currencies object) FX rate. is it optional by OOTB API request?
In case not, can i create BI report in Netsuite and use it as API request to pull out the data?
There are other options to do that?
Thx

Related

Adding new column / filter to shopify data

I would like to add calculated column to Shopify report as a filter.
The calc column is new feature (segment) created by me.
Means I would like to enhance the excising report by adding my segment to the Data pull used by Shopify to generate the report (also expose this segment to other analytics apps in shopify store)
Thanks

How to get historic Bitcoin Price Index using coinbase or any other open source API

I would like to get a history of the bitcoin price.
For example I would like to be able to provide a start_date and end_date for a search/filter.
Are there any open source and trusted api with almost accurate prices for this?
I have noticed that coinbase only returns the spot/current price and I cannot pass more params to filter
curl https://api.coinbase.com/v2/prices/spot?currency=USD
I have also used coindesk but the prices are not accurate.
https://api.coindesk.com/v1/bpi/historical/close.json?start=2019-08-10&end=2020-08-11&currency=zar
bitcom.com does not provide historical prices, it is wallet and kinda banking services.
API for pro.bitcom.com, (crypto exchange) provides to historical prices.
https://docs.pro.coinbase.com/#get-historic-rates
I would recommend you to use the CoinMarketCap API if what you want are historical prices.
There are also libraries like ccxt where you can probably find this information as well.
However you have keep in mind that due to the number of exchanges these prices are approximations, and there is not sucha thing as a "unique" price for bitcoin.

Shopify - get price, stock on hand hand in realtime from external database

My company would like to sell products through the Shopify Platform, but be they want to be able to get their prices and stock levels from an external data base. We have developers that know how to create an API, but we do not quite understand how to set up a private app to do this.
For instance, we want to make an ajax call to this endpoint www.{ourDomain}/shopify/getPrice.html?Part=UserRequestedPart and the endpoint would return some JSON or XML data which I would expect to parse and display in Shopify.
Create a private app with write_products and write_inventory scopes.
Access your endpoint to get current prices/inventory from your external database.
Update Shopify product prices/inventory using Shopify API.
Use Product Variant to update prices.
Use Inventory Level endpoint to update the quantity.
More details can be found here: Shopify Admin API

Make Model Year SKU API in Bigcommerce

Is there any api for get all Year, Make, Model and skus from bigcommerce?
https://api.bigcommerce.com/stores/{{store_hash}}/v3/catalog/products/{{prouct_id}}/skus
BigCommerce doesn't have YMM fields. If that data is stored in custom fields or something, it should be available through api or csv export.

Pull Sales Transactions Report CSV via the API

Is it possible to pull down the Transactions CSV export from a Squareup Dashboard? Or at least replicate the data from the Connect v1 or v2 APIs?
I can see in the page HTML that it appears to be making a POST to the endpoint /v2/reports/transactions.csv
No, there is no API for pulling a CSV. It should be fairly easy to use the Transactions endpoints to list the transactions you are wanting and then export your data in the file type of choice