Looking for a free S&P 500 data feed
I am looking for a free S&P 500 data feed, preferably one with a REST API. It appears that Yahoo Finance & Google Finance have discontinued their feeds. For example,...
View ArticleRSA Archer: How to execute a Data Feed from an Application
I'm working on the RSA Archer GRC platform (ver 5.4). I have a data feed that i want to execute without the need to access to the platform. This execution will be requested from an application (or...
View ArticleSlow extraction of data with the Bloomberg API (Matlab Datafeed Toolbox)
I am using the Datafeed Toolbox to extract data from Bloomberg. In particular I use the functions:d = history(c,s,f,fromdate,todate)I found however that the data extraction is quite slow.E.g. for a...
View ArticleExcel ,VBA, PowerPivot, DataFeed connection - update path to file
I am trying to preapare excel file which would download data from many sources with one button.Sadly, this file would be used by people, which have not any shared folder or something, i cant connect...
View ArticleMATLAB 2018b - Datafeed Toolbox: Retrieving tick data for a specific time...
I am trying to retrieve tick data for a specific ticker for a specific time range from Bloomberg using MATLAB 2018b and its Datafeed Toolbox. In the documentation for the 'timeseries' function in the...
View ArticleXML parse error: Category tag exists but is not parsed
I have this products xml which is exported from a website (sample):<STOREITEMS><created_at><![CDATA[2018-11-15...
View ArticleHow to create new Questionnaire-target pair of record from a single DF?
My requirement is to create a new Questionnaire-target pair of record for if it already doesnot exists against newly completed Privacy assessment(Q1).How can we create a A2A datafeed which will...
View ArticleRSA Archer: Get mail's attachments with mail monitor data feed
I have made a mail monitor data feed to create records from mails sent by users. So far I could only copy the content of those mails and not any documents that have been attached to the mails.I checked...
View ArticleMATLAB Yahoo data feed error
I'm trying to use Yahoo API in MATLAB R2015a to retrieve historical data (prices) for commodities. I can get the price for current date, but not for a historical date range. So for example Last price...
View ArticleCreating a function that reads a text file from a data-feed and turning it...
I am creating a store website, but the datafeed I receive is a format separated by bars instead of commas. I want to be able to read from the text file to display the content into a web page and allow...
View ArticleHow to Get and Post Method at the same time
This has doing my head in for a couple of days now. I am creating a listing website. The listings are coming from direct listing creation in our website (using database). And also, we get the listings...
View ArticleRightmove realtime data feed
We've been asked to provide a rightmove realtime datafeed for a local eastate agent websiteWe have the specs and examples from Rightmove for this and having looked at these we have a couple of...
View ArticlePulling data feed from AutoTrader
I have been searching Google and not really found any results that help - We list as a dealer on Autotrader and was told by our rep there that we can't pull the data feed of our vehicles from their...
View ArticleHow API works in RSA Archer ?
I am looking for API in Archer. Totally I am unaware of API. Where we will write API code and how to integrate with Archer platform . Most important what we can achieve using API in Archer ?
View ArticleConverting a GenericCSVData object to a backtrader datafeed
How can I convert a backtrader csv reader to a backtrader datafeed? I tried:Attempt 1: (replace datafeed with GenericCSV)all_data=bt.feeds.GenericCSVData( #my csv params here)for s, df in...
View ArticleChained DropDown for Countries->States->City
I know there are a lot of questions asked regarding this. But most answers/workarounds are pretty old to work with.I tried the GeoName and some more options but was not satisfied.Have we found any way...
View ArticleArcher to Archer Data Feed in RSA Archer
Need to create Archer to Archer Data Feed that should set value of two fields as NULL in a cross referenced application, if the value of a field is Approved in first field. I am not getting how can I...
View ArticleIntegrate Trading view with Angular 10 universal SSR
Hi I have integrated trading view libraries for Angular 10 client side rendering. Recently I want to do SEO for my website so had implement trading view in Angular 10 universal.Here main issue is when...
View Articlepassing own data to trading view
I was working with trading view(https://www.tradingview.com/chart/?symbol=NASDAQ:AAPL&source=unauth_header&feature=launch_chart) charting library, It shows the data for the currency pair as...
View ArticleMoving data from one Excel workboook to another, by matching common column...
I Have two excel workbooks with many sheets, one of the workbooks is to map the data (all the keys and data structures we use) and the other workbook is a data dictionary to get the DataFeed key which...
View ArticleHow to remove unwanted columns and fields in Notepad++
I have a feed with the following columns:product_name,description,aw_product_id,store_price,merchant_image_url,merchant_deep_link,merchant_category,merchant_product_idEach line afterwards has all the...
View ArticleArcher IRM : How do I reference the sub level of a levelled application using...
Here's the standard XSLT, that's included in an Archer supplied data feed. It points to an single level application:<Product_Service><xsl:for-each select="Field[@guid =...
View ArticleVespa - ReturnCode(NO_SPACE, External feed is blocked due to resource...
Facing error while feeding data to vespa - ReturnCode(NO_SPACE, External feed is blocked due to resource exhaustion: in content cluster 'neighbors': disk on node 0 [vespa-tutorial] is 85.0% full (the...
View ArticleHow to update the last bar realtime in TradingView Charting Library in...
/** * Charting Library calls this function when it wants to receive real-time updates for a symbol. * The Library assumes that you will call the callback provided by the onTick parameter every time you...
View ArticleHow to get data feed for eth to usd, to add information in solidity
How can I get solidity code for getting latest eth-usd price update to add in solidity/remix? I am just a beginner. I have tried chain link data feed, but its only giving data for btc-usdI want to get...
View ArticleAmazon S3 bucket requirements for create spot-datafeed-subscription
I want to create a spot-datafeed-subscription with the documentation on Track your Spot Instance costs by subscribing to a data feed - Amazon Elastic Compute Cloud.I am kind of lost in how I have to...
View Articlehow should i feed the trading view widget with own socket data (datafeed)
I've created a DataFeed class that establishes a WebSocket connection to stream real-time data for use in a TradingView chart. Here's the code for the class:export default class DataFeed {...
View ArticleAWS spot datafeed subscription not populating bucket
I have a spot datafeed subscription set up, the command to set it up ran successfully, and when I run aws ec2 describe-spot-datafeed-subscription I get the below (Bucket and OwnerID...
View ArticleHow to integrate trading view with custom data feed in react?
I am trying to integrate trading view chart with my custom data to build candle chart. But, all I see is wrong candle chart data. Below is what I have trieddeclare global { interface Window {...
View ArticleCan't access data added inside a strategy
I am trying to backtest a rebalancing strategy using performance of SPX. The (simplified) idea is: if price is above 200day moving average, then buy top 10 tickers on a pre-loaded list. If price is...
View Article